/*font-family: 'Nickainley', sans-serif;
font-family: 'Gotham', sans-serif;*/
/*salmon color #D65364*/
/* ----------------------------------------
Base Styles
------------------------------------------- */

/*+_+_+_+_+_+_+_+_+_ FONTS (start) +_+_+_+_+_+_+_+_+_+_+_*/

@font-face {
  font-family: "Nickainley";
  src: url("fonts/Nickainley-Normal.eot");
  src: url("fonts/Nickainley-Normal.eot?#iefix") format("embedded-opentype"),
  url("fonts/Nickainley-Normal.woff") format("woff"),
  url("fonts/Nickainley-Normal.svg") format("svg"),
  url("fonts/Nickainley-Normal.ttf") format("truetype"),
  url("fonts/Nickainley-Normal.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-Bold.eot'); /* IE9 Compat Modes */
  src: url('fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('fonts/Gotham-Bold.woff') format('woff'), /* Modern Browsers */
  url('fonts/Gotham-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('fonts/Gotham-Bold.svg#svgFontName') format('svg'), /* Legacy iOS */
  url("fonts/Gotham-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-Medium.eot'); /* IE9 Compat Modes */
  src: url('fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('fonts/Gotham-Medium.woff') format('woff'), /* Modern Browsers */
  url('fonts/Gotham-Medium.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('fonts/Gotham-Medium.svg#svgFontName') format('svg'),
  url("fonts/Gotham-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-Book.eot'); /* IE9 Compat Modes */
  src: url('fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('fonts/Gotham-Book.woff') format('woff'), /* Modern Browsers */
  url('fonts/Gotham-Book.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('fonts/Gotham-Book.svg#svgFontName') format('svg'),
  url("fonts/Gotham-Book.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('fonts/Gotham-Light.eot'); /* IE9 Compat Modes */
  src: url('fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('fonts/Gotham-Light.woff') format('woff'), /* Modern Browsers */
  url('fonts/Gotham-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
  url('fonts/Gotham-Light.svg#svgFontName') format('svg'),
  url("fonts/Gotham-Light.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}

/*+_+_+_+_+_+_+_+_+_ FONTS (end) +_+_+_+_+_+_+_+_+_+_+_*/

/* ----------------------------------------
Base Styles
------------------------------------------- */
* {
  box-sizing: border-box;
}

body {
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  margin: 0;
}

h2 {
  font-size: 22px;
  font-weight: 400;
}

h3 {
  font-size: 20px;
  font-weight: 400;
}

h4 {
  font-size: 16px;
  letter-spacing: 1.5px;
}

h6 {
  font-size: 12px;
  font-weight: 400;
}

/*+_+_+_+_+_+_+_+_+_+_+_+_+_+_ NAV START +_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_*/

.tablet_nav-bar {
  display: none;
}

.hamburger {
  display: none;
  font-size: 38px;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-top: 0;
}

nav {
  background-color: #ffffff;
  height: 80px;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 90;
  border-width: thin;
  box-shadow:0px 1px 10px #888;
}

.right-nav a {
  display: inline-block;
  vertical-align: top;
  height: 80px;
  line-height: 80px;
  padding-right: 30px;
  padding-left: 5px;
  font-family: "Gotham", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 16px;
}

.right-nav a:hover {
  color: #000000;
}

.signature {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  margin-top: 15px;
  /* max-width: 50%; */
  max-height: 50px;
}

.middle-nav {
  display: inline-block;
  text-align: center;
  margin-top: 17px;
}

.middle-nav h6 {
  margin-top: 1px;
  margin-bottom: 0;
  font-size: 13px;
  color: #aaaaaa;
}

.middle-nav h4 {
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
  color: #D65364;
  font-weight: 500;
}

.right-nav {
  float: right;
}

.navigation-bar .close {
  display: none;
}

a {
  text-transform: uppercase;
  color: #AAAAAA;
  text-decoration: none;
  letter-spacing: 1.3px;
  font-size: 16px;
}


/*---------------------------------------------------------------------------*/
main {
  margin: 0 auto;
  margin-top: 120px;
  max-width: 95%;
}

#portfolio_title {
  text-transform: uppercase;
  color: #D65364;
  letter-spacing: 1.6px;
  text-align: center;
  margin-bottom: 50px;
}

.section_headers h4 {
  text-align: center;
  margin-top: 0px;
  padding-bottom: 5px;
  color: #AAAAAA;
  font-style: italic;
  letter-spacing: 1.6px;
}

.button a {
  transition: all .3s ease;
  background-color: #ffffff;
  border: 2px solid #D65364;
  color: #D65364 !important;
  padding: 11px;
  font-family: 'Gotham', sans-serif;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 14px;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  width: 170px;
  height: 40px;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: 300;
}

.button a:hover {
  background-color: #D65364;
  color: #ffffff !important;
  border: 2px solid #D65364;
}

.container {
  margin-top: 100px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.container h3 {
  font-family: 'Gotham', sans-serif;
  color: #D65364;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 0;
}

.container h4 {
  margin-top: 15px;
  padding-bottom: 5px;
  color: #AAAAAA;
  letter-spacing: 1.6px;
  font-weight: 300;
}

input[type=text], textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 22px;
  resize: vertical;
}

input[type=submit] {
  transition: all .3s ease;
  background-color: #ffffff;
  border: 2px solid #D65364;
  color: #D65364;
  padding: 11px 14px;
  font-family: 'Gotham', sans-serif;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 14px;
  cursor: pointer;
  margin-top: 5px;
  margin-left: 0;
  margin-right: auto;
  width: 125px;
  height: 40px;
  text-transform: uppercase;
  letter-spacing: .3em;
  border-radius: 0;
}

input[type=submit]:hover {
  background-color: #D65364;
  color: #ffffff !important;
  border: 2px solid #D65364;
}

img {
  max-width: 100%;
}
/*<!-- ========================= FOOTER ============================== -->*/

footer {
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  height: 150px;
}

.footer_nav {
  display: inline-block;
  margin-top: 100px;
  margin-bottom: 30px;
}

.footer_nav a {
  padding-left: 25px;
  padding-right: 25px;
}

.footer_nav a:hover {
  color: #000000;
}

footer img {
  margin-top: 100px;
  max-height: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.footer_copyright {
  font-weight: 200 !important;
  color: #aaaaaa;
}




/*<!-- ========================= FOOTER ============================== -->*/


@media screen and (max-width: 1000px) {

  .hamburger {
    display: block !important;
    font-size: 30px !important;
    padding-top: 0px;
    padding-right: 10px;
    color: #000000;
    float: right;
    position: relative;
    top: 13px;
    z-index: 100;
  }

  .active {
    transform: translateX(0);
  }

  .footer_nav {
    display: none;
  }

  footer img {
    margin-top: 100px;
    max-height: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

}

@media screen and (min-width:800px) and (max-width:1000px) {

  .tablet_nav-bar {
    background-color: #ffffff;
    display: inline-block;
    height: 65px;
    max-width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 90;
    border-width: thin;
    box-shadow:0px 1px 10px #888;
  }

  .signature {
    vertical-align: top;
    margin-left: 10px;
    margin-top: 12px;
    max-width: 33%;
    max-height: 50px;
  }

  .middle-nav {
    display: inline-block;
    text-align: center;
    margin-top: 14px;
  }

  .middle-nav h6 {
    margin-top: 0px;
    margin-bottom: 0;
    font-size: 11px;
    color: #aaaaaa;
  }

  .middle-nav h4 {
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
    color: #D65364;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 1px;
  }

  nav {
    background-color: #ffffff;
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 90;
    overflow-x: hidden;
    transform: translateX(100%);
  }

  .right-nav a {
    display: block !important;
    border-bottom: 1px solid rgba(0,0,0,0.5);
    color: #000000;
    padding: 8px 50px 8px 32px;
    transition: 0.1s;
    font-size: 26px;
    margin-top: 32px;
  }

  .right-nav a:hover {
    color: #D65364;
  }

  .right-nav {
    margin-top: 50px;
  }

  .navigation-bar .close {
    position: absolute;
    top: -23px;
    margin-left: 20%;
    font-size: 36px;
    border-bottom: none;
    text-decoration: none;
  }

  .close:hover {
    opacity: 1;
  }

  .close:before, .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #333;
  }

  .close:before {
    transform: rotate(45deg);
  }

  .close:after {
    transform: rotate(-45deg);
  }

  .container {
    margin-top: 100px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

}

/* ----------------------------------------
MEDIA QUERY - TABLET
------------------------------------------- */
@media screen and (min-width:551px) and (max-width:799px) {

  main {
    margin-top: 100px;
  }

  h2 {
    font-size: 20px !important;
  }

  h3 {
    font-size: 18px !important;
  }

  h4 {
    font-size: 15px !important;
    letter-spacing: 1.3px;
  }

  h6 {
    font-size: 12px;
  }

  .tablet_nav-bar {
    background-color: #ffffff;
    display: inline-block;
    height: 55px;
    max-width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 90;
    border-width: thin;
    box-shadow:0px 1px 10px #888;
  }

  .signature {
    vertical-align: top;
    margin-left: 15px;
    margin-top: 15px;
    max-width: 30% !important;
  }

  .middle-nav {
    display: inline-block;
    text-align: center;
    margin-top: 15px;
  }

  .middle-nav h6 {
    margin-top: 0px;
    margin-bottom: 0;
    font-size: 9px;
    color: #aaaaaa;
  }

  .middle-nav h4 {
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
    color: #D65364;
    font-weight: 500;
    font-size: 10px !important;
    letter-spacing: 1px;
  }

  .hamburger {
    display: block !important;
    font-size: 28px !important;
    padding-top: 0px !important;
    padding-right: 15px;
    color: #000000;
    float: right;
    z-index: 91;
    margin-top: -2px;
  }

  nav {
    background-color: #ffffff;
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 90;
    overflow-x: hidden;
    transition: 0.5s;
    transform: translateX(100%);
  }

  .right-nav a {
    display: block !important;
    border-bottom: 1px solid rgba(0,0,0,0.5);
    color: #000000;
    padding: 8px 30px 8px 16px;
    transition: 0.1s;
    font-size: 20px;
    margin-top: 32px;
  }

  .right-nav a:hover {
    color: #D65364;
  }

  .right-nav {
    margin-top: 50px;
  }

  .navigation-bar .close {
    position: absolute;
    top: -23px;
    margin-left: 17%;
    font-size: 36px;
    border-bottom: none;
    text-decoration: none;
  }

  .close:hover {
    opacity: 1;
  }

  .close:before, .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 25px;
    width: 2px;
    background-color: #333;
  }

  .close:before {
    transform: rotate(45deg);
  }

  .close:after {
    transform: rotate(-45deg);
  }

  .container {
    margin-top: 100px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

}
/*=-=-=-=-=-=-=-=-=-=---=-=-=-=-=-=-=-=-=-=-=-*/
@media only screen and (max-width:550px) {
  /*=-=-=-=-=-=-=-=-=-=---=-=-=-=-=-=-=-=-=-=-=-*/

  main {
    margin-top: 80px;
  }

  h2 {
    font-size: 17px !important;
  }

  h3 {
    font-size: 15px !important;
  }

  h4 {
    font-size: 12px !important;
    letter-spacing: 1.1px;
  }

  h6 {
    font-size: 12px;
  }

  #portfolio_title {
    font-size: 17px !important;
    margin-bottom: 30px;
  }

  .tablet_nav-bar {
    background-color: #ffffff;
    display: inline-block;
    height: 45px;
    max-width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 90;
    border-width: thin;
    box-shadow:0px 1px 10px #888;
  }

  .signature {
    vertical-align: top;
    margin-left: 10px;
    margin-top: 10px;
    max-width: 35% !important;
  }

  .middle-nav {
    display: inline-block;
    text-align: center;
    margin-top: 10px;
  }

  .middle-nav h6 {
    margin-top: 0px;
    margin-bottom: 0;
    font-size: 9px;
    color: #aaaaaa;
  }

  .middle-nav h4 {
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
    color: #D65364;
    font-weight: 500;
    font-size: 10px !important;
    letter-spacing: 1px;
  }

  .hamburger {
    display: block !important;
    font-size: 24px !important;
    padding-top: 0px;
    padding-right: 13px;
    color: #000000;
    float: right;
    z-index: 91;
    margin-top: -5px;
  }

  nav {
    background-color: #ffffff;
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 90;
    overflow-x: hidden;
    transition: 0.5s;
    transform: translateX(100%);
  }

  .right-nav a {
    display: block !important;
    border-bottom: 1px solid rgba(0,0,0,0.5);
    color: #000000;
    padding: 8px 30px 8px 16px;
    transition: 0.1s;
    font-size: 18px;
    margin-top: 32px;
  }

  .right-nav a:hover {
    color: #D65364;
  }

  .right-nav {
    margin-top: 50px;
  }

  .navigation-bar .close {
    position: absolute;
    top: -23px;
    margin-left: 21%;
    font-size: 36px;
    border-bottom: none;
    text-decoration: none;
  }

  .close:hover {
    opacity: 1;
  }

  .close:before, .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 25px;
    width: 2px;
    background-color: #333;
  }
  .close:before {
    transform: rotate(45deg);
  }
  .close:after {
    transform: rotate(-45deg);
  }

  .button a {
    transition: all .3s ease;
    background-color: #ffffff;
    border: 2px solid #D65364;
    color: #D65364 !important;
    padding: 11px;
    font-family: 'Gotham', sans-serif;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 12px;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    height: 40px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 300;
  }

  .button a:hover {
    background-color: #D65364;
    color: #ffffff !important;
    border: 2px solid #D65364;
  }

  .container {
    margin-top: 75px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  footer img {
    margin-top: 80px;
    max-height: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }


  a {
    font-size: 14px !important;
  }

}

@media only screen and (max-width:400px) {

  .signature {
    max-width: 37% !important;
  }

}
