@import url(http://fonts.googleapis.com/css?family=Lato:400,300,100,700,900);

html,body {
  font-family: 'Lato', sans-serif;
  color: #fff;
  background-color: #fff;
  height:100%;
}

.logoimage {
	background-color: white;
	background-image: url(../img/russo.png);
	background-repeat: no-repeat;
	position: relative;
	background-size: 40%;
	padding-top: 40%;
	padding-bottom: 10%;
	background-position: 50% 55%;
	background-attachment: relative;
	/*background-position: center center;*/
}

.footer p {
	font-size: 0.6em;
	letter-spacing: 4px;
	color: #666666;
	text-align: center;
	font-family: 'Montserrat';
}