html {
  font-size: 22px;
}

@media (max-width: 1366px) {
  html {
    font-size: 18px;
  }
}

@media (max-height: 834px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  html {
    font-size: 14px;
  }
}

body {
  font-family: 'OpenSans-Regular';
  color: white;
}

#logo {
  background-image: url("../img/logo.webp"), url("../img/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 3.4rem;
  height: 5.63rem;
  margin-left: 2.27rem;
  margin-right: 2rem;
  margin-top: 0.4rem;
}

.navbar {
  font-family: 'OpenSans-Bold';
  font-style: normal;
  font-weight: bold;
  font-size: 0.72rem;
  line-height: 2rem;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  position: absolute;
  width: 100%;
  margin-top: 1rem;
}

#navcol{
  text-align: right;
}

.navbar-light .navbar-nav .nav-link {
  padding-left: 1rem;
  padding-right: 1rem;
}

#home-screen-1 {
  text-align: center;
  padding-top: 14rem;
  background-image: url("../img/background.webp"), url("../img/background.jpg");
  height: 200vh;
  background-position: top;
  background-size: cover;
  width: 100%;
}

#home-screen-1 h1 {
  font-family: 'Georgia';
  font-style: normal;
  font-weight: normal;
  font-size: 2.36rem;
  line-height: 151.81%;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  margin-block-end: 1px;
}

#home-screen-1 h3 {
  font-family: 'OpenSans-Regular';
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  margin-block-start: 0.2rem;
}

.btn.btn-light {
  font-family: 'OpenSans-Bold';
  font-style: normal;
  font-weight: bold;
  font-size: 0.81rem;
  line-height: 1.136rem;
  letter-spacing: 0.065em;
  text-transform: uppercase;
  color: #15306C;
  border-radius: 1px;
  padding: 0.681rem 1.36rem;
}

#home-screen-2 {
  height: 100vh;
  color: #F2F2F2;
  margin-top: -100vh;
}

#home-screen-2 .row {
  /*height: 100%;*/
}

.side-sign {
  width: 175px;
  height: 300px;
  margin-bottom: 50px;
}

#hs2-text1 {
  font-family: OpenSans-Bold;
  font-size: 1rem;
  line-height: 151.81%;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  /*margin-top: 15px;*/
}

#hs-header {
  font-family: Georgia;
  font-weight: normal;
  font-style: normal;
  font-size: 2.18rem;
  line-height: 141.8%;
  /*margin-top: 1.18em;*/
}

#hs2-text3 {
  font-family: Georgia;
  font-weight: normal;
  font-style: normal;
  font-size: 1.45rem;
  line-height: 141.8%;
  /*margin-top: 0.9em;*/
  max-width: 36rem;
}

#hs-2-hr {
  border-width: 2px;
  background: #F2F2F2;
  width: 50%;
  /*margin-top: 1.81em;*/
  max-width: 29rem;
}

#hs2-text4 {
  font-family: OpenSans-Regular;
  font-weight: 600;
  font-size: 1.227rem;
  line-height: 1.81rem;
  color: rgba(255,255,255,0.9);
  width: 50%;
  /*margin-top: 0.9em;*/
  max-width: 22rem;
}

#home-screen-3 {
  height: 100vh;
  color: #081C36;
}

@media (min-width: 800px) and (max-width: 1200px) {
  #home-screen-3 {
    height: 200vh;
  }
}

@media (max-width: 800px) {
  #home-screen-3 {
    height: 300vh;
  }
}

#home-screen-3 img {
  width: 16.6rem;
  height: 16.6rem;
}

#home-screen-3 hr {
  background: #081C36;
  border-width: 1px;
  width: 16.6rem;
  margin-top: 0.45rem;
}

#home-screen-3 h3 {
  color: #081C36;
  font-family: Lora;
  font-style: normal;
  font-weight: normal;
  font-size: 1.18rem;
  line-height: 1.77rem;
  text-transform: uppercase;
  margin-top: 1.59rem;
  padding-left: calc((100% - 16.6rem)/2);
}

#home-screen-3 span {
  font-family: 'OpenSans-Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.227rem;
  width: 16.6rem;
  margin-left: calc((100% - 16.6rem)/2);
  padding-right: 0.68rem;
  height: 4rem;
}

#home-screen-4 {
  background-image: url("../img/background1.webp"), url("../img/background1.jpg");
  height: 100vh;
  background-size: cover;
}

#hs-3-hr {
  border-width: 2px;
  background: #F2F2F2;
  width: 29rem;
  /*margin-top: 1.81em;*/
  max-width: 22rem;
}

#hs-3-text {
  font-family: 'OpenSans-Regular';
  font-style: normal;
  font-weight: 600;
  font-size: 1.227rem;
  line-height: 1.81rem;
  max-width: 20rem;
}

#hs-3-side-sign {
  width: 242px;
  height: 271px;
}

#footer {
  background-image: url("../img/background-footer.webp"), url("../img/background-footer.jpg");
  height: 40vh;
  background-size: cover;
  font-style: normal;
  font-weight: normal;
  font-size: 0.73rem;
  line-height: 1.09rem;
  background-repeat: repeat-y;
  /*position: static;*/
}

@media (max-width: 986px) {
  #footer {
    height: 70vh;
  }
}

#copyright {
  font-family: 'ITCFranklinGothicStd-Book';
  font-style: normal;
  font-weight: normal;
  font-size: 0.63rem;
  line-height: 1.09rem;
  letter-spacing: 0.065rem;
}

#footer a {
  color: white;
  font-family: 'ITCFranklinGothicStd-Book';
  letter-spacing: 0.065rem;
}

#footer-menu-1 {
  border-left: 1px solid white;
  padding-left: 1.6rem;
}

#home-feedback {
  height: 100vh;
  color: #081E36;
}

#footer-screen {
  height: 100vh;
  /*color: #081c36;*/
}

#slide-container {
  height: 20rem;
  width: 50rem;
  margin-top: 2rem;
  position: relative;
}

#home-feedback blockquote {
  font-family: 'ITCFranklinGothicStd-Book';
  font-size: 1.45rem;
  padding-left: 6rem;
  padding-right: 6rem;
}

#home-feedback footer {
  font-family: 'OpenSans-Regular';
  font-weight: bold;
  padding-bottom: 3rem;
  padding-top: 1.5rem;
}

.carousel-control-prev, .carousel-control-next, .carousel-indicators {
  filter: invert(100%);
}

.carousel-indicators {
  position: relative;
}

#contact {
  height: 60vh;
  color: #081C36;
  border-top: 1px;
  border-color: #081c36;
  border-style: solid;
  border-right: 0px;
  border-left: 0px;
  width: 100%;
  /*background-image: url("../img/background1.jpg");*/
  /*background-size: cover;*/
}

#contact h1 {
  font-size: 2.3rem;
  font-family: 'Georgia';
  font-weight: bold;
}

#contact h5 {
  font-size: 1.2rem;
  font-family: 'Georgia';
}

#contact textarea {
  height: 7rem;
}

.btn.btn-dark {
  background-color: #081c36;
  font-family: 'OpenSans-Bold';
  font-style: normal;
  font-weight: bold;
  font-size: 0.81rem;
  line-height: 1.136rem;
  letter-spacing: 0.065em;
  text-transform: uppercase;
  /*color: #15306C;*/
  padding: 0.45rem;
  border-radius: 1px;
  /*margin-top: 2rem;*/
  padding: 0.681rem 1.36rem;
}

#carousel-feedback {
  /*top: -10rem;*/
}

.quotes-ul {
  width: 50rem;
  position: absolute;
  left: 0;
  top: -7rem;
}

.quotes-dr {
  width: 50rem;
  position: absolute;
  left: 0;
  top: 17rem;
}

#error_message {
  font-family: 'OpenSans-Bold', sans-serif;;
  font-size: 0.9rem;
  color: #e72e3f;
  list-style-position: inside;
  list-style-type: disc;
  /*color: rgba(255,0,0,0);*/
  text-transform: lowercase;
  margin-top: 0.5rem;
}

#overlay-container {
  position: fixed;
  width: 25rem;
  height: 15rem;
  background-color: white;
  left: calc((100% - 25rem)/2);
  top: calc((100% - 15rem)/2);
  z-index: 99;
  color: #081c36;
  font-family: 'OpenSans-Bold', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 0.81rem;
  line-height: 1.136rem;
  letter-spacing: 0.065em;
  padding: 1rem;
  border-radius: 1px;
}

#overlay-container h5{
  text-transform: uppercase;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(8,28,54,0.74);
  z-index: 1;
}

#close-icon {
  color: #081c36;
  position: absolute;
  right: 0.25rem;
  top: 0.25rem;
}

#close-icon:hover {
  color: rgba(8,28,54,0.74);
}

#signature {
  position: absolute;
  bottom: -3rem;
  height: 3rem;
}

