body {
	background-color: #00384C;
	font-family: 'Nunito', sans-serif;
	color: #EABE04;
	text-align: center;
	margin: 0;
	font-size: 0;
}

a, a:hover {
	color: #eabe04;
	text-decoration: none;
}

div.logo {
	height: 60vh;
	display: table;
	padding: 0 1vw;
}

div.logo img {
	max-width: 80%;
	max-height: 80%;
	margin-top: 5vh;
}

div.portfolioon {
	display: table;
	height: 10vh;
	width: 100%;
	font-size: 40pt;
}
div.portfolioon a {
	color: #FFF;
}
div.portfolioon a:hover {
	color: #eabe04;
}

div.logopieni {
	display: table;
	padding: 0 1vw;
}

div.logopieni img {
	height: 5vh;
/*	max-width: 80%;
	max-height: 80%; */
	margin-top: 1vh;
}

div#bottom {
	width: 100%;
	height: 20vh;
	position: absolute;
	bottom: 0;
	display: table;
	text-align: center;
}

.portfolio .p_lista {
	width: 100%;
	display: table;
	font-size: 18pt;
	text-align: center;
}

.portfolio #iso {
	font-size: 40pt;
	font-weight: bold;
}

.portfolio h3 {
	margin-bottom: 0.25em;
}

.portfolio a {
	color: #FFF;
}
	
.portfolio a:hover {
	color: #eabe04;
}
.portfolio #bottom {
	width: 100%;
	height: 20vh;
	position: relative;
	display: table;
	text-align: center;
}

div.cell {
	display: table-cell;
	vertical-align: middle;
}

div.row {
	display: table-row;
	width: 100%;
}

div#email {
	height: 5vh;
	display: table-cell;
	padding: 0 15vw;
}

div#email img {
	padding: 5vh 0;
	max-width: 100%;
	max-height: 100%;
}

div#contact {
	height: 5vh;
	width: 100%;
	font-size: 18px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 1vw 1vh 1vw;
}
