html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, u, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    background:#000 url("../img/background.jpg") no-repeat center center fixed;
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.list {
    color: red;
}

ul li span {
           color: #fff;
        }
		
A:link {color: #ff0000;}
A:visited {color: #ff0000;}
A:active {color: #ff0000;}
A:hover {text-decoration: none; color: #aeaeae;}

#content{
float:right;
padding:5px 20px 0 10px;
margin:35px 10vw 0 0;
max-width:400px;
min-width:300px;
height:700px;
background: rgba(31, 31, 46,0.5);
border-radius: 25px;
-moz-border-radius: 25px;
-webkit-border-radius: 25px;
border: 0px solid #000000;
text-align:justify;
color:#fff;
font:100% verdana;
overflow:auto;
 }
 
 .btn{
	border : solid 1px #fff700;
	border-radius : 6px;
	moz-border-radius : 6px;
	font-size : 20px;
	color : #ffffff;
	padding : 1px 17px;
	background : #ffd500;
	background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd500), color-stop(100%,#ff8c00));
	background : -moz-linear-gradient(top, #ffd500 0%, #ff8c00 100%);
	background : -webkit-linear-gradient(top, #ffd500 0%, #ff8c00 100%);
	background : -o-linear-gradient(top, #ffd500 0%, #ff8c00 100%);
	background : -ms-linear-gradient(top, #ffd500 0%, #ff8c00 100%);
	background : linear-gradient(top, #ffd500 0%, #ff8c00 100%);
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd500', endColorstr='#ff8c00',GradientType=0 );
	cursor:pointer;
}

.btn:hover{
background : #ffd500;
	background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd500), color-stop(100%,#ff0000));
	background : -moz-linear-gradient(top, #ffd500 0%, #ff0000 100%);
	background : -webkit-linear-gradient(top, #ffd500 0%, #ff0000 100%);
	background : -o-linear-gradient(top, #ffd500 0%, #ff0000 100%);
	background : -ms-linear-gradient(top, #ffd500 0%, #ff0000 100%);
	background : linear-gradient(top, #ffd500 0%, #ff0000 100%);
}

video#bgvid { 
position: fixed; left: 0; top: 0;
min-width: 100%; min-height: 100%;
width: auto; height: auto; z-index:0;
background: #000 url(../img/poster.jpg) no-repeat;
background-size: cover; 
}

video { display: block; } 
 
 @media only screen 
and (min-width : 0px) 
and (max-width : 736px) {
#content{
margin:0 20px 10px;
padding:15px 15px;
 }
          }
