#site-navigation{
  /* background: #B59B8D!important; */
  background: white;
}

.link-more a{
  background-color: #d2a317 !important;
}

.site-header{
  background: #ffffff !important;
}

@media only screen and (max-width: 960px)
  #site-navigation ul ul a {
  color: white !important;
}

#site-navigation ul ul li  {
  /* background:#B59B8D!important; */
  background: white !important;
}

#site-navigation a{
  color: black !important;
}

.header-contact{
  margin-top:3%!important;
}

.header-contact .phone a, .header-contact .email a{
  color:#737373 !important;
}

body{
  background-color: #ffffff !important;
}

/*Site banner styling*/
/*
#site-banner {
  height: 420px !important;
}

.site-banner .no-slider {
  height: 420px !important;
}
*/

div#content.site-content {
padding-top: 0px!important;
}

#essence-video {
  min-width: auto;
  min-height: auto;
}

#video-flex-container {
display: flex;
flex-flow: row wrap;
justify-content: flex-start;
}

.essence-video {
flex: 1 1 auto;
}

#flex-container {
display: flex;
flex-flow: row wrap;
justify-content: space-evenly;
}

.contact-info {
text-decoration: none;
font-size: 1.5rem;
line-height: 1.5;
text-shadow: none;
font-weight: bold;
color: #6a6c6e;
font-family: "Noto Serif", Georgia, serif;
}

@media only screen
and (max-width: 540px) {
video {
height: 100%;
width: 100%;
}
}