@charset "utf-8";
/* CSS Document */


@font-face {
  font-family: myFont;
  src: 	url(../font/Aegithalos-Regular.ttf),
		url(../font/aegithalos.otf),
  		url(../font/Aegithalos-Regular.woff),
		url(../font/Aegithalos-Regular.woff2);
}




html, 
body {
    height: 100%;
}

body {
	background-image:url(../images/liasios_bg.jpg);	
	background-size:cover;
	font-family: myFont;
}

.logo img {
  width: 20%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.social {
	position: absolute;
  	top: 75%;
  	left: 50%;
	transform: translate(-50%, -50%);
}

.social a {  font-family: myFont; font-size:28px; color:#fff; }
.social span { color:#fff;  font-size:28px; font-family: myFont;}

@media only screen and (max-width: 700px) {
  .logo img { 
  	width: 60%;
  }
}