@import url('https://fonts.googleapis.com/css?family=Lato');
body {
	color: #DADADA;
    font-family: 'Lato', sans-serif;
    background-image: url("photos/ep_naturalblack.png");
    background-attachment: fixed;
}
.centered {
	text-align: center;
}
.main {
	max-width: 50%;
	margin: auto;
}
.contact {
	text-align: center;
}
a:link {
	color: #AAAAFF;
}
a:visited  {
	color: #7777FF;
}
h1.logo {
	font-size: 72pt;
	letter-spacing: 2pt;
}
.logo {
	width: 100%;
	transition: transform 0.4s ease-out;
}
.tg {
	transition: transform 0.5s ease;
}
.logo:hover {
	transform: scale(1.1,1.1);
}
.tg:hover {
	transform: rotate(360deg);
}
@media only screen and (max-width: 768px) {
    .main {
		max-width: 100%;
    }
}
p {
	padding: 10px;
}
