/*@import url('https://fonts.googleapis.com/css?family=Raleway');*/
:root { background-attachment: fixed; }
body{
	padding-top: 70px;
	/*padding-top: 50px;*/
	padding: 0;
	margin: 0;
	/*Мой варик background-image: url('../images/fon.jpg');*/
	background: url("../images/imagedoc-darknoise.png");
	/*background:#161616;*/
}
html,h1,h2,h3,h4,h5,h6,a{
	font: "Roboto";
}
.alert-message .alert-icon {
    width: 3rem;
}
.alert-message .close{
    font-size: 1rem;
    color: #a6a6a6;
}
.alert-primary .alert-icon {
    background-color: #b8daff;
}
.navbar{
	background:#55aaff;
}
.nav-link , .navbar-brand{
	color: #f4f4f4;
	cursor: pointer;
}
.nav-link{
	margin-right: 1em !important;
}
.nav-linkpalka{
        margin-right: 1em !important;
	color: #f4f4f4;
	cursor: default;
}
.nav-link:hover{
	background: #888;
	color: #f4f4f4;

}
.navbar-collapse{
 justify-content: flex-end;
}
.navbar-toggler{
  background:#fff !important;
}

*, *:before, *:after {
    box-sizing: border-box;
}

/*header style*/
.header{
	/*padding-top: 50px;*/
	/*position: relative;*/
	height: 100vh;
	background-image: url('../images/George-Redhawk-Animated-GIFs1.gif');	
	/*background-image: linear-gradient(red, yellow, green);*/
	/*transform: scale(-1, 1);*/
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}

.overlay{
	padding-top: 50px;
	/*height: auto;	*/
	box-sizing: border-box;
	position: absolute;
	/*1position: fixed;*/
	right: 0;
	bottom:0px;
	min-height: 100%;
	/*1min-height: 120%;*/
	min-width: 100%;
	left: 0;
	background-attachment: fixed;
	top: 0;
	background: rgba(136, 136, 136, 0.29);
	height: 100vh;
	width: 100vw;
	
}
.description{
    position: absolute;
	top: calc(50% - 240px);
    /*top: 30%;*/
    margin: auto;
    padding: 2em;

}
.description h1{
	color:#55aaff ;
}
.description p{
	color:#f4f4f4;
	font-size: 20px;
	width: 50%;
	line-height: 1.5;
}
.description button{
	border:1px  solid #55aaff;
	background:#55aaff;
	color:#fff;
}
.about{
	margin: 4em 0;
	padding: 1em;
	position: relative;
}
.about h1{
	color:#55aaff;
	margin: 2em;
}
.about img{
	height: 100%;
    width: 100%;
    border-radius: 50%
}
.about span{
	display: block;
	color: #888;
	position: absolute;
	left: 115px;
}
.about .desc{
	padding: 2em;
	border-left:4px solid #55aaff;
}
.about .desc h3{
	color: #55aaff;
}
.about .desc p{
	line-height:2;
	color:#888;
}


/*Channels*/
.channels{
	margin: 4em 0;
	padding: 1em;
    position: relative;	
}
.channels h1{
	color:#55aaff;
	margin: 2em;	
}
.channels img{
	 height: 15rem;
	 width: 100%;
	 margin: 1em;
}

/*blog style*/

.blog{
	margin: 4em 0;
	position: relative;	
}
.blog h1{
	color:#55aaff;
	margin: 2em;	
}
.blog .card{
	box-shadow: 0 0 20px #ccc;
}
.blog .card img{
	width: 100%;
	height: 12em;
}
@media and (max-width: 768px){
 .team .item img{
 	width: 100%;
 }	
}
.blog .card-title{
	color:#55aaff;
	 
}
.blog .card-body{
	padding: 1em;
}
.team{
	margin: 4em 0;
	position: relative;

}
.team h1{
	color:#55aaff;
	margin: 2em;	
}
.team .item{
	position: relative;
	overflow: hidden;	
}
.team .des{
	background: #55aaff;
	color: #fff;
	text-align: center;
	border-top-right-radius: 93%;
	transition:.3s ease-in-out;
	position: absolute;
	width: 88%;
	bottom: 24px;


}
.team .item:hover .des{
	height: 100%;
	background:#f973007d;
    position: absolute;
	width: 89%;
	padding: 5em;
	top: 0;
	border-top-right-radius: 0;
}
.contact-form{
	margin: 6em 0;
	padding: 1em;
	position: relative;		
}

.contact-form h1{
	padding:2em 1px;
	color: #55aaff; 
}
.contact-form .right{
	max-width: 600px;
}
.contact-form .right .btn-secondary{
	/*background:  #55aaff;*/
	color: #fff;
	size: 48px;
	/*border:0;*/
	border:1px  solid #55aaff;
}
.contact-form .right .form-control::placeholder{
	color: #888;
	font-size: 16px;
}

/*tetris style*/
.tetris{
	margin: 4em 0;
	padding: 1em;
    position: relative;	
}
.tetris h1{
	text-align: center;
	color:#55aaff;
	margin: 2em;	
}
.tetris p{
	text-align: center;
	color:#888;
	/*line-height:2;*/
}
.tetris a{
	margin: 2em;
	size: 22px;
}
.tetris button{
	margin: 2em;
	size: 28px;
}