:root{
	--fkkek:  #7ac1e6;
	--fkkekTransparent: rgba(121, 193, 231, 0.5) ;
	--sotetkek: #375766;
	--vilagoskek: #c3ddea;
	--falight: #ebd9c3;
	--feher: #fff;
	--vilagosszurke: #c6cacb;
	--kozepszurke: #7b7f81;
	--sotetszurke:  #464848;
	--textlight: #f0f4f5;
	--textdark: #272828;
	--piros: #b32c37;
	--zold: #a4ca6b;
}

::placeholder{
	font-family: Poppins-light;
}

@font-face{
	src: url(fonts/Roboto/Roboto-Regular.ttf);
	font-family: Roboto-regular;
}

@font-face{
	src: url(fonts/Roboto/Roboto-Light.ttf);
	font-family: Roboto-light;
}
@font-face{
	src: url(fonts/Roboto/Roboto-Medium.ttf);
	font-family: Roboto-medium;
}
@font-face{
	src: url(fonts/Roboto/Roboto-Bold.ttf);
	font-family: Roboto-bold;
}

body{
	font-family: Roboto-regular;
	background-color: #1b1b1b;
	color: #fff;
	margin:  0;
	padding: 0;
}

a{
	display: block;
	text-decoration: none;
	color: #fff;
	transition: 0.2s;
	height: 60px;
}

a p{
	display: inline-block;
	font-size: 40px;
}

a img{
	height: 100%;
	width: auto;
	display: inline-block;

}

a:hover{
	color: #dd0000;
}

h2{
	margin-top: 4%;
	font-family: Roboto-medium;
	font-weight: 400;
	font-size: 30px;
}

h3{
	margin-top: 1%;
	line-height: 40px;
	font-size: 40px;
	font-family: Roboto-medium;
	font-weight: 400;
}

.maindiv{
	text-align: center;
	position: fixed;
	bottom: 8%;
	left: 0;
	width: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.0), #1b1b1b);

}

.frontimg{
	width: 100%;
	height: auto;

}


@media only screen and (max-width: 1024px) {
  .maindiv{
  	bottom: 20%;

  }
  a p{
  	font-size: 30px;
  }
  a img{
  	width: 30px;
  	height: auto;
  }

  h2{

	font-size: 20px;
}

h3{
	margin-top: 1%;
	line-height: 24px;
	font-size: 24px;
	font-family: Roboto-medium;
	font-weight: 400;
}

#fblink{
	font-size: 4vw;
}



}