//@import "//fonts.googleapis.com/css?family=Fanwood+Text";
@font-face {
    font-family:Fanwood Text;
    src: url(https://www.dropbox.com/s/sl0sbicdxi6a25h/FRAMDCN.woff?dl=1);
}
p {
font-family:Fanwood Text;
font-size:50px;
  /*  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;  */ 
	text-shadow:
    0px 0px 0 #000,
    0px 0px 0 #000,
    0px 1px 0 #000,
    1px 1px 0 #000;
text-decoration: none;
color:#EC1B30;
 line-height: 1.5;

}
a {
font-family:Fanwood Text;
font-size:60px;
text-decoration: none;
color:#EC1B30;
 line-height: 1.5;
 	text-shadow:
    0px 0px 0 #000,
    0px 0px 0 #000,
    0px 1px 0 #000,
    1px 1px 0 #000;

}
a:hover {
font-family:Fanwood Text;
font-size:60px;
text-decoration: none;
color:grey;
 line-height: 1.5;
}
.MainSet {
	
   /* background-color: #ed1b2f;
    border-style: solid;
	border-width:1px;
    border-color: #ed1b2f;
    border-radius: 10px;*/
    margin:0 auto;
    overflow: hidden;
    padding: 22px 0 0;
    width: 860px;
	height:538px;
	Margin-top:5%;


}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 999;

}
body{
background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAADklEQVQImWNgQAVSZHAADXgAaQuCV7gAAAAASUVORK5CYII=) repeat;

}


video.backgroundvideo {

	position: fixed; 
	bottom: 0; 
	right: 0;
	min-width: 100%; 
	min-height: 100%;
	width: auto; 
	height: auto;
	filter: blur(20px);
  -webkit-filter: blur(20px);
	background-size: cover;
	z-index: -999;
}