/*
@charset "UTF-8";
 CSS Document 

.logo{
	max-width: 200px;
	margin-bottom: 60px;
}
p{
	letter-spacing: 3px;
	opacity: 40%;
}
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

html, body{
    font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
/*  font-weight: 200;*/
  font-style: normal;
    font-size: 1.1rem;
    font-weight: 400;
}
/*
html, body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
  }

  main {
    flex: 1;
  }
*/

/*
  footer {
    background: #f8f9fa;
    padding: 1rem;
    text-align: center;
    color: #555;
  }
*/
html {
      scroll-behavior: smooth;
    }
    .navbar {
      background: rgba(0, 0, 0, 0.8);
    }
    .hero-section {
      position: relative;
      height: 100vh;
      color: white;
      text-align: center;
      overflow: hidden;
    }
    .hero-video iframe {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 177.77vh; /* 100 * 16/9 */
      height: 100vh;
      transform: translate(-50%, -50%);
      z-index: 0;
      pointer-events: none;
    }
    .hero-content {
      position: relative;
      z-index: 1;
    }
    .section-image {
      width: 100%;
      height: 400px;
      background-size: cover;
      background-position: center;
    }
    .intro-section {
      padding: 4rem 2rem;
      text-align: center;
    }
    footer {
      background: #000;
      color: #fff;
      text-align: left;
      padding: 1rem 2rem;
    }
footer img{
	margin-bottom: 30px;
	opacity: .4;
}
footer a{
	color: #777;
	text-decoration: none;
}
#logo-footer{
	max-width: 100px;
}
footer span{
		font-size: .8rem;
}
      .navbar-brand img{
          max-width: 120px;
      }
      .hero-section {
  position: relative;
  height: 75vh;
  color: white;
  text-align: center;
  overflow: hidden;
}
.hero-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 133.33vh; /* 75 * 16/9 */
  height: 75vh;
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
}
      .section-image {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .section-image {
    background-attachment: scroll;
  }
    
    .hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  background: url('../images/hero-bg.jpg') center center / cover no-repeat;
}
     
}
#hero{
        margin-top:80px;
    }
.navbar-toggler{
        border:none !important;
    }
.hero-section {
  position: relative;
  width: 100%;
  height: 75vh;
  color: white;
  text-align: center;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 1rem;
}
.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.hero-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.hero-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.78vh; /* 100vh * 16 / 9 = covers height first */
  height: 100vh;
  min-width: 100vw;
  min-height: 100vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
  aspect-ratio: 16 / 9;
}
      .intro-section{
          background: rgba(191,139,43,.1);
          padding: 150px 0;
      }

.btn-bold{
    background: rgba(191,139,43,1.00);
    color: #FFF;
    font-weight: 700;
    padding:16px 32px;
    margin-top:25px;
        font-size:125%;

}
.btn-bold:hover{
    background: #222;
    color: #FFF;
    font-weight: 700;
    padding:16px 32px;
    margin-top:25px;
}
h1{
    font-size: 500%;
}
h2{
    font-size: 300%;
    margin-bottom:1rem;
}
h4{
    font-size:110%;
    margin-bottom: 1rem;
}
#contact{background:#FFF;}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* adjust opacity here */
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2; /* on top of overlay */
}
.nav-link{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1rem;
}
.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.hero-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.78vh;
  height: 100vh;
  min-width: 100vw;
  min-height: 100vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.video-fallback {
  background: url('your-image.jpg') center center / cover no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  transition: opacity 0.5s ease-in-out;
}
a{
    font-weight: 600;
    text-decoration: none;
    
}
