body{
    background: #000000;
	background-attachment: fixed;
	height: 100vh;
	margin: 0;
}

.bdlogin{
    background: #000000 url(slider5.jpg) center no-repeat;
	background-attachment: fixed;
	background-size: cover;
	height: 100vh;
	margin: 0;
}

.topimg{
	background: #000000 url(bgtop.jpg) center no-repeat;
	background-size: cover;
	height: 400px;
	position: relative;
}

.logo{
	max-width: 200px;
}

.toptext{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 30px;
	color: #ffffff;
	text-align: center;
}

.cat-title{
	background-color: rgba(222, 0, 31, 1);
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

.login{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 500px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.btlogin{
    padding: 6px 12px;
    background-color: #d8b227;
    color: #ffffff;
    border-radius: 10px;
}

.btlogin:hover{
    text-decoration: none;
    background-color: rgba(216, 178, 39, 0.8);
    color: #000000;
}

.video-link,.cat-link{
	display:block;
	position:relative;
	border: 2px solid rgba(222, 0, 31, 1);
	-webkit-box-shadow: 0px 0px 33px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 33px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 33px 3px rgba(0,0,0,0.3);
	text-decoration: none;
}

.video-link:hover,.cat-link:hover{
	text-decoration: none;
}

.overlay{
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background: transparent url(youtube.png) center no-repeat;
	background-size: cover;
	opacity: 0.7;
}

.video-link:hover .overlay, .cat-link:hover .overlay{
	opacity:1;
}

#mainvideo{
	border: 2px solid rgba(222, 0, 31, 1);
	-webkit-box-shadow: 0px 0px 33px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 33px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 33px 3px rgba(0,0,0,0.3);
	margin-bottom: -6px;
}

.back-link{
	background-color: rgba(222, 0, 31, 1);
	color: #ffffff;
	text-decoration: none;
	display: block;
	text-align: center;
	width: 100%;
	line-height: 40px;
}

.back-link:hover{
	text-decoration: none;
	color: #ffffff;
	background-color: rgba(222, 0, 31, 0.7);
}

a.social {
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 1px solid #CACFD3;
	color: rgba(222, 0, 31, 1);
	font-size: 12px;
	line-height: 28px;
	text-align: center;
	border-radius: 50%;
	transition: all .5s ease;
	margin-left:auto;
	background-color:#ffffff;
	margin-right: 15px;
}
.pagetop{
	background-color: rgba(0, 0, 0, 0.5);
}

.hashtag{
	padding-top: 3rem;
}

.socials{
	padding-top: 3rem;
}

@media (max-width: 767px){
	.pagetop{
		text-align: center;
	}
	.logo{
		max-width: 150px;
	}

	.hashtag{
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.socials{
		padding-top: 1rem;
		padding-bottom: 0;
	}

	.topimg{
		height: 300px;
	}
}