@charset "UTF-8";
/* Body */

/* Обычный */
@font-face {
	font-family: 'Roboto'; 
	src: url(src/fonts/Roboto-Medium.ttf); 
}
body{
    margin: 0px;
    padding: 0px;
}
A{
	text-decoration: none;
	color:white;
}
.texth1 {
	position:absolute;
	margin: auto;
    top: 5%; left: 0; bottom: 0; right: 0;
	align-content: center;
	font-size: 30px;
	margin: auto;
    font-family: 'Roboto'; 
}
/* Container */
.container {
	width: 100%;
	background-color: #FFFFFF;
	text-align: center;
}
.hero_header {
	color: black;
	font-weight: 600;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.hero {
    position:relative;
	background-color: black;
	color: white;
	margin-left: 0px;
    /* background-image: url(../images/noroot.png); */
	padding-bottom: 100px;
}
.tagline {
    position:absolute;
	margin: auto;
    top: 8%; left: 0; bottom: 0; right: 0;
	font-size: 60px;
	font-family: 'Roboto'; 
	letter-spacing: 0px;
}
.gallery {
	display: inline-block;
	width: 100%;
	background-color: white ;
	border-bottom: 2px solid black;
}
.thumbnail {
	text-align: center;
	color:rgba(0,0,0,1.00);
	margin-top: 80px;
	font-size: 20px;
	line-height: 1;
}
.banner {
	background-color: white;
	height: 800px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.parallax {
	color: black;
	text-align: center;
	margin-top: 20px;
}
.parallax_description {
	font-size: 20px;
	color: black;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
section#footer{
    padding-top:0px;
	margin: 0px;
}
/* More info */
footer {
	background-color: #FFFFFF;
	padding-bottom: 35px;
}
.footer_column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
footer .footer_column h3 {
	color: #B3B3B3;
	text-align: center;
}
footer .footer_column p {
	color: #717070;
	background-color: #FFFFFF;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
}
footer .footer_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
}

.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color:black;
	color: white;
}
.footer_banner {
	background-color:rgba(255,255,255,0.82);
	padding-top: 60px;
	padding-bottom: 60PX;
	border-top: 2px solid black;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}


#nobut{
/* 	display: flex;
 */  width: 25%;
  font-weight: 800;
  font-size: 25px;
  height: 10%;
  position: absolute ;
  left: 20%;
  top: 73%;
  padding: 1%;
  border: 3px solid;
  border-radius: 1px;
  margin-left: auto;
  margin-right: auto;
}


/* #nobut{
  width: 25%;
  text-align: center;
  font-weight: 800;
  font-size: 25px;
  height: 10%;
  position: absolute ;
  left: 20%;
  top: 73%;
  padding: 1%;
  border: 3px solid;
  border-radius: 1px;
} */

a.button8 {
  color: white;
  padding: 1%;
} 



@media screen and (max-width: 991px)  {
#nobut{
  display: flex;
  width: 25%;
  font-weight: 700;
  font-size: 25px;
  height: 10%;
  position: absolute ;
  left: 20%;
  top: 73%;
  padding: 1%;
   border: 3px solid;
  border-radius: 1px;
}
a.button8 {
  font-size: 25px;
  color: white;
  padding: 1%; 
}
}
@media screen and (max-width: 767px) {
#nobut{
/*   display: flex;
 */  width: 25%;
  font-weight: 700;
  font-size: 20px;
  height: 20%;
  position: absolute ;
  left: 20%;
  top: 70%;
   border: 3px solid;
  border-radius: 1px;

}
a.button8 {
  font-size: 20px;
  color: white;
  padding: 1%;
}
}
@media screen and (max-width: 479px){
	#nobut{
	display: flex;
  width: 30%;
  font-weight: 700;
  font-size: 15px;
  height: 18%;
  position: absolute ;
  left: 15%;
  top: 70%;
   border: 3px solid;
  border-radius: 1px;
}
a.button8 {
  font-size: 15px;
  color: white;
  padding: 1%;
}
}




#nobut1{  
  width: 25%;
  font-weight: 700;
  font-size: 25px;
  height: 10%;
  position: absolute ;
  left: 50%;
  top: 73%;
  padding: 1%;
  border: 3px solid;
  border-radius: 1px;
}
a.button9 {
  color: white;
  padding: 1%;
} 
a.button9:active { background: white; }
#nobut:hover{
	 background: rgba(255,255,255,.6);
}
#nobut1:hover{
	 background: rgba(0,255,255,.6);
}

@media screen and (max-width: 991px){
#nobut1{
	display: flex;
  width: 30%;
  font-weight: 700;
  font-size: 25px;
  height: 10%;
  position: absolute ;
  left: 50%;
  top: 73%;
   border: 3px solid;
  border-radius: 1px;
}
a.button9 {
  font-size: 25px;
  color: white;
  padding: 1%;
}
}
@media screen and (max-width: 767px){
#nobut1{
	display: flex;
  width: 25%;
  font-weight: 700;
  font-size: 20px;
  height: 20%;
  position: absolute ;
  left: 50%;
  top: 70%;
   border: 3px solid;
  border-radius: 1px;
}
a.button9 {
  font-size: 20px;
  color: white;
  padding: 1%;
}
}
@media screen and (max-width: 479px){ 
#nobut1{
	display: flex;
  width: 26%;
  font-weight: 700;
  font-size: 15px;
  height: 18%;
  position: absolute ;
  left: 50%;
  top: 70%;
   border: 3px solid;
  border-radius: 1px;
}
a.button9 {
  font-size: 15px;
  color: white;
  padding: 1%;
}
}



a.button10 {
  display: inline-block;
  color: black;
  font-weight: 700;
  text-decoration: none;
  user-select: none;
  padding: .6em 3em;
  outline: none;
  border: 3px solid;
  border-radius: 1px;
  transition: 0.2s;
  margin: 10px;
} 
a.button10:hover { background: rgba(0,255,255,.6); }
a.button10:active { background: white; }


.servers{
	max-width: 100%;
	margin: 0px;
	margin-bottom: 0px;
	height: 1200px;
}

.mg{
	width: 49%;
    float: left;
}
.mgimg{
	width: 300px;
	height: 300px;
	background-image: url(../images/mg.jpg);
	border-radius: 50%;
	display:block;
	margin:auto;
}
@media screen and (max-width: 991px){
.mgimg{
 width: 200px;
 height: 200px;
 background-image: url(../images/mg.jpg);
border-radius: 50%;
}
.mgtext{
	font-size: 15px;
}
}
@media screen and (max-width: 767px){
	.mgimg{
 width: 200px;
 height: 200px;
 background-image: url(../images/mg.jpg);
border-radius: 50%;
}
.mgtext{
	font-size: 15px;
}
}
@media screen and (max-width: 479px){
	.mgimg{
 width: 100px;
 height: 100px;
 background-image: url(../images/mg.jpg);
border-radius: 50%;
}
.mgtext{
	font-size: 15px;
}
}
.mgtext{

	font-size: 18px;
}

/* .pedo{
	width: 33.33%;
    float: right;
}
.pedoimg{
text-align: center;
 width: 300px;
 height: 300px;
 background-image: url(../images/pedo.jpg);
border-radius: 50%;
	display:block;
margin:auto;
}
@media screen and (max-width: 991px){
.pedoimg{
 width: 200px;
 height: 200px;
 background-image: url(../images/pedo.jpg);
	border-radius: 50%;
}
.pedotext{
	font-size: 15px;
}
}
@media screen and (max-width: 767px){
	.pedoimg{
 width: 150px;
 height: 150px;
 background-image: url(../images/pedo.jpg);
	border-radius: 50%;
}
.pedotext{
	font-size: 15px;
}
}
@media screen and (max-width: 479px){
	.pedoimg{
 width: 100px;
 height: 100px;
 background-image: url(../images/pedo.jpg);
	border-radius: 50%;
}
.pedotext{
	font-size: 15px;
}
}
.pedotext{
	font-size: 18px;
} */


.csgom{
	float: right;
	display: inline-block;
	width: 49%; 
}
.csgomimg{
 width: 300px;
 height: 300px;
 background-image: url(../images/csgo.png);
	border-radius: 50%;
	margin: auto;
}
@media screen and (max-width: 479px){
.csgomimg{
 width: 100px;
 height: 100px;
 background-image: url(../images/csgo.jpg);
	border-radius: 50%;
	margin: auto;
}
.csgomtext{
	width: auto;
	font-size: 15px;
	margin: auto;
}
}
@media screen and (max-width: 991px){
	.csgomimg{
 width: 100px;
 height: 100px;
 background-image: url(images/csgo.jpg);
	border-radius: 50%;
	margin: auto;
}
.csgomtext{
	width: auto;
	font-size: 15px;
	margin: auto;
}
}
@media screen and (max-width: 767px){
.csgomimg{
 width: 100px;
 height: 100px;
 background-image: url(../images/csgo.jpg);
	border-radius: 50%;
	margin: auto;
}
.csgomtext{
	width: auto;
	font-size: 15px;
	margin: auto;
}
}
.csgomtext{
	width: auto;
	font-size: 18px;
}



.footme{
	border-top: 2px solid black;
}
