body{background-color: #000;color:#FFF;}
.colored{color:#02c0ef;}
#logo{position: absolute; top:10px; left: 10px;}
#s1{background-position: 50% 50%;
    background: url("images/bg.jpg") scroll 0 0;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    height: 800px;
}
#s1:after {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
}
#regForm{height: 800px;padding-top: 6px;}
#regForm:after {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
}
#regForm form{margin-top: 20px;}
#regForm input{
	background-color: #545454;
	border-radius: 0 0;
	height: 45px;
	color: #FFF;
}
#regForm h2{font-family: 'Noto Sans', sans-serif;color:#FFF;}
#regForm .form-control-feedback{display: none;padding-top: 5px;}
#regForm .has-feedback .form-control-feedback{display: block;}
#sendBtn{background-color: #02c0ef; padding: 8px 45px;font-weight: bold;}
#sendBtn i{top:2px;}
#cont{font-family: 'Ubuntu', sans-serif;color:#FFF;margin-top: 50px;}
#cont .ttl1{font-size: 48px;text-transform: uppercase; text-shadow: #000 2px 3px 18px;}
#cont .ttl2{margin-top: 30px; font-size: 30px;}

#sentMessage{margin-top: 55px;font-weight: bold;font-size: 12px;}

#s2{padding-bottom: 100px;}
#s2{font-family: 'Ubuntu', sans-serif;color:#FFF;margin-top: 50px;}
#s2 .ttl{text-transform: uppercase;margin-bottom: 40px;font-size: 30px;border-bottom: 1px solid #252a2d;padding-bottom: 30px;}

.img-prev{max-height: 600px; overflow-y: scroll;}
.rights{font-size: 25px;}


.read-more{margin-top: 50px;}
.read-more .btn{padding: 5px 40px;}


@media screen and (max-width: 1250px) {
	#regForm h2{font-size: 25px;}
	#cont .ttl1{font-size: 38px;}
	#cont .ttl2{margin-top: 30px; font-size: 30px;}
	#s2 .ttl{margin-bottom: 40px;font-size: 30px;padding-bottom: 30px;}
	.rights{font-size: 25px;}
}