/* ---- Main Styles ---- */
@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400");
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

html, body {
  width: 100%;
}

body {
  background-color: #1E4959;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

h2 {
  font-size: 190%;
  font-weight: 400;
  margin-left: 15px;
  padding-top: 15px;
}

img {
  display: block;
}

.details-r {
  width: 50%;
}
.details-r h2 {
  margin-left: 0;
  padding-bottom: 15px;
}

.details-l {
  width: 50%;
}
.details-l h2 {
  margin-left: 0;
  padding-bottom: 15px;
}

#elevator {
  background: url(../images/icon_top.png) center center no-repeat;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  display: block;
  height: 50px;
  margin-bottom: 10px;
  width: 60px;
}
#elevator:hover, #elevator:active {
  background-color: rgba(0, 0, 0, 0.7);
}

#elevator_item {
  bottom: 10px;
  display: none;
  height: 100px;
  opacity: 1;
  position: fixed;
  right: 15px;
  -webkit-transition: opacity 0.7s ease-in-out;
  -moz-transition: opacity 0.7s ease-in-out;
  -o-transition: opacity 0.7s ease-in-out;
  -ms-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
  width: 84px;
  z-index: 100020;
}
#elevator_item .off {
  opacity: 0;
  visibility: hidden;
}

/* ---- Header ---- */
header {
  background-color: #1E4959;
}

nav {
  background-color: #15343F;
}
nav ul {
  margin: 10px 0;
  overflow: hidden;
}

ul.main-nav li {
  border: 2px solid transparent;
  display: inline-block;
  list-style: none;
  margin: 0 12px;
  padding-bottom: 2px;
}
ul.main-nav li:hover {
  border-bottom: 2px solid #fff;
}
ul.main-nav li a {
  color: #fff;
  font-size: 132%;
  text-decoration: none;
}

.mobile-nav-icon {
  cursor: pointer;
  display: none;
  float: right;
  margin-top: 30px;
}
.mobile-nav-icon i {
  color: #fff;
  font-size: 200%;
}

h1 {
  font-weight: 400;
  line-height: 58px;
  padding-top: 20px;
  text-align: center;
}

.name-first {
  color: #4B7F80;
  display: block;
  font-size: 204%;
  margin-left: -4%;
  text-transform: uppercase;
}

.name-last {
  color: #E0BA53;
  display: block;
  font-size: 197%;
  text-transform: uppercase;
}

h2.subTitle {
  margin-left: 0;
  margin-top: 30px;
  padding-top: 0;
  text-align: center;
}

p.intro, .aboutMe {
  font-size: 140%;
  font-weight: 300;
  line-height: 105%;
  margin: 0 auto;
  width: 90%;
}

p.intro {
  padding: 20px 0;
}

.aboutMe {
  padding-bottom: 16px;
}

/* ---- Web ---- */
#webList {
  background-color: #496772;
  margin-left: auto;
  margin-right: auto;
}
#webList h2 {
  border-bottom: 1px solid #bbb;
  padding-bottom: 10px;
  width: 97.5%;
}

.webUl {
  margin: 20px auto 0;
  width: 90%;
}
.webUl h2 {
  border-bottom: 1px solid #bbb;
  width: auto;
}
.webUl li {
  border-bottom: 1px solid #bbb;
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0 0 20px 0;
  width: 100%;
}
.webUl li:nth-child(odd) {
  flex-direction: row;
}
.webUl li:nth-child(even) {
  flex-direction: row-reverse;
}
.webUl li:last-child {
  border: none;
  margin: 0;
}

img.web {
  margin-bottom: 20px;
  width: 560px;
}

/* ---- Design ---- */
#designList {
  background-color: #6995A5;
  margin-left: auto;
  margin-right: auto;
}
#designList h2 {
  border-bottom: 1px solid #bbb;
  padding-bottom: 10px;
  width: 97.5%;
}

.designWork {
  margin: 20px auto 0;
  width: 90%;
}
.designWork h2 {
  border-bottom: 1px solid #bbb;
  width: auto;
}
.designWork li {
  border-bottom: 1px solid #bbb;
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0 0 20px 0;
  width: 100%;
}
.designWork li:nth-child(odd) {
  flex-direction: row;
}
.designWork li:nth-child(even) {
  flex-direction: row-reverse;
}
.designWork li:last-child {
  border: none;
  margin: 0;
}

img.design {
  margin-bottom: 20px;
  width: 560px;
}

img.type, img.poster, img.poster2, img.photo, img.design-v {
  background-color: black;
}

img.type {
  padding: 0 56px;
}

img.poster {
  padding: 0 32px;
}

img.poster2 {
  padding: 0 52px;
}

img.photo {
  padding: 40px 0;
}

img.design-v {
  height: 550px;
  margin-bottom: 20px;
}

img.logo {
  margin-bottom: 0;
  width: 450px;
}

img.social {
  height: 25px;
  margin-bottom: -5px;
  vertical-align: baseline;
  width: 25px;
}

/* ---- Skills ---- */
.skills {
  margin: 20px auto;
  width: 90%;
}
.skills li {
  font-size: 130%;
  font-weight: 100;
  padding: 2px 0 2px 10px;
}

.skill-s {
  background-color: #225366;
  clear: both;
}

.bar1 {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}

.bar2 {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}

.bar3 {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}

.bar4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.bar5 {
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
}

.bar6 {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
}

.bar7 {
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
}

.bar8 {
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
}

.bar9 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

.bar10 {
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
}

.bar11 {
  -webkit-animation-duration: 1.7s;
  animation-duration: 1.7s;
}

.bar12 {
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
}

/* ---- Footer ---- */
footer {
  background-color: #15343F;
}

#contactForm {
  margin-bottom: 30px;
}
#contactForm li {
  list-style-type: none;
  margin: 10px 0;
}

button {
  background-color: transparent;
  border: solid 1px #fff;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 140%;
  margin: 10px 10px 0 0;
  padding: 0 5px;
}
button:hover {
  background-color: #fff;
  color: #15343F;
}

form {
  width: 45%;
}

input[type=text],
input[type=email],
select, textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 7px;
  width: 100%;
}

textarea {
  height: 100px;
}

.form-messages {
  font-size: 1.34em;
  font-weight: 400;
  padding-top: 20px;
  width: 100%;
}

.fax {
  display: none;
}

aside {
  margin-right: 50px;
  margin-top: 12px;
  width: 45%;
}
aside h2 {
  font-size: 180%;
  margin-bottom: 20px;
  margin-left: 0;
}
aside p {
  font-size: 140%;
  font-weight: 300;
  line-height: 110%;
}

.connect {
  display: flex;
  justify-content: space-around;
  margin: 20px auto;
  width: 90%;
}

/* ---- Mobile Styles ---- */
@media (max-width: 1024px) {
  h1 {
    line-height: 46.4px;
    margin-top: 20px;
  }

  .name-first {
    font-size: 160%;
    margin-left: -6%;
  }

  .name-last {
    font-size: 158%;
  }

  h2 {
    font-size: 140%;
    margin-left: 22px;
  }

  aside h2 {
    font-size: 150%;
  }

  p.intro, aside p, .aboutMe {
    font-size: 130%;
  }

  img.web, img.design {
    width: 440px;
  }

  #webList h2,
#designList h2 {
    width: 95%;
  }

  .details-r {
    width: 45%;
  }

  .details-l {
    width: 45%;
  }
}
@media (max-width: 846px) {
  p.intro, aside p, .aboutMe {
    font-size: 115%;
  }

  .intro, .aboutMe {
    width: 90%;
  }

  .details-r, .details-l, .web-l, .web-r, .design-l .details-l, .details-r {
    width: 50%;
  }

  .details-r, .details-l {
    font-size: 85%;
  }

  img.web, img.design {
    width: 348px;
  }

  img.design-v {
    height: 320px;
  }

  img.logo {
    width: 334px;
  }

  h2 {
    font-size: 118%;
  }
}
@media (max-width: 768px) {
  ul.main-nav li a:hover,
ul.main-nav li a.contact:hover {
    border-bottom: none;
  }

  p.intro, .aboutMe {
    width: 90%;
  }

  h2.subTitle {
    font-size: 155%;
    margin-top: 10px;
  }

  img.web {
    height: 210px;
    margin-bottom: 20px;
    width: 300px;
  }

  img.design {
    height: 300px;
    width: 300px;
  }

  img.design-v {
    height: 318px;
  }

  img.logo {
    width: 305px;
  }

  .designWork, .webUl, .connect {
    width: 95%;
  }

  .details-r h2, .details-l h2 {
    padding-top: 0;
  }

  .details-r p, .details-l p {
    line-height: 120%;
    margin-bottom: 20px;
  }

  #elevator {
    display: none;
  }
}
@media (max-width: 736px) {
  ul.main-nav li a.contact {
    font-size: 110%;
  }

  p.intro, aside p, .aboutMe {
    font-size: 130%;
  }

  img.web {
    height: 200px;
  }

  img.logo {
    height: 190px;
  }
}
@media (max-width: 667px) {
  .mobile-nav-icon {
    display: inline-block;
    margin: 5px 20px 0 0;
  }

  h1 {
    line-height: 40.5px;
  }

  .name-first {
    font-size: 142%;
    margin-left: -8%;
  }

  .name-last {
    font-size: 132%;
  }

  .details-r {
    width: 48%;
  }

  .details-l {
    width: 48%;
  }

  h2 {
    font-size: 175%;
  }

  .details-r h2, .details-l h2 {
    font-size: 150%;
  }

  p.intro, aside p, .aboutMe {
    font-size: 103%;
    line-height: 130%;
  }

  h2.subTitle {
    font-size: 145%;
    margin-top: 10px;
  }

  ul.main-nav {
    display: none;
  }

  ul.main-nav li {
    display: block;
  }

  img.logo {
    height: 190px;
    width: 315px;
  }
}
@media (max-width: 640px) {
  p.intro, aside p, .aboutMe {
    font-size: 108%;
  }

  img.web {
    width: 280px;
  }

  img.design {
    height: 280px;
    width: 280px;
  }

  img.logo {
    height: 170px;
    width: 294px;
  }
}
@media (max-width: 568px) {
  p.intro, aside p, .aboutMe {
    font-size: 106%;
  }

  img.web {
    height: 180px;
    padding-top: 6px;
    width: 260px;
  }

  img.design, img.design-v {
    height: 260px;
    width: 260px;
  }

  #webList h2 {
    font-size: 100%;
    padding-bottom: 4px;
  }

  .details-r, .details-l {
    width: 45%;
  }

  .details-r p, .details-l p {
    font-size: 90%;
    line-height: 110%;
  }

  img.logo {
    height: 148px;
    width: 277px;
  }
}
@media (max-width: 480px) {
  h1 {
    margin-bottom: 10px;
    margin-top: 20px;
    padding-top: 0;
  }

  #webList h2,
#designList h2 {
    width: 90%;
  }

  h2.subTitle {
    font-size: 125%;
    margin-top: 0;
  }

  aside h2 {
    padding-top: 0;
  }

  p.intro, aside p, .aboutMe {
    font-size: 100%;
    line-height: 120%;
  }

  img.web, img.design, img.design-v, .logo {
    margin-left: auto;
    margin-right: auto;
  }

  img.web {
    height: 180px;
  }

  .connect {
    width: 82.5%;
  }

  aside, form {
    margin: 0 auto;
    width: 100%;
  }

  #webList h2, #designList h2 {
    font-size: 130%;
  }

  .details-r, .details-l {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
  }

  .web-r {
    width: 95%;
  }

  button, label {
    font-size: 130%;
  }

  .connect, .webUl li, .designWork li {
    flex-direction: column !important;
  }
}
@media (max-width: 414px) {
  h2.subTitle {
    font-size: 115%;
  }

  img.web, img.design,
img.design-v {
    margin-left: 16%;
  }

  img.logo {
    margin-left: 8%;
  }
}
@media (max-width: 375px) {
  img.web, img.design,
img.design-v {
    margin-left: 13%;
  }

  img.logo {
    margin-left: 4%;
  }
}
@media (max-width: 360px) {
  img.web, img.design,
img.design-v {
    margin-left: 12%;
  }
}
@media (max-width: 320px) {
  img.web, img.design,
img.design-v, img.logo {
    margin-left: 7%;
  }

  img.logo {
    height: 170px;
    width: 276px;
  }
}

/*# sourceMappingURL=styles.css.map */
