*{margin:0;padding:0;}

@font-face{
	font-family: 'oranienbaum';
	src: url('fonts/Oranienbaum.woff');
}

html{
	height:1391px; /*background image heigth*/
	margin: auto;
	background-color: white;
	background-image: url('images/background.jpg');
	background-position: center top;
	background-repeat: repeat-y;
	font-family: 'oranienbaum';
}
ul{
	margin-top: 5%;
	min-width:1200px;
	width: 100%;
	padding: 10px 0;
	/*background-color: darkviolet;*/
}
ul.main-menu li{
	display: inline-block;
	width: calc(100%/7);
	padding: 25px 0;
	font-size: xx-large;
	text-align: center;
	text-transform: uppercase;
	background-color: rgba(128,0,128,0.8);
	color:lightgrey;
}

ul.main-menu li:hover{
	background-color: rgb(128,0,128);
}
section{
	max-width: 1296px;
	background-color: rgba(255,255,255,0.4);
	margin: 5% auto;
	font-family: 'oranienbaum';
	padding: 15px 0;
	font-size: x-large;
	text-align: center;
}

section p{
	text-align: justify;
	margin: 1em 205px;
}

section img{
	margin: 1%;
	max-width: 100%;
}

.left{
	float: left;
}

.right{
	float: right;
}

.italic{
	font-style: italic;
}

.bold{
	font-weight: bold;
}

.center{
	text-align: center;
}

footer{
	position:absolute;
	bottom:0;
}

h2 ~ p::first-letter{
	font-weight: bold;
}
