/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
body {
      background: #0000ff url(indexbg.gif); 
      azimuth: 45deg;
      color: #ffffff;
      text-align: center;
      vertical-align: center;
      font-family: Georgia, Verdana, Tahoma;
      margin-left:10%;
     }
h1 {
    font-size: 180px;
    line-height: 100px;
    text-align: left;
    letter-spacing: -0.08em;
    text-shadow: #6374AB 5px 5px 5px;}
a:link
{
	color: #ff0000;
	text-decoration: none;
	border: none;
}
a:visited
{
	color: #ff0000;
	text-decoration: none;
}
a:hover
{
	color: #ff0000;
}
/* Style the video: 100% width and height to cover the entire window */
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
.content {
  position: fixed;
  bottom: 0;
  /*background: rgba(0, 0, 0, 0.5);*/
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}
#button-blue{
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	float:left;
	width: 100%;
	border: #fbfbfb solid 4px;
	cursor:pointer;
	background-color: #3498db;
	color:white;
	font-size:24px;
	padding-top:22px;
	padding-bottom:22px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}

#button-blue:hover{
	background-color: rgba(0,0,0,0);
	color: #0493bd;
}
	
.submit:hover {
	color: #3498db;
}