

        body {
		height: 100%;
            font-family: "Raleway", Arial, sans-serif;
		padding: 0;

        
	opacity: 1.0;
	margin: 0;

		background-color: #0A0A0A;





        }
        
 
.vidback {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: #161616;
    
}

.vidback video {
    position: absolute;
    left: 0;
    transform: translate(-50%, -%50);
    min-width: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    background-image: url(../images/background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    top: 6rem;
}

.top {
position: fixed;
top: 0;
right: 0;
left: 0;
height: 6.6rem;
border-bottom: 0.5rem solid #E6E4E5;
margin: 0;
padding: 0;
background: #F0F0F0;
box-shadow: 2px 4px 8rem #6C6C6CDC;
z-index: 12;
}

.top h1 {
	position:relative;
	top: -0.65rem;
  font-family: "Titillium Web", sans-serif;
  font-weight: 200;
  font-style: normal;
	text-transform: uppercase;
font-size: 1.85rem;
	color: #6C6C6C;
        color: #E0B090;
        color: #303050;
	padding: 0.125em 1rem;
height: 3rem;


        }
h1 img {
	position: relative;
top: 1rem;
    left: 0;
        width: 5.5rem;
	height: 5rem;
        z-index: 20;
}
.top h1 sup {
font-size: 0.42em;
font-weight: 200;
}

.menu {
position:absolute;
bottom:-2rem;
left:56.25rem;
padding: 0;
}
.menu a, a:visited {
color:#808080;
text-transform: uppercase;
link-style: normal;
}
        p {
            font-size: 16px;
        }
       foot {
  font-family: "Titillium Web", sans-serif;
  font-weight: 100;
  font-style: normal;
letter-spacing: 0.125em;
	text-transform: uppercase;
	color: #6C6C6C;
        }

	.container {
display: block;
width: 800px;
margin: 0 auto;
	padding: 4rem 0 0 0;

	}

.body-content {
    position: absolute;
    top: 0;
    z-index: 2;
    color: white;
    text-align: center;
}

	.content {
  z-index: 3;
width: 800px;
background-color: #FAFAF8;
padding: 2em 1em;
box-shadow: 2px 4px 3rem #6C6C6CDC;
border: 1px solid #E6E4E5;
border-radius: 13px;
margin: 1.5rem auto;
	}

.banner {
background-color: #FAFAF8;
padding: 0 0 0 1rem;
border: 1px solid #E6E4E5;
position: fixed;
top: 0;
left: 0;
right: 0;
margin: 0;
z-index: 100;
height: 4rem;
font-size: 0.65rem;
}
.banner h1 { margin: 0 }

.body-content fieldset {
padding: 0;
margin: 0;
border: none;
width: 42rem;
}
.body-content fieldset legend {
width: 90%;
text-align: center;
border: 3px solid #E6E4E5;
border-radius: 8px;
padding: 0.5em 1em;
color:#00000;
font-size: 1em;
font-weight: 200;
background-color: rgba(253,253,253,0.43);
text-transform: uppercase;
}
.button-toggle-placeholder button {
min-width: 38rem;
text-align: center;
border: 3px solid #E6E4E5;
border-radius: 8px;
padding: 1rem 1rem 4.5rem 0;
color:#000000;
font-size: 1em;
font-weight: 200;
background-color: rgba(253,253,253,0.80);
text-transform: uppercase;
box-shadow: none;
margin: 0;
white-space: normal;
}
.button-toggle-placeholder button:hover {
border: 3px solid #F7F7F7;
background-color: rgba(253,253,253,0.64);
cursor: pointer;
box-shadow: 1px 2px 4rem #6C6C6CDC;
-webkit-transition: box-shadow 1900ms ease-in 700ms;
-o-transition:box-shadow 1900ms ease-in 700ms;
-moz-transition:box-shadow 1900ms ease-in 700ms;
transition:box-shadow 1900ms ease-in 700ms;
	text-shadow: -1px -1px 4px #FFFFFF;
	color: rgba(0,0,0,0.55);
}

.button-toggled {
    display: none;
    visibility: hidden;
    position: relative;
    font-weight: 100;
    font-size: 3rem;
    color: rgb(253,253,253);
    margin: 2rem;
border-radius: 8px;
background:none;
cursor: pointer;

-webkit-transition: height 8900ms ease-in 3700ms;
-o-transition:height 8900ms ease-in 3700ms;
-moz-transition:height 8900ms ease-in 3700ms;
transition:height 8900ms ease-in 3700ms;

height: 1rem;
top: 1rem;


}

.button-toggled h4 {
    text-transform: uppercase;
    font-size: 1.85rem;
    font-weight: normal;
    font-weight: 100;
    color: rgb(237,237,237);
    
}



.active {
    display: block;
    visibility: visible;
    min-height: 42rem;
}

.active p {
    margin: 1rem;
    padding: 2rem;
    padding-bottom: 3rem;
    background-color: rgba(23,23,23,0.64);

    border-radius: 1rem;
}


.body-content ul {
list-style:none;
margin:8rem 0 0 0;
}

center {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(32,32,32,0.25);
    background-color: #00000;
    color: #a0a0a0;
    text-align: right;
    text-transform: uppercase;
    font-size: 1.25rem;
    font-variant: small-caps;
}

center address {
    position:relative;
    left: 0;
    bottom: 0;
    right:0;
    z-index:12;
    text-align: center;    
}

center address a, center address a:visited {
    text-decoration: none;
    color: #F0F0F0;
    font-variant: normal;
    text-transform: lowercase;
    font-size: 2rem;
}

center address a:hover {
    color: #F0F0F0;
    text-decoration: underline;
}

@media screen and (min-width: 900px) {
  .content fieldset {
padding: 1em;
margin: 1em 0;
border: none;

    display: block;
  }
.banner {
background-color: #FAFAF8;
padding: 1rem 4rem 1rem 2rem;
/*box-shadow: 0 0.0625rem 1.25rem #6C6C6C; */
border: 1px solid #E6E4E5;
position: fixed;
top: 0;
left: 0;
right: 0;
margin: -1rem 0 16rem 0;
z-index: 100;
font-size: 1rem;
}
}

.raleway-400 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


.titillium-web-extralight {
  font-family: "Titillium Web", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.titillium-web-light {
  font-family: "Titillium Web", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.titillium-web-regular {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.titillium-web-semibold {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.titillium-web-bold {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media (max-width: 380px) {
    .top h1 {
	position:relative;
	top: 0;
  font-family: "Titillium Web", sans-serif;
  font-weight: 200;
  font-style: normal;
	text-transform: uppercase;
font-size: 1.5rem;
	color: #6C6C6C;
        color: #E0B090;
        color: #303050;
	padding: 0.125em 1rem;
height: 3rem;

        }
        
        .body-content fieldset button {
            padding: 0 0.25rem;
            height: 6em;
        }

}

@media (min-width: 320px) {
	.vidback video {
                top: auto;
                bottom: 6rem;
	}
    .body-content fieldset button {
	    width: 100%;
    }        
    center {
        position: absolute;
    }
}
@media (min-width: 800px) {
	.vidback video {
		top: 6rem;
                border: none;
	}
}

@media (min-height: 600px) {
	.vidback video {
		top: 6rem;
	}
}
@media (min-width: 900px) {
	.vidback video {
		top: 6rem;
	}
    .body-content fieldset button {
	    min-width: 52rem;
    }
}
@media (min-width: 1280px) {
	.vidback video {
		top: 6rem;
	}
}
@media (min-width: 1400px) {
	.vidback video {
		top: 6rem;
	}
}

