body {
	background: #cfd3ca;
	font-family: Lato;
}
a:link {
	color: black;
	text-decoration: none;
}
/* 
a:hover {
	text-decoration: underline black;
}
 */

.container {
	height: 100%;
	padding-top: 3%;
}
.one-third {
	height: 30%;
	padding-top: 1%;
}
.center {
	margin: auto;
}
.img-logo {
	padding-top:2%;
	padding-bottom:2%;
}