@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&family=Oxygen&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
header {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}

header .hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100vh;
  width: 100%;
  position: absolute;
}

header .hero .overlay {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 31, 31, 0.3)), to(rgba(29, 29, 29, 0.3)));
  background: linear-gradient(rgba(31, 31, 31, 0.3), rgba(29, 29, 29, 0.3));
  z-index: 1;
}

header .hero .heropic {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
}

header .hero .intro {
  margin-bottom: 100px;
  padding-left: 50px;
  z-index: 1;
}

header .hero .intro .title {
  text-transform: uppercase;
  font-size: 2.8em;
  letter-spacing: 1px;
  color: white;
  text-shadow: black 2px 2px 10px;
}

@media (min-width: 0px) and (max-width: 480px) {
  header .hero .intro .title {
    font-size: 1.7em;
    padding-right: 10px;
  }
}

@media (min-width: 481px) and (max-width: 849px) {
  header .hero .intro .title {
    font-size: 2.5em;
  }
}

header .hero .intro .motto {
  padding: 10px;
  font-size: 1.2em;
  color: white;
  font-weight: 100;
  background: #1b334e;
  letter-spacing: .5px;
  opacity: 0.85;
}

@media (min-width: 0px) and (max-width: 480px) {
  header .hero .intro .motto {
    font-size: .9rem;
  }
}

header .hero .intro .btn {
  border: none;
  outline: none;
  width: 115px;
  background: #88b1e3;
  padding: 15px;
  color: white;
  font-size: 1em;
  -webkit-transition: ease-in 0.25s;
  transition: ease-in 0.25s;
}

@media (min-width: 0px) and (max-width: 480px) {
  header .hero .intro .btn {
    display: none;
  }
}

@media (max-width: 1000px) {
  header .hero .intro .btn {
    display: none;
  }
}

header .hero .intro .btn:hover {
  cursor: pointer;
  background: white;
  border: #1b334e 2px solid;
  color: #1b334e;
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
}

.about .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 35px;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 125px 0px 125px 50px;
}

@media (min-width: 0px) and (max-width: 480px) {
  .about .description {
    padding: 50px 0px 0px 0px;
  }
}

@media (max-width: 1035px) {
  .about .description {
    padding: 0px;
  }
}

.about .description .info-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 450px;
          flex: 1 1 450px;
  padding: 50px;
  min-height: 50vh;
}

.about .description .info-about .introtitle {
  text-transform: uppercase;
  color: #1b334e;
  font-size: 2rem;
  padding: 5px 10px 10px 5px;
  position: relative;
}

@media (min-width: 0px) and (max-width: 480px) {
  .about .description .info-about .introtitle {
    font-size: 1.85rem;
  }
}

.about .description .info-about .introscript {
  line-height: 25px;
  padding: 20px 0px;
  width: 85%;
}

@media (min-width: 0px) and (max-width: 480px) {
  .about .description .info-about .introscript {
    width: auto;
    font-size: 0.95rem;
  }
}

.about .description .info-about .info-button {
  text-decoration: none;
  background: #1b334e;
  padding: 10px;
  color: white;
  width: 100px;
  text-align: center;
}

.about .description .info-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 350px;
          flex: 1 1 350px;
}

@media (min-width: 0px) and (max-width: 480px) {
  .about .description .info-img {
    padding-left: 0px;
  }
}

.about .description .info-img .road-img {
  min-width: 400px;
  height: 350px;
  -webkit-box-shadow: 1px 1px 3.5px #1b334e;
          box-shadow: 1px 1px 3.5px #1b334e;
}

@media (min-width: 0px) and (max-width: 480px) {
  .about .description .info-img .road-img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 1066px) {
  .about .description .info-img .road-img {
    height: 400px;
    min-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.about .containservices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 500px;
          flex: 1 1 500px;
  background: #1b334e;
  padding: 100px 25px;
}

@media (min-width: 0px) and (max-width: 480px) {
  .about .containservices {
    padding: 100px 0px;
  }
}

.about .containservices .title-service {
  font-size: 2rem;
  padding-bottom: 25px;
  text-transform: uppercase;
  color: white;
}

@media (min-width: 0px) and (max-width: 480px) {
  .about .containservices .title-service {
    padding: 50px;
    font-size: 1.85rem;
  }
}

.about .containservices .services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.about .containservices .services .service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 10px 15px;
  width: 300px;
  height: 300px;
  -webkit-box-shadow: 1px 1px 1px #1b334e;
          box-shadow: 1px 1px 1px #1b334e;
  margin: 20px;
  background: white;
}

@media (max-width: 320px) {
  .about .containservices .services .service {
    width: 250px;
    height: 300px;
  }
}

.about .containservices .services .service .fas {
  font-size: 2rem;
  color: #1b334e;
  padding: 12px;
  border-radius: 8px;
}

.about .containservices .services .service .servicetitle {
  color: black;
  padding: 8px 0px;
  font-size: 1.1rem;
  border-bottom: 1.5px solid lightgrey;
}

.about .containservices .services .service .serviceinfo {
  font-size: 0.9rem;
  padding-top: 10px;
  width: 80%;
  line-height: 25px;
}

.promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.promo .help {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
}

.promo .help .helptitle {
  position: relative;
  text-transform: uppercase;
  color: #1b334e;
  font-size: 2rem;
  padding: 5px 10px 10px 5px;
  text-align: center;
  position: relative;
}

.promo .help .jointitle {
  font-style: oblique;
  font-size: 1.3rem;
  margin-top: 10px;
  padding: 10px;
  background: #1b334e;
  color: white;
  text-align: center;
  font-weight: 100;
  width: 80%;
}

@media (min-width: 0px) and (max-width: 480px) {
  .promo .help .jointitle {
    width: 100%;
  }
}

.promo .contactinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  padding: 15px;
}

@media (min-width: 0px) and (max-width: 480px) {
  .promo .contactinfo {
    padding: 40px 25px;
  }
}

.promo .contactinfo .contacttitle {
  font-size: 1.6em;
  border-bottom: solid 2px #88b1e3;
  padding: 8px 0px;
}

@media (min-width: 481px) and (max-width: 849px) {
  .promo .contactinfo .contacttitle {
    font-size: 1.6em;
  }
}

@media (min-width: 0px) and (max-width: 480px) {
  .promo .contactinfo .contacttitle {
    font-size: 1.4em;
  }
}

@media (max-width: 320px) {
  .promo .contactinfo .contacttitle {
    font-size: 1.2em;
  }
}

.promo .contactinfo .required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  margin: 8px 0px;
  font-weight: 100;
  color: #1b334e;
  padding: 25px;
  border-bottom: 1px solid #1b334e;
  border-top: 1px solid #1b334e;
  position: relative;
  width: 80%;
}

@media (min-width: 0px) and (max-width: 480px) {
  .promo .contactinfo .required {
    width: 100%;
  }
}

.promo .contactinfo .required .fas {
  position: absolute;
  margin-right: 25px;
  left: -15px;
  color: #1b334e;
}

@media (min-width: 0px) and (max-width: 480px) {
  .promo .contactinfo .required {
    font-size: 1em;
  }
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 30px 0px;
}

@media (min-width: 0px) and (max-width: 480px) {
  footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 481px) and (max-width: 849px) {
  footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 0px) and (max-width: 480px) {
  footer .footerlogo {
    font-size: 1.1em;
    width: 80%;
  }
}

@media (max-width: 320px) {
  footer .footerlogo {
    font-size: 0.9em;
    width: 80%;
  }
}

@media (min-width: 481px) and (max-width: 849px) {
  footer .footerlogo {
    width: 70%;
  }
}

footer .logotitle {
  color: #1b334e;
  font-size: 1.5em;
}

footer .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 35%;
}

@media (min-width: 0px) and (max-width: 480px) {
  footer .form {
    margin-top: 30px;
    width: 80%;
  }
}

@media (min-width: 481px) and (max-width: 849px) {
  footer .form {
    margin-top: 30px;
    width: 70%;
  }
}

footer .form .textfields {
  width: 90%;
  height: 35px;
  outline: none;
  border: none;
  padding-left: 8px;
  background: rgba(201, 202, 206, 0.2);
}

footer .form ::-webkit-input-placeholder {
  color: #1b334e;
}

footer .form :-ms-input-placeholder {
  color: #1b334e;
}

footer .form ::-ms-input-placeholder {
  color: #1b334e;
}

footer .form ::placeholder {
  color: #1b334e;
}

footer .form input[type="email"] {
  margin: 8px 0px;
}

footer .form .message {
  width: 90%;
  height: 200px;
  resize: vertical;
  border: none;
  outline: none;
  margin-bottom: 8px;
  padding-left: 8px;
  padding-top: 8px;
  background: rgba(201, 202, 206, 0.2);
}

footer .form .footbtn {
  width: 100px;
  border: none;
  outline: none;
  height: 40px;
  background: #1b334e;
  color: white;
  -webkit-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}

footer .form .footbtn:hover {
  cursor: pointer;
  border: dotted 10px #1b334e;
}

footer .socialmedia .fab {
  color: #1b334e;
  font-size: 2.4em;
  padding-right: 10px;
  padding-top: 5px;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}

footer .socialmedia .fab:hover {
  cursor: pointer;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}

.homepagetransition {
  -webkit-animation: homepg 1.1s;
          animation: homepg 1.1s;
}

@-webkit-keyframes homepg {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes homepg {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: Oxygen;
}

html {
  scroll-behavior: smooth;
}
/*# sourceMappingURL=main.css.map */