html {
  height: 100%;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  padding-top: 104px;
  background: #FFFFFF;
  position: relative;
  margin: 0;
  padding-bottom: 6rem;
  min-height: 100%;
}
@media (max-width: 1200px) {
  body {
    padding-top: 51px;
  }
}
body .container img {
  max-width: 100%;
}
body header {
  background: #003c5a;
  padding: 45px 15px 15px;
  box-shadow: 0 0 15px #000000;
  z-index: 99;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  transition: all 0.3s;
}
body header .wrapper {
  display: grid;
  grid-template-columns: 200px auto;
  align-items: center;
  margin: 0 auto;
  width: 1170px;
  max-width: 100%;
  padding: 0 15px;
}
body header .wrapper .logo img {
  width: 200px;
  transition: all 0.3s;
}
@media (min-width: 1200px) {
  body header .wrapper .toggle-mobile {
    display: none;
  }
  body header .wrapper .menu {
    text-align: right;
  }
  body header .wrapper .menu > ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
  }
  body header .wrapper .menu > ul > li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
  }
  body header .wrapper .menu > ul > li:last-child, body header .wrapper .menu > ul > li.social {
    margin-right: 0;
  }
  body header .wrapper .menu > ul > li:last-child span, body header .wrapper .menu > ul > li.social span {
    display: none;
  }
  body header .wrapper .menu > ul > li > a {
    display: block;
    padding: 4px 8px;
    color: #E0E0E0;
  }
  body header .wrapper .menu > ul > li > a:hover {
    color: white;
    transition: color 0.3s;
    text-decoration: none;
  }
  body header .wrapper .menu > ul > li > ul {
    display: none;
    position: absolute;
    top: 28px;
    left: 0;
    text-align: left;
    background: white;
    list-style: none;
    margin: 0;
    min-width: 200px;
    border: 2px solid #003c5a;
    border-radius: 3px;
    box-shadow: 3px 3px 5px #00000066;
    padding: 0;
  }
  body header .wrapper .menu > ul > li > ul li {
    margin: 4px 0;
  }
  body header .wrapper .menu > ul > li > ul li a {
    display: block;
    padding: 4px 15px;
    white-space: nowrap;
  }
  body header .wrapper .menu > ul > li > ul li a:hover {
    color: white;
    background: #003c5a;
    transition: color 0.3s, background-color 0.3s;
    text-decoration: none;
  }
  body header .wrapper .menu > ul > li:hover > ul {
    display: block;
  }
}
@media (max-width: 1199px) {
  body header .wrapper .menu {
    text-align: right;
  }
  body header .wrapper .menu .toggle-mobile {
    display: block;
    color: white;
    font-size: 24px;
    cursor: pointer;
  }
  body header .wrapper .menu > ul {
    display: none;
  }
}
@media (max-width: 1199px) {
  body header {
    padding: 8px 0;
  }
  body header .wrapper .logo img {
    width: 150px;
  }
  body header.open .wrapper .menu > ul {
    display: block;
    position: fixed;
    z-index: 999;
    background: #003c5a;
    list-style: none;
    margin: 0;
    padding: 0;
    top: 51px;
    left: 0;
    bottom: 0;
    right: 0;
    border-top: 1px solid white;
    text-align: left;
  }
  body header.open .wrapper .menu > ul li {
    display: block;
    position: relative;
    border-bottom: 1px solid #FFFFFF22;
  }
  body header.open .wrapper .menu > ul li a {
    display: block;
    padding: 12px 15px;
    font-size: 22px;
    color: white;
  }
  body header.open .wrapper .menu > ul li a:hover {
    background: white;
    color: #003c5a;
    transition: color 0.3s, background-color 0.3s;
    text-decoration: none;
  }
  body header.open .wrapper .menu > ul li.social a:before {
    content: "";
  }
  body header.open .wrapper .menu > ul li.projects svg, body header.open .wrapper .menu > ul li.projects i {
    position: absolute;
    right: 15px;
    top: 15px;
  }
  body header.open .wrapper .menu > ul li > ul {
    display: none;
    background: #00000033;
    margin: 0;
    padding: 0;
  }
  body header.open .wrapper .menu > ul li > ul li:last-child {
    border-bottom: none;
  }
  body header.open .wrapper .menu > ul li > ul a {
    padding: 8px 15px 8px 45px;
    font-size: 18px;
  }
  body header.open .wrapper .menu > ul li.open > ul {
    display: block;
  }
}
body.scrolled header {
  padding: 8px 0;
  transition-delay: 0.3s;
}
body.scrolled header .wrapper .logo img {
  width: 150px;
  transition-delay: 0.3s;
}
body main {
  background: #edf4f8;
  padding: 45px 15px;
  line-height: 1.75em;
}
body .index-header {
  margin-top: -60px;
  padding-top: 60px;
  min-height: 600px;
  background-image: url("/images/header.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .index-header .title {
  color: white;
  text-align: center;
  width: 1200px;
  max-width: 100%;
  padding: 30px;
}
body .index-header .title h1 {
  font-size: 54px;
  font-weight: bold;
  text-shadow: 2px 2px 2px #00000066;
}
@media (max-width: 1199px) {
  body .index-header .title h1 {
    font-size: 36px;
  }
}
body .index-header .title .subtext {
  width: 680px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.5em;
  text-shadow: 2px 2px 2px #00000066;
}
body .index-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
body .index-main .left {
  grid-row: 1;
  grid-column: 1;
}
body .index-main .right {
  grid-row: 1;
  grid-column: 2;
}
body .index-main .right img {
  border-radius: 15px;
}
@media (max-width: 1199px) {
  body .index-main {
    display: block;
  }
  body .index-main .right {
    margin-bottom: 15px;
  }
  body .index-main .right img {
    border-radius: 0;
  }
}
@media (min-width: 1200px) {
  body .index-projects img {
    filter: grayscale(0.75);
  }
  body .index-projects img:hover {
    filter: none;
    transition: filter 0.3s;
  }
}
body footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 8px 16px;
  font-size: 12px;
  border-top: 1px solid #FFFFFF33;
  background: #003c5a;
  text-align: center;
  color: #E0E0E0;
}
body footer a {
  padding: 0 4px;
  color: #E0E0E0;
}
body footer a:hover {
  color: #FFFFFF;
  transition: color 0.3s;
}
body .form-item {
  display: grid;
  grid-template-columns: 125px 1fr;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  body .form-item {
    display: block;
  }
}
body .header-image {
  height: 400px;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 1900px) {
  body .header-image {
    height: 300px;
  }
}
@media (max-width: 991px) {
  body .header-image {
    height: 200px;
  }
}
@media (max-width: 767px) {
  body .header-image {
    height: 150px;
  }
}

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