@font-face {
	font-family: Pluvid;
	src: url("../fonts/lmroman10-regular.otf") format("opentype");
}

@font-face {
	font-family: Pluvid;
	src: url("../fonts/lmroman10-bolditalic.otf") format("opentype");
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: Pluvid;
	src: url("../fonts/lmroman10-bold.otf") format("opentype");
	font-weight: bold;
}

@font-face {
	font-family: Pluvid;
	src: url("../fonts/lmroman10-italic.otf") format("opentype");
	font-style: italic;
}

@media screen and (min-width: 1601px) {
	.larger-header-title {
		font-size: 180px;
	}

	.smaller-header-title {
		font-size: 50px;
	}
}

@media screen and (min-width: 1300px) and (max-width: 1600px) {
	.larger-header-title {
		font-size: 140px;
	}

	.smaller-header-title {
		font-size: 50px;
	}	
}

html {
	margin: 0; 
	padding: 0;
	width: 100%;
	height: 100%;
	position: relative;
}

body { 
	margin: 0; 
	padding: 0;
	background: #ffffff;
	font-family: 'Pluvid', serif;
	color: black;
	width: 100%;
	height: 100%;
	position: relative;
}

#wrapper {
	position: relative;
	width: 80%;
	margin: 0 auto;
}

#header {
	position: relative;
	width: 100%;
	text-align: center;
	padding-top: 5%;
}

#header-title {
	position: relative;
	font-style: italic;	
}

.larger-header-title {
	transition: font-size 1s;
	-webkit-transition: font-size 1s;
	-moz-transition: font-size 1s;
}

.smaller-header-title {
}

#menu {
	display: table;
	font-weight: bold;
	font-size: 18px;	
	margin: 2% auto;
}

.menu-item {
	display: table-cell;
	text-align: center;
	padding: 0 30px;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	color: blue;
}

#content {
	position: relative;
	width: 70%;
	margin: 5% auto 0 auto;
}

#content h1 {
	font-size: 120%;
	font-style: italic;
	line-height: 250%;
}

#content p {
	letter-spacing: 1px;	
	font-size: 100%;
	text-align: justify;
	line-height: 200%;
}

#content p.portfolio-item-description {
	font-size: 80%;
	text-align: center;
}

#content p.portfolio-item-title {
	font-size: 90%;
	font-style: italic;
	text-align: center;
}

#content li {
	font-size: 90%;
	letter-spacing: 1px;
}

#background-logo {	
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: table;
	z-index: -1;
}

#background-logo-img {
	display: table-cell;
	vertical-align: middle;
	text-align: center;	
}

#background-logo-img img {
	width: auto;
	height: 70%;
	opacity: 0.01;	
}

.portfolio-item {
	width: 100%;
	text-align: center;
	margin: 0 0 70px 0;
}

.hover {
	margin: 0;
	padding: 0;	
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
}

.hover:hover {
	opacity: 0.5;
}

.hover img {
	max-width: 100%;
	height: auto;
}