body{
	marign:0;
	padding:0;
	font-family: 'Varela Round', sans-serif;
	font-size: 16px;
}
.custom-nav{
	border:0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	background-color: #fff!important;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.logo{
	color:#FF0000!important;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}
header{
	height: 50px;
	background: url(../../img/209564.jpg) no-repeat center center fixed;
	background-color: rgba(0,0,0,0.3);
	background-blend-mode: overlay;
	color:#fff;
	padding:125px 0px;
	box-sizing: border-box;
}
.banner-title{
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 70px;
}
#announce{
	padding:40px 0px;
}
.right-title{
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	font-size: 40px;
	margin-bottom: 25px;
}
.right-area{
	border-left: 1px dotted #2e2e2e;
	padding-left: 15px;
}
.video{
	padding:40px 0px;
	background-color: #F8F8F8;
}
.youtube-2{
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	margin: 30px 0px;

}
.youtube-4{
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 400;
}
footer{
	background-color: #282828;
	margin-top: 80px;
	padding:60px 0px;
}
.fa-youtube{
	color:#FF0000;
}
footer h4{
	color:#fff;
	margin-bottom: 20px;
}
footer ul{
	margin:0;
	padding:0;
}
footer ul li{
	list-style: none;
}
footer ul li a{
	color:orange;
}
@media (max-width: 500px){
	.youtue-video{
		width: 100%;
	}
	.y-icon{
		margin: 15px;
	}
}