* {
  box-sizing: border-box;
  font-family: 'Overpass', sans-serif;
  list-style: none;
  text-decoration: none;
}

body {
  background-color: #F9F9F9;
  position: ;
}

.content {
  max-width: 1900px;
}

h2 {
  font-weight: 600;
  letter-spacing: 1px;
}

h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  color: rgba(0,0,0,0.33);
  letter-spacing: 0.42px;
  margin-bottom: 10px;
}


li {
  list-style: none;
  display: inline-block;
}

.loader{
  height: 10px;
  background-color: #000;
  position: absolute;
}

header {
  height: 500px;
  width: 100%;
  position: relative;
  background-image: url(/assets/img/landing_hero.png);
  background-size: cover;
}

.header_solid {
  background-image: none;
  background-color: #0077e2;
  height: auto;
  min-height: 100px;
}

.logo {
  float: left;
  padding: 20px 20px;
}

.logo img {
  height: auto;
  width: 80px;
}

.nav {
  margin-top: 20px;
  position: absolute;
  right: 0;
  max-width: 350px;
  z-index: 99;
}

.nav li {
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 500;
  color: white;
  text-decoration: none;
  transition: color .2s ease-in;
}

.nav li:hover {
  color: #09529E;
}

.mobile-menu {
  background: #0077e2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  padding-top: 50px;
  padding-left: 10%;
}

.mobile-menu a {
  display: none;
  text-decoration: none;
  position: relative;
  letter-spacing: 2;
  font-weight: 500;
  line-height: 50px;
  font-size: 24px;
  color: white;
}

.nav-hamburger {
  z-index: 99999;
  visibility: hidden;
  z-index: 10;
  position: fixed;
  font-size: 2em;
  top: 17px;
  right: 20px;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.nav_start li:hover {
  opacity: 0.5;
  color: white;
}

.nav-hamburger:hover {
    text-shadow: 0px 3px 6px rgba(0,0,0,0.3);
  }

.nav-hamburger-small {
  transform: scale(0.8);
  z-index: 99999;
}

.nav-hamburger img {
  height: auto;
  width: 30px;
}

.hero_gradient {
    position: absolute;
    bottom: 0;
    z-index: 9;
    height: 200px;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 118, 226, 0.0), rgba(0, 118, 226, 0.43) 43%, rgba(0, 118, 226, 0.71) 59%, rgba(0, 118, 226, 0.84) 72%, rgba(0, 118, 226, 0.96) 86%, #0077e2);
}

.intro {
  background-color: #0077e2;
  font-size: 16px;
  color: white;
  height: auto;
  padding-left: 10%;
  padding-bottom: 50px;
}

.intro_text {
  max-width: 400px;
  color: white;
}

.content {
  height: 100%;
}

.skill_section {
  padding: 10%;
  padding-top: 100px;
  padding-bottom: 100px;
  height: auto;
  width: 100%;
}

.skill {
  font-size: 14px;
  color: #000000;
  line-height: 25px;
  margin-bottom: 56px;
}

.skill:first-child{
  margin-bottom: 0;
}

footer {
  padding: 25px;
  padding-left: 10%;
  background-color: #F4F4F4;
  height: auto;
  width: 100%;
  display: flex;
}

footer h3 {
  margin-bottom: 5px;
  opacity: .5;
}

.footer_column {
  height: 100%;
  width: auto;
  margin-right: 70px;
}

.footer_links {
  width: auto;
  margin: 0;
}

.footer_links a{
  margin-right: 20px;
  font-weight: 400;
  text-decoration: none;
  color: #A4A4A4;
}

.footer_links a:hover {
  transition: .5s ease;
  color: black;
}

.awards {
  margin-top: 50px;
}


/*Portfolio*/

.portfolio {
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 100px;
}

.portfolio_card {
  background-color: #F4F4F4;
  height: 200px;
  padding: 20px;
  min-width: 250px;
  max-width: 400px;
  font-size: 16px;
  font-weight: 500;
  color: #A4A4A4;
  line-height: 20px;
  margin: auto;
}

.portfolio_card h3{
  color: #0077e2;
  margin-bottom: 22px;
}

.portfolio_card li {
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
}

.portfolio_list {
  font-size: 16px;
  font-weight: normal;
  color: black;
  margin-bottom: 5px;
}


/*CALENDAR*/

.calendar {
  margin-left: auto;
  width: 95%;
  height: auto;
  padding: 50px;
  padding-left: 100px;
  padding-right: 100px;
}

.calendar_content {
  width: 50%;
  height: auto;
  margin: auto;
  max-width: 1500px;
}

.month {
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #A4A4A4;
  line-height: 20px;
  margin: auto;
  transition: all 0.2s ease;
}

.month:hover {
  border-top: 3px solid #EC422E;
}

.month h3{
  color: #EC422E;
  margin-bottom: 22px;
}

.month li {
  display: flex;
  flex-direction: column;
}

.month li:last-child{
  margin-bottom: 30px;
}

.location {

}

.date {
  font-size: 20px;
  font-weight: normal;
  color: black;
  margin-bottom: 5px;
}

.coming_soon {
  margin: auto;
  margin-bottom: 100px;
  margin-top: 50px;
  width: 100%;
  height: auto;
  text-align: center;
}


/*CONTACT */

.contact {
  padding-top: 80px;
  font-size: 20px;
  color: white;
}

.contact a{
  color: white;
  text-decoration: none;
}

.contact_details {
  display: flex;
  flex-direction: column;
}

.contact_links {
  display: flex;
  flex-direction: column;
  padding-top: 50px;
}

.contact_background {
  background-color: #0077e2;
}

.footer_contact {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #0077e2;
}

.footer_contact a{
  color: #09529E;
}

.footer_contact a:hover {
  color:white;
}

@media (max-width: 700px) {

  .intro {
    height: auto;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 50px;
  }

  .intro_text {
    max-width: 400px;
    color: white;
  }

  /*CALENDAR*/


  .calendar_card {
    margin-bottom: 50px;
    width: 100%;
  }

  .coming_soon {
    margin-top: 0px;
  }

}

@media (max-width: 550px) {

  .nav-hamburger  {
    visibility: visible;
  }

  header {
    background-position: center;
  }


  .logo img {
  width: 80px;
  height: auto;
  }

  .nav {
    visibility: hidden; opacity: 0;
  }

  .skill:first-child {
    margin-bottom: 50px;
  }

  .intro {
    height: auto;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 50px;
  }

  .intro_text {
    max-width: 400px;
    color: white;
  }

  footer {
    padding-left: 10%;
    padding-right: 10%;
    background-color: #F4F4F4;
    height: auto;
    width: 100%;
    display: flex;
  }

  footer a {
    font-size: 14px;
  }

  footer h3 {
    margin-bottom: 5px;
    opacity: .5;
  }

  .footer_column {
    margin-right: 0;
  }

  /*PORTFOLIO*/

  .portfolio {
    padding: 50px;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 0;
    margin-bottom: 0px;
  }


  .portfolio_card {
    margin-bottom: 50px;
  }


  /*CALENDAR*/

  .calendar {
    width: 100%;
    height: auto;
    padding: 50px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .calendar_card {
    margin-bottom: 50px;
    border-top: 3px solid #EC422E;
  }

  .coming_soon {
    margin-top: 0px;
  }

  /*CONTACT*/

  .contact {
    padding-top: 0px;
  }


  .contact_links {
    display: flex;
    flex-direction: column;
    padding-top: 50px;
  }

  .awards {
    margin-top: 20px;
  }

}

@media (max-width: 400px) {

  .nav li {
    font-size: 12px;
  }

}
