@font-face {
  font-family: 'Seriously Nostalgic';
  src: url('fonts/file.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}


.hero {
  height: 100vh;
  width: 100%;
  background-image: url('images/background.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.logo {
  width: 75px;
  height: auto;
  margin-left: 20px;
}

.navbar {
  z-index: 3;
  position: relative;
}

.wrapper {
  padding-left: 250px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

.main-heading, .lead, .btn-outline-custom {
  color: #ffffff;
  text-align: left;
}

.main-heading{
  font-family: 'Seriously Nostalgic', serif;
  font-weight: 400; 
  font-size: 6rem; 
  line-height: 1;
  color: #ffffff;
  text-align: left;
}

.lead {
  color: #ffffff;
  font-family: 'Archivo', sans-serif;
  font-weight: 300; 
  font-size: 1.5rem;
  line-height: 1;
  text-align: left;
  margin-top: 100px !important;
}


.btn-outline-custom {
  font-family: 'Archivo', sans-serif;
  font-weight: 500;
  border: 2px solid #328278;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 1.2rem;
  background-color: transparent;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin-left: 0 !important;
  margin-right: 50px !important;
}

.btn-outline-custom {
  border: 2px solid #328278;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 1.2rem;
  font-weight: 500;
  background-color: transparent;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin-left: 0 !important;
  margin-right: 50px !important;
}

.btn-outline-custom:hover {
  background-color: #328278;
  color: #ffffff;
}

.mt-3 .btn {
  margin: 5px 15px;
}

.container {
  color: #ffffff !important;
  z-index: 2;
  position: relative;
  text-align: left;
}

.footer {
  padding: 20px 0;
  z-index: 2;
  color: #ffffff;
  margin-top: auto;
}

.footer a {
  color: #ffffff;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
  color: #328278;
}

.whiteLink {
  color: #ffffff;
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
}

.alwaysBottom {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

@media (max-width: 1300px) {
  .main-heading {
    font-size: 4rem; 
    text-align: center; 
  }

  .hero {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background-position: -250px center; 
  }

  .wrapper {
    padding: 20px;
    max-width: 100%;
    text-align: center; 
    position: absolute;
    top: 250px;
  }

  .btn-outline-custom {
    margin: 10px 0;
    display: block;
    text-align: center;
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .lead {
    text-align: center;
  }

  .alwaysBottom {
    bottom: 10px;
  }

  
  .whiteLink {
    font-size: 0.9rem;
    margin-bottom: 4px;
  }
 
}

@media (max-width: 558px) {

  .main-heading {
    font-size: 2.5rem;
    text-align: center; 
  }

  .lead {
    font-size: 1.2rem;
  }

  .wrapper{
    top: 200px;
  }

  .whiteLink {
    margin-bottom: 0px;
    font-size: 0.9rem;  
  }
  .hero {
    background-position: -650px center; 
  }
}



@media (max-width: 1300px) and (max-height: 1000px) {
  .hero {
    background-size: cover;
    background-position: center center;
    width: 100vw;
    height: 100vh;
  }

  .wrapper {
    padding: 20px;
    max-width: 100%;
    text-align: center;
    position: relative;
    top: 0px;
  }

  .main-heading {
    font-size: 3rem;
    text-align: center;
  }

  .lead {
    font-size: 1.2rem;
    text-align: center;
    margin-top: 10px !important;
  }

  .btn-outline-custom {
    margin: 10px auto;
    display: block;
    text-align: center;
  }

  .alwaysBottom {
    bottom: 10px;
  }
}

@media (max-height: 650px) or (max-width: 500px) {
  .main-heading {
    font-size: 2rem;
  }

  .lead {
    font-size: 1rem;
  }

  .btn-outline-custom {
    font-size: 1rem;
  }

}
