.hero-banner{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 200px 0 180px;
  position: relative;
  z-index: 0;
}
/* .hero-banner:before {
    content: "";
    background-color: #14263C;
    opacity: 0.3;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
} */
.banner-text{
 text-align: center;
 position: relative;
}
.banner-text h1{
     color: #fff;
     font-family: "Barlow", Sans-serif;
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.1em;
}
.banner-text h5{
     color: #fff;
    display: block;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3em;
    text-transform: uppercase;
      margin-bottom: 30px;
}
.banner-cta {
 text-align: center;
 padding-top: 40px;
}
.banner-cta a{
     border-radius: 0;
    color: #fff;
    display: inline-block;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 60px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    z-index: 1;
      background: #ec7d1b;
}


@media (max-width: 767px){
 .banner-text h1 {
    font-size: 2rem;
}
}


#hero-banner{
  position: relative;
  top: -10px;
  display: flex;
  // flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  // height: 100vh;
  // background-color: white;
  overflow: hidden;
  text-align: center;

  
/*   #video-box{
    height: 600px;
    width: 100%;
    opacity: .40;
    
    // z-index: 1111111111111111;
    filter: grayscale(.15);
  } */
  
  iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    
  }
}

hr{
  border-top: 1px solid red;
  width: 600px;
  margin-bottom: 16px;
}

#hero-content {
  position: absolute;
  // background-color: azure;
/*   width: 600px;
  height: 200px; */
  z-index: 10000;
  // border: 3px solid darkslategray;
  // border: 5px solid yellow;
  
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  color: azure;
  // color: palegoldenrod;
}

#hero-banner #hero-button-container {
  
  // position: absolute;
  // background-color: azure;
  padding: 40px;
  width: 600px;
  height: 200px;
  z-index: 10000;
  // border: 3px solid darkslategray;
  // border: 5px solid yellow;
  
  justify-content: center;
  color: azure;
  // display: flex;
  top: 120px;
  flex-direction: row;
  // background-color: red;
  width: 400px;
}

#hero-button-container button{
  // display: inline-block;
  height: 40px;
  width: 113px;
  border-radius: 20px;
  margin: 10px;
  background-color: transparent;
  border: 1px ridge darkslategray;
  border: none;
  user-select: none;
  outline: none;
  color: azure;
  font-weight: 600;
}

#hero-banner div button:nth-of-type(1){
  background-color: #665dc3;
  transition: opacity .1s;
  
  &:hover{
    opacity: .85;
  }
}

#hero-banner div button:nth-of-type(2){
  width: 142px;
  border: 1px solid #f0f0f0;
  
  
  &:hover{
    // background-color: #050505;
    opacity: .8;
  }
}

div{
  background-color: transparent;
}

#hero-banner div h1{
/*   color: black; */
  font-size: 2.5em;
/*   margin-bottom: 16px;
  text-shadow: -1px 0 10px white, 0 1px black, 1px 0 goldenrod, 0 -1px goldenrod; */
}

@media(max-width: 767px){
  #hero-banner div h1{
    font-size: 30px;
  }
}


