html, body, div, iframe, a, font, img, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tr, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline; 
}

body {
    font-family:  "Gill Sans", "Lucida Grande", Helvetica, sans-serif;
    font-weight: normal;
    color: #3f3f3f;
    line-height: 1.5em;
}

ul {
    list-style-type: none;
	padding-bottom: 1px;
    overflow: fixed;
    min-width: 90%;
}

#header {
    font-family: "Futura", "Futura Std", FuturaStd-Medium, "Avant Garde", "Avant Garde Std", AvantGardeStd-Regular, "Century Gothic", "Century Gothic Std", CenturyGothicStd-Regular, "Twentieth Century", "Twentieth Century Std", TwentiethCenturyStd-Regular, Corbel, "Lucida Sans Regular", "Trebuchet MS", Helvetica, sans-serif;
    background-color: #2d2d30;
    color: black;
    text-shadow: 1px 1px 1px #000;
    padding-top: .3em;
    margin: 2.5em auto 0.5em auto;
    width: 90%;
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    border-style: solid;
    border-color: grey;
    border-width: 2px;
    -moz-box-shadow: 1px 1px 2px #bbb;
    opacity: 0.9;
    font-size: .8em; 
	text-decoration: none;
    
}
    
* {
    box-sizing: border-box;
}
		
#header ul a {
	border-style: none;
	text-decoration: none;
	color: #eee;
	
	font-size: 1.2em;
	font-weight: bold;
	-webkit-transition: background 1s;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	-webkit-transition: color .5s, text-shadow .5s;
    margin-bottom: 5px;
}

#header ul a:hover, #header ul a.current {
	color: white;
	text-shadow: 1px 1px 1px #777;
    background-color: grey;
    
}
			
#header ul a:active {
	color: #000;
	text-shadow: 1px 1px 1px #fff; 
	 background-color: #337ab7;
}
	
#maintext {
    height : 100%;  
    min-height: 700px;
	max-height: 3000px;
    clear: both;
    position: relative;
    width: 90%;
    margin: 0em auto 0em auto;
    background-color: #2d2d30;
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    font-size: 1em;
    font-family: "Gill Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #000;
    opacity: 0.9; 
    border-style: solid;
    border-color: grey;
    border-width: 2px;
    opacity: 0.90;
}
	
#footercontent {
    clear: both;
	height: 30px;
	position: relative;
    width: 90%;
    margin: 1em auto 1em auto;
    background-color: #2d2d30;
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    font-size: 0.8em;
    font-family: "Gill Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #eee;
    height : 100%;
    min-height: 30px;
    max-height : 115px; 
    border-style: solid;
    border-color: grey;
    border-width: 2px;
}

#socialnetworks a img{
    width: 15px;
    height: 15px;
    margin: 0px 1.5px 0px 1.5px;
}
	

#socialnetworks
{
    margin: 0px auto 0px auto;
    padding: 8px 0px 0px 0px;
    align-content: center;
    width: 18%;
    min-width: 180px; 
}

#copyright
{
    text-align: center;
    margin: 0px auto 5px auto;
    padding: 0px 0px 0px 0px;
    font-size: 13px;
}

#share_buttons
{
    margin: 0px auto 0px auto;
    padding: 8px 0px 0px 0px;
    width: 20%;
    min-width: 193px;
}

#share_buttons a img{
    width: 40px;
    height: 17px;
    margin: 0px 1.5px 0px 1.5px;
}

i
{
    color: grey;
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
}