body, input, select, textarea{
    font-family: "Roboto", "Helvetica Neue", "Arial", sans-serif;
}
#orangeoverlay{
        height: 100%;
        width: 100%;
        background-color:#5d3200;
        opacity: 0.5;
        top: 0;
        -moz-flex-grow: 1;
		-webkit-flex-grow: 1;
		-ms-flex-grow: 1;
		flex-grow: 1;
		-moz-flex-shrink: 1;
		-webkit-flex-shrink: 1;
		-ms-flex-shrink: 1;
		flex-shrink: 1;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		position: absolute;
		max-width: 100%;
		z-index: -10;
}
video.bg-video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    z-index: 0;
}
.bg-video {
  position: fixed;
  left: 0;
  top: 0;
  background-size: cover;
  background: no-repeat center;
  /*margin-left: 50vw;*/
  user-select: none;
  pointer-events: none;

  /*custom styles, for example grayscale appearance*/
  filter: grayscale(0.8);

  /*additional tweaks for positioning, read more in the link above*/
  height: 100%;
  width: 177.77777778vh; /* 100 * 16 / 9 */
  min-width: 100%;
  min-height: 56.25vw; /* 100 * 9 / 16 */
}
.masthead:before{
    background: none;
}
.masthead .masthead-content{
    padding-right: 8rem;
}
#header{
    background: none;
}
#header .logo {
    width: auto;
    height: 12rem;
    border: 0;
    border-radius: 0;
}
h1{
    text-transform: none;
    letter-spacing: 0;
}
#header .content p{
    text-transform: none;

}
.btn-dark{
    --bs-btn-bg:#ff8900;
    --bs-btn-border-color:#5d3200;
    --bs-btn-hover-bg:#5d3200;
    --bs-btn-active-bg:#ffb55f;
}
#header > *{
    margin-top:1.5rem;
}
#header > *:before{
    display: none;
}
#header nav.use-middle:after{
    background: none;
}
#header nav.use-middle ul li.is-middle{
    border-left: solid 1px #ffffff;
}
ul.actions{
    display: inline-flex;
}
#header .content{
    border: 0;
    margin-top:1rem;
}
#header .content p{
    font-size: 1rem;
    letter-spacing: 0.1rem;
}
#footer{
    margin-top: 0;
}

a.primary, a.focus{
    background-color: #ffffff;
    color: #1b1f22 !important;
    font-weight: 600;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    border-radius: 4px;
    border: 0;
    box-shadow: inset 0 0 0 1px #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 0.8rem;
    height: 2.75rem;
    letter-spacing: 0.2rem;
    line-height: 2.75rem;
    outline: 0;
    padding: 0 1.25rem 0 1.35rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}
input[type="button"].focus, 
input[type="reset"].focus, 
button.focus, 
.button.focus,
a.focus{
    background-color: #ff8a00;
    color: #1b1f22 !important;
    font-weight: 600;
    box-shadow: none;
}
#main article{
    background-color: rgb(36 19 0 / 89%);
}
@media (max-width: 500px) {
.masthead .masthead-content{
        padding-right: 0;
        text-align: center;
}    
.center-alignment {
    display: flex;
    align-items: center;
    flex-direction: column;
}
}

