@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&family=Roboto&display=swap");

* {
  font-family: "Playfair Display", serif;
}
.site-body {
  height: 100vh;
  background-color: #ccc;
  background-image: url(sea.jfif);
  background-size: cover;
  /* background-position: center; */
  background-repeat: no-repeat;
  background-position: 0px -60px;
}
/* 
.site-body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.8s;
  background-color: rgba(255, 255, 255, 0.75);
  background-size: 100% 100%;
} */

.top-header {
  width: 100%;
  background-color: #fff;
  padding: 15px;
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.16);
  z-index: 100 !important;
  position: absolute;
}
.flex-and-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  height: 80px;
}

.site-button .button {
  padding: 12px 20px;
  background-color: #d3991a;
  color: #fff;
  letter-spacing: 1px;
  transition-duration: 0.2s;
  text-decoration: none;
  font-size: 18px;
}

.color-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 99;
}

.desc-wrapper {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}

.footer-des {
  position: absolute;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
  z-index: 100;
}

.footer-des p {
  font-size: 17px;
  font-weight: 400;
  color: #8a8a8a;
  margin: 0px;
  margin-bottom: 5px;
  font-family: "Roboto", serif;
}

.desc-wrapper p {
  font-weight: bolder;
  font-style: normal;
  font-size: 60px;
  letter-spacing: 1px;
  color: #373d3f;
  font-weight: 400;
  text-align: center;
}
.desc-wrapper {
  width: 100%;
  text-align: center;
}

.footer-des {
  width: 90%;
  text-align: center;
}

@media (max-width: 800px) {
  .logo {
    height: 45px;
  }
  .site-button .button {
    font-size: 12px;
    padding: 10px 15px;
  }
  .site-button.mr-3,
  .site-logo.ml-3 {
    margin: 0px;
  }
  .desc-wrapper p {
    font-size: 35px;
    text-align: center;
  }

  .footer-des p {
    font-size: 12px;
    font-weight: 600;
    color: #4c4c4c;
    margin: 0px;
    margin-bottom: 5px;
    text-align: center;
    width: 100%;
  }
}
