/* Variables */
/* Mixins */
body {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.55rem;
  font-weight: 300;
  font-variant-ligatures: none;
  color: #252627;
  background-color: #152b55;
}

#wrapper {
  width: 90%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  background-color: #ffffff;
}

#colorwrap {
  background-color: #ffffff;
  margin: 0;
  padding: 0;
}

a {
  color: #252627;
  text-decoration: none;
}
a:hover {
  color: #152b55;
}

.backlink {
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  color: #152b55;
}

h1 {
  font-size: 2.7rem;
  margin-top: 5%;
  font-weight: 500;
  color: #1f355f;
}

h2 {
  font-size: 1.5rem;
  line-height: 0.5rem;
  font-weight: 300;
  margin-top: -0.5%;
  color: #52585B;
}
h2 a {
  text-decoration: none;
  color: #152b55;
}
h2 a:hover {
  color: #8e9397;
}

h3 {
  color: #152b55;
  font-size: 1.7rem;
  font-weight: 500;
  margin-top: 50px;
  margin-bottom: -10px;
  clear: both;
}

h4 {
  font-size: 1.3rem;
  line-height: 1.5rem;
  margin-top: 4%;
  margin-bottom: 0%;
  font-weight: 500;
  clear: both;
}

h5 {
  font-size: 1.15rem;
  line-height: 1.5rem;
  margin: 3.5% 0 0 0;
  font-weight: 500;
  color: #52585B;
}

p {
  margin-bottom: 2%;
}
p a {
  text-decoration: underline;
}

ul, li {
  margin-bottom: 0.9%;
}

hr {
  color: #9ea3a7;
  opacity: 15%;
  width: 50%;
  margin-top: 2%;
}

.button {
  border: none;
  color: #ffffff;
  font-family: futura-pt, sans-serif;
  padding: 15px 20px;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 5%;
  cursor: pointer;
  background-color: #152b55;
  clear: both;
}
.button a {
  color: #ffffff;
}

.emphasis {
  font-weight: 500;
  color: #152b55;
}

.emphasisgray {
  font-weight: 500;
}

.label {
  font-weight: 500;
  color: #52585B;
  font-size: 1rem;
}

.modtitleanchored {
  font-size: 2rem;
  line-height: 1.75rem;
  font-weight: 500;
  color: #152b55 !important;
}

.moddesc {
  padding: 0 10% 4% 10%;
  max-width: 80%;
  text-align: center;
  position: relative;
}

/* Header and Nav */
.logo {
  width: 10%;
  margin: 0 0 -1% 0;
}

#welcome {
  padding: 15% 0 0 0;
  text-align: center;
}

#headernav {
  font-size: 2.2rem;
  padding: 6% 0;
}
#headernav a {
  color: #7A7F83;
}
#headernav a:hover {
  color: #152b55;
}

.headernavitem {
  padding: 0 3%;
}

.navselected {
  color: #152b55 !important;
  font-weight: 400;
}

#navstick {
  background-color: #ffffff;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  font-size: 0rem;
  display: none;
  margin-top: 15;
  visibility: none;
  z-index: 50 !important;
  height: 0;
}

.navlinkstick {
  margin-left: 9%;
  max-width: 300px;
}

.navlinkstickimage img {
  width: 6%;
  margin: 0;
}

#navstick a:hover {
  color: #152b55;
}

.navmobbolder {
  font-weight: 500;
}

.is-sticky #navstick {
  display: table-cell;
  vertical-align: middle;
  visibility: visible;
  justify-content: center;
  padding: 2%;
  font-size: 1.3rem;
  height: auto;
  z-index: 50 !important;
}

/* Index or Portfolio Landing */
#work {
  margin: 8% 0 0 0;
}

.worklink {
  color: #52585B;
  font-size: 1.3rem;
  padding-bottom: 5%;
}
.worklink:hover {
  color: #152b55;
}

.gallery {
  width: 47%;
  float: left;
  padding: 0;
  margin: 0 0 5.5% 0;
  text-align: center;
  background-color: #ffffff;
}
.gallery:hover {
  background-color: #ffffff;
}
.gallery img {
  width: 100%;
}

/* Individual Portfolio Piece Pages */
#firstsectionport {
  margin: 8% 0 0 0;
  text-align: left;
  display: block;
}

#firstsectionport h2 {
  text-align: center;
  margin-top: -2.25%;
}

/* About */
#aboutbox {
  width: 100%;
  display: block;
}

.aboutmeimg {
  width: 18%;
  float: left;
  padding-right: 2%;
}

.aboutmedesc {
  width: 80%;
  float: left;
}

/* Contact and Contact Sent */
#contact {
  margin: 6% 0 5% 0;
  text-align: center;
}

#formbox {
  width: 45%;
  font-size: 1.2rem;
  line-height: 1.4rem;
  margin: 7% 27.5%;
}

input[type=text],
input[type=email] {
  width: 100%;
  font-family: futura-pt, sans-serif;
  font-size: 1rem;
  outline: none;
  border: none;
  border-bottom: 2px solid #9ea3a7;
}

input[type=text]:focus,
input[type=email]:focus {
  border: none;
  border-bottom: 2px solid #152b55;
}

textarea {
  width: 100%;
  margin-top: 1.5%;
  height: 100px;
  box-sizing: border-box;
  outline: none;
  border: none;
  border: 2px solid #9ea3a7;
  resize: none;
  font-family: futura-pt, sans-serif;
  font-size: 1rem;
}
textarea:focus {
  border: 2px solid #152b55;
}

#submit {
  text-align: right;
  font-family: futura-pt, sans-serif;
  background-color: #ffffff;
  color: #8e9397;
  font-size: 1rem;
  font-weight: 400;
  margin: 4% 0 0 0;
  padding: 0;
  float: left;
  cursor: pointer;
  border: none;
  border-bottom: 2px solid #8e9397;
}
#submit:hover {
  border-bottom: 2px solid #152b55;
}

.afterform {
  margin: 15% 0 30% 0;
}

/* Footer */
footer {
  margin-top: 5%;
  font-size: 0.9rem;
  line-height: 1.3rem;
  background-color: #152b55;
  color: #ffffff;
  text-align: center;
  padding: 1.5% 0 1% 0;
}
footer a {
  color: #ffffff;
  text-decoration: underline;
}
footer a:hover {
  color: #ffffff;
}

/* Case Studies */
#casestudy {
  margin: 8% 0 0 0;
  text-align: left;
}

#designsection {
  display: block;
  padding-bottom: 2%;
}

.case-study-button {
  border-radius: 20px;
  border: none;
  background: #152b55;
  color: #ffffff;
  padding: 1% 2%;
  justify-content: center;
  align-items: center;
  font-family: futura-pt, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin: 1% 0 3% 0;
  cursor: pointer;
}
.case-study-button:hover {
  background: #52585B;
}

/* Spacing and Columns */
.oneimg {
  width: 100%;
  margin: 0 0 3% 0;
}

.onecol {
  width: 50%;
  text-align: center;
  margin: 2% auto;
  display: block;
  text-align: center;
}

.coloneimg,
.colonecopy {
  margin-right: 5%;
}

.colthreeimg,
.colthreecopy {
  margin-left: 5%;
}

.twoimgcolone,
.twoimgcolonemob {
  width: 50%;
  float: left;
  text-align: center;
  margin: 3% 0;
}

.twoimgcoltwo,
.twoimgcoltwomob {
  width: 50%;
  float: right;
  text-align: center;
  margin: 3% 0;
}

.threeimgcolone,
.threeimg,
.threeimgcolthree {
  width: 30.3%;
  float: left;
  text-align: center;
  margin: 3% 0;
}

.threeimgcolone {
  margin-right: 3%;
}

.threeimgcolthree {
  margin-left: 3%;
}

.twothirds {
  width: 67%;
  float: left;
}

.onethird {
  width: 33%;
  float: right;
  margin-bottom: 5%;
}

.block {
  width: 30%;
  float: left;
  text-align: left;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* close commented backslash hack */
iframe {
  border: none;
}

/* Video */
.video-container {
  position: relative;
  text-align: center;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-style: solid;
  border-width: 2px;
  border-color: #9ea3a7;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 99.95%;
}

.twovideo iframe, .twovideo object, .twovideo embed {
  height: 100%;
}

.vidwrap {
  width: 100%;
  height: 100%;
}

.vidwrap2up {
  width: 30%;
  max-height: 100%;
  margin-bottom: 5%;
}

.twovidcolone,
.twovidcolonemob {
  width: 48%;
  float: left;
  margin: 0;
  overflow: hidden;
}

.twovidcoltwo,
.twovidcoltwomob {
  width: 48%;
  float: right;
  margin: 0;
  overflow: hidden;
}

/* Responsive Visibility */
.desktop {
  visibility: visible;
  display: block;
}

.mobile {
  visibility: hidden;
  display: none;
}

/* ---------- Tablet ---------- */
@media screen and (max-width: 769px) {
  .logo {
    width: 15%;
  }
  h2 {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1rem;
    margin-top: -1.5%;
  }
  /* Header and Nav */
  .navlinkstickimage img {
    width: 7%;
    margin: 0;
  }
  /* Pages */
  #formbox {
    width: 100%;
    float: none;
    font-size: 1rem;
    margin: 0 0 10% 0;
  }
  /* Spacing and Columns */
  .colonecopy,
  .colthreecopy {
    margin-left: 0%;
  }
  .block {
    width: 100%;
    float: none;
    margin-bottom: 4%;
  }
}
/* ---------- Mobile ---------- */
@media screen and (max-width: 540px) {
  body {
    font-size: 1.3rem;
    line-height: 1.65rem;
  }
  #wrapper {
    width: 90%;
    margin: 0 5%;
  }
  #welcome h2 {
    font-size: 1.45rem;
  }
  h2,
  #casestudy h2,
  #designsection h2 {
    font-size: 1.8rem;
    margin-top: -2.5%;
  }
  h3,
  #casestudy h3,
  #designsection h3 {
    font-size: 1.7rem;
  }
  #firstsectionport h2 {
    margin-top: 0%;
  }
  h4,
  #casestudy h4,
  #designsection h4 {
    font-size: 1.5rem;
    line-height: 1.6rem;
    margin-top: 8%;
  }
  #casestudy h4,
  #designsection h4 {
    margin-bottom: 3%;
  }
  h5 {
    font-size: 1.3rem;
    line-height: 1.5rem;
    margin-top: 8%;
  }
  p {
    margin-bottom: 7%;
  }
  .modtitleanchored {
    line-height: 2rem;
  }
  /* Header and Nav */
  .logo {
    width: 20%;
  }
  #headernav {
    font-size: 1.5rem;
    padding: 8% 0;
  }
  .is-sticky #navstick {
    font-size: 1rem;
  }
  .navlinkstickimage img {
    width: 12%;
    margin: 0;
  }
  .navlinkstick {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
  /* Pages */
  #work {
    margin: 10% 0 0 0;
  }
  .gallery {
    width: 100%;
    float: none;
    margin: 0 0 2% 0;
    padding: 3% 0;
  }
  .aboutmeimg {
    width: 35%;
    float: none;
    padding-right: 0%;
    margin: 0 32.5% 5% 32.5%;
  }
  .aboutmedesc {
    width: 98%;
    float: none;
    margin: 0 0;
  }
  /*

  #casestudy h3 {
      font-size: 1.8rem;
      margin-bottom: 3%;
      margin-top: 10%;
  }

  */
  /* Footer */
  footer {
    text-align: center;
    padding: 3% 0 1% 0;
  }
  /* Spacing and Columns */
  .twoimgcolonemob,
  .twoimgcoltwomob {
    width: 100%;
    float: none;
    margin: 0 auto 2% auto;
    padding-top: 5%;
    text-align: center;
  }
  .threeimgcolone {
    margin-right: auto;
    margin-left: auto;
  }
  .threeimgcolthree {
    margin-left: 0%;
  }
  .threeimgcolone,
  .threeimg,
  .threeimgcolthree {
    width: 65%;
    margin: 0 17.5% 4% 17.5%;
    float: none;
  }
  .twothirds {
    width: 100%;
    float: none;
  }
  .onethird {
    width: 75%;
    float: none;
    margin: 0 12.5% 4% 12.5%;
  }
  .twocolone,
  .twocolonemob,
  .twocoltwo,
  .twocoltwomob,
  .onecol {
    width: 100%;
    float: none;
    margin: 2% 0;
  }
  .threecolone,
  .threecol,
  .threecolthree {
    width: 68%;
    float: none;
    margin: 2% 0;
  }
  .block {
    margin-bottom: 10%;
  }
  /* Video */
  .twovideo iframe, .twovideo object, .twovideo embed {
    height: 100%;
  }
  .twoimgcolonemob,
  .twoimgcoltwomob {
    width: 100%;
    float: none;
    margin: 0 0 4% 0;
  }
  .twovidcolonemob,
  .twovidcoltwomob {
    width: 100%;
    float: none;
    margin: 0 0 4% 0;
  }
  /* Responsive Visibility*/
  .mobilehide {
    display: none;
    visibility: hidden;
  }
  .desktop {
    visibility: hidden;
    display: none;
  }
  .mobile {
    visibility: visible;
    display: inline;
  }
}/*# sourceMappingURL=styles.css.map */