@charset "utf-8";
/* CSS Document */

body{
font-family: futura-pt, sans-serif;
font-weight: 500;
font-style: normal;
font-size: 1.6em;
background-image: url("../images/bg.jpg");
height: 100vh;
color: #1D1D1D;
}

/* unvisited link */
a:link {
  color: black;
font-family: futura-pt, sans-serif;
font-weight: 700;
  font-size: .9em;
}

/* visited link */
a:visited {
  color: black;
}

/* mouse over link */
a:hover {
  color: #5D5D5D;
}

/* selected link */
a:active {
  color: #5D5D5D;
}


.iconsCrap{
	font-size: 1.3em;
}

.iconsCrap a{
	color: #5D5D5D;
	font-size: 1.1em;
}

.iconsCrap a:hover{
	color: #1D1D1D;
}

.langCrap{
font-family: futura-pt, sans-serif;
text-transform: uppercase;
font-weight: 400;
font-style: normal;
font-size: .6em;
line-height: 1;
}

