#PausePlayButton {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    margin-bottom: 0;
}

.controls__button.toggleButton:hover {
    -webkit-filter: opacity(0.4) drop-shadow(0 0 1px #877148) saturate(500%);
    filter: opacity(0.4) drop-shadow(0 0 1px #877148) saturate(500%);

    transition: 0.25s
}

.controls__button.toggleButton {
    transition: 0.25s
}

.toggleButton {
    cursor: pointer;
}

#heroImg>video {
    width: 100%;

    object-fit: cover;
}

#VideoBannerContainer {
    position: relative
}

#VideoBannerContainer .controls {
    position: absolute;
    bottom: 0;
}

@media screen and (max-width: 40em){
body main #top #heroImage #headerContent #introHeading {
    font-size: 3.5em;
    line-height: .9em;
}
}
#headerContent{
position: absolute;
    bottom: 3rem;
    left: 0;
    right: 0;
    z-index: auto;
  pointer-events: none;
    z-index: auto;
}
#introHeading{
    font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
font-weight: 700;
    color: #ffffff;
    font-size: 4.5em !important;
    line-height: .8em;
    text-transform: uppercase; 
}
#introText{
    font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
font-weight: 300;
    font-size: .9em;
    color: #ffffff;
    line-height: 1.5;
    padding-bottom: 20px;
    margin: 0; 
}

.buttonRow button{
    display: inline-block;
    max-width: 230px;
    margin-right: 0.8em;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #ffffff;
    color: #877148;
    font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
font-weight: 700;
    margin-bottom: 0.8rem;
    padding: 1rem 0.5rem 1rem 0.5rem;
    font-size: 1.3em;
}
.buttonRow button:hover{
 color: #000000;
  background-color:none;
}
#buttonRow{
 pointer-events: auto; 
}

#heroImage{
  all:unset !important;

}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
#headerContent{
position: relative;
}
#top #heroImage #headerContent #introText{
     font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
font-weight: 300;
    font-size: .9em;
    color: #000;
    line-height: 1.5;
    padding-bottom: 20px;
    margin: 0; 
  text-align: center !important;
}
  
#top #heroImage #headerContent #buttonRow .button {
    display: inline-block;
    max-width: 230px;
    margin-right: 0.8em;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #877148 !important;
    color: white;
    font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
font-weight: 700;
    margin-bottom: 0.8rem;
    padding: 1rem 0.5rem 1rem 0.5rem;
    font-size: 1.3em;
}
#top #heroImage #headerContent #buttonRow .button:hover{
 color: white;
  background-color: #a68d50 !important;
}
  
#top #heroImage #headerContent #introHeading{
   color:black; 
  }
#top #heroImage #headerContent {
    margin-top: 5rem;
  padding-top: 0;
}
}

@media screen and (max-width: 39.9375em) {
#headerContent{
position: relative;
}
#top #heroImage #headerContent #introText{
     font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
font-weight: 300;
    font-size: .9em;
    color: #000;
    line-height: 1.5;
    padding-bottom: 20px;
    margin: 0; 
  text-align: center !important;
}
  
#top #heroImage #headerContent #buttonRow .button {
    display: inline-block;
    max-width: 230px;
   /* margin-right: 0.8em;*/
    text-transform: uppercase;
    text-decoration: none;
    background-color: #877148 !important;
    color: white;
    font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
font-weight: 700;
    margin-bottom: 0.8rem;
    padding: 1rem 0.5rem 1rem 0.5rem;
    font-size: 1.3em;
}
#top #heroImage #headerContent #buttonRow .button:hover{
 color: white;
  background-color: #a68d50 !important;
}
  
#top #heroImage #headerContent #introHeading{
   color:black; 
  }
#top #heroImage #headerContent {
    margin-top: 5rem;
  padding-top: 0;
}
}

#top #heroImage #headerContent #buttonRow .button {
    margin-bottom: 0.8rem;
}

#top #heroImage #headerContent #buttonRow{
  padding-bottom:0;
}

.video-banner-and-controls{
 position:relative; 
}


#main-content #top-content-row #top{
     width: 100vw;
    margin-left: calc(50% - 50vw); 
}
 
#main-content #top-content-row #top .controls{
     margin-left:1rem;
}

#top #pageTitleArea h1 {
 font-family: "EB Garamond", "Garamond", Times, serif;
    font-weight: 500;
    font-size: 1.3em;
    margin-top: 9px;
    line-height: 1em; 
}




























