@charset "UTF-8";
/* CSS Document */


html,
body {
}
/*div {
    outline: 1px solid;
}
*/
body {
	font: didact-gothic, Arial, sans-serif;
	font-size: 14px;
}

body {
	margin:0;
	padding:0;
  	height:100%;
	background-color: #000000;
	color: #EEEEEE;

}
.divPageBkg {
	background: url(../_media/_photo_gallery-01/05-MVW_3666.jpg) cover no-repeat center center;
}
#bg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
}

h1, h2, h3, h4, h5, h6, b, strong {
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 2em;
}

.divIndexContainer-01 {
     display: flex;
     align-items: center;
     justify-content: center;
     height: 100vh;
}
.divIndexContent-01 {
	margin: 0 0 100px 0;
	padding: 0;
	max-width: 940px;
	text-align: center;
	vertical-align: middle;
	overflow: auto;
}
.divIndexStatement-01 {
    margin: 25px 0 0 0;
    padding: 0;
}

.divAudioClip-01 {
	margin-top: 50px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 25px;
	padding: 0;
}

.divIndexNav-01 {

}
.ulIndexNav-01 {
    list-style-type: none;
    margin: 40px 0 0 0;
    padding: 0;
    overflow: hidden;
}
.ulIndexNav-01 li {
    float: left;
	margin-right: 20px;
}
.ulIndexNav-01 .last{
	margin-right: 0px;
}
.divIndexSocialMediaContainer-01 {
   position:absolute;
   bottom:0;
   width:100%;
   height:96px;
	padding: 5px 0 5px 0;
	background-color: #000;
}
.divIndexSocialMedia-01 {
	margin: 0 auto;
	padding: 0;
	max-width: 750px;
}
.ulIndexSocialMedia-01 {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.ulIndexSocialMedia-01 li {
    float: left;
	margin-right: 20px;
}
.ulIndexSocialMedia-01 .last{
	margin-right: 0px;
}
