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

#warning{
	position: relative;
	color: red;
	font-family: Helvetica;
	width: 400px;
	margin: auto;
	top: 50px;
	font-size: 30px;
}

#header{
	height: 160px; 
	width: 100%;
	position:relative;
}

#logo{
	color: white;
}

#content{
	color: white;
	position: relative;
	width: 400px;
	margin: auto;
	top: 20px;
	font-family: Helvetica;
	padding-bottom: 150px;
}

h1, h2{
	color: white;
}

table .text td{	
	color:white;
	font-size: 20px;
}

#countdown1 td,
#countdown2 td{
    font-family: Helvetica;
    width: 420px;
    margin: auto;
    color: white;
    position: relative;
    font-size: 17px;
	font-style:italic;
}

.preview{
	width:100%;
	height: 250px;
	background-color: rgba(0,0,0,0.5);
}

#footer{
	color: white;
    position: fixed;
    margin: auto;
    bottom: 0px;
    font-family: Helvetica;
    width: 100%;
    padding: 10px;
    background-color: #000b65;
}

#socialMedia td{
	padding-right: 10px;
}

#socialMedia td.icon{
	width: 60px;
}

.footermenu{
	width: 90px;
    margin: auto;
    padding-top: 40px;
}

.footermenu a{
	color: white;
    text-decoration: none;	
}

a:link,
a:hover,
a:active,
a:visited{
	color:white;
}