@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
@media (min-width: 1500px) {
  .container {
    max-width: 1400px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1700px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1700px;
  }
}
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Marcellus", serif;
  font-weight: 400;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

@media (max-width: 1024px) {
  .colhide {
    display: none;
  }
}

p {
  font-size: 16px;
  line-height: 20px;
}

.landingpage {
  background-image: url(../images/whitebg.png);
  height: 100vh;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}
@media (max-width: 991px) {
  .landingpage {
    height: 100%;
  }
}
@media (max-width: 480px) {
  .landingpage {
    max-width: 400px;
    margin: 0 auto;
  }
}
.landingpage::before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 60%;
  width: 30px;
  background-color: #174d69;
  top: 14%;
}
@media (max-width: 1500px) {
  .landingpage::before {
    height: 59%;
    top: 15%;
  }
}
@media (max-width: 1199px) {
  .landingpage::before {
    height: 55%;
    top: 14%;
  }
}
@media (max-width: 991px) {
  .landingpage::before {
    display: none;
  }
}
.landingpage::after {
  content: " ";
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 60%;
  width: 30px;
  background-color: #174d69;
  top: 14%;
}
@media (max-width: 1500px) {
  .landingpage::after {
    height: 59%;
    top: 15%;
  }
}
@media (max-width: 1199px) {
  .landingpage::after {
    height: 55%;
    top: 14%;
  }
}
@media (max-width: 991px) {
  .landingpage::after {
    display: none;
  }
}
.landingpage .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.landingpage .siteBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media (max-width: 1500px) {
  .landingpage .siteBox {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .landingpage .siteBox {
    padding-top: 40px;
    margin-top: 0px;
  }
}
@media (max-width: 480px) {
  .landingpage .siteBox {
    padding-top: 30px;
  }
}
@media (max-width: 1500px) {
  .landingpage .siteBox .sitelogo img {
    height: 120px;
  }
}
@media (max-width: 1199px) {
  .landingpage .siteBox .sitelogo img {
    height: 100px;
  }
}
.landingpage .siteBox .siteimg {
  position: relative;
}
.landingpage .siteBox .siteimg img {
  height: 480px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1600px) {
  .landingpage .siteBox .siteimg img {
    height: 400px;
  }
}
@media (max-width: 1500px) {
  .landingpage .siteBox .siteimg img {
    height: 360px;
  }
}
@media (max-width: 1199px) {
  .landingpage .siteBox .siteimg img {
    height: 340px;
  }
}
@media (max-width: 480px) {
  .landingpage .siteBox .siteimg img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.landingpage .siteBox a {
  position: absolute;
  bottom: -43px;
  left: 0;
  right: 0;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  background-image: url(../images/rectangle.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 45px 70px;
}
@media (max-width: 1600px) {
  .landingpage .siteBox a {
    font-size: 35px;
    padding: 40px 60px;
  }
}
@media (max-width: 1500px) {
  .landingpage .siteBox a {
    padding: 20px 50px;
    font-size: 25px;
    line-height: 35px;
    bottom: -8px;
  }
}
@media (max-width: 1199px) {
  .landingpage .siteBox a {
    bottom: -19px;
  }
}
@media (max-width: 991px) {
  .landingpage .siteBox a {
    padding: 30px 50px;
    font-size: 25px;
    line-height: 35px;
    bottom: -18px;
  }
}
@media (max-width: 480px) {
  .landingpage .siteBox a {
    padding: 30px 50px;
    font-size: 22px;
    line-height: 32px;
  }
}/*# sourceMappingURL=style.css.map */