
  html,body{
    font-family: 'Montserrat', sans-serif;
	border: 0;
    margin: 0;
    padding: 0;
	text-align:center;
    background-color: #111;

}


#myVideo {
    position:relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
 
  }


.front{
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;

    background-image: url("img/bottom_grad.jpg");
    background-position: bottom left;
    background-repeat: repeat-x;

}

.interlace{
    
    background-image: url("img/interlace.png");
    background-position: top left;
    background-repeat: repeat;
}

.content{
    width: 100%;
    max-width: 1000px;
    display: inline-block;

}

.demoBtn{
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 15px;
	margin-bottom: 15px;
	display: inline-block;
    background-position: center;
    background-repeat: no-repeat; 
	background-color: #333333;

	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: #080808 2px 8px 8px;
	-moz-box-shadow: #080808 8px 8px 8px;
	box-shadow: #080808 8px 8px 8px;
}


.title
{
	text-align: center;
	font-size: 35px;
	line-height: 75px;
	font-weight: bold;
	color:#FFFFFF;
	text-shadow: 2px 2px #111;
}
.title a
{
	color:#ffff00;
	text-decoration: none;
}
.title a:hover
{
	text-decoration: underline;
}

.descr
{
	text-align: justify;
	font-size: 25px;
	line-height: 27px;
	font-weight: normal;
	color:#FFFFFF;
	text-shadow: 2px 2px #111;
}


.descr a
{
	color:#ffff00;
	text-decoration: none;
}
.descr a:hover
{
	text-decoration: underline;
}

.highlight{
    color: #27e485;
}