* {
	-webkit-box-sizing: border-box;
	 /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
}
	  
html {
	margin: 0;
	padding: 0;
}

body { 
	font: 100% serif;
	line-height: 1.2;
	background-color: #f4ece1;
	margin: 0; 
	padding: 0;
}

p { 
	margin: 0; 
	text-align: justify;
}


/* specific divs */
.page { 
	width: 1000px;
	margin: 0 auto; 
	background: url(../images/background.jpg);
}

header  {
	margin: 10px 0 0 0;
	width: 100%;
	height: 172px;
	padding-left: 40px;
}

@font-face {
    font-family: 'GreatVibesRegular';
    src: url('GreatVibes-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
  
header p {
	display: block;
	line-height: 0.9em;
	text-align: center;
	padding-top: 50px;
	color: rgb(64, 146, 194);
	font-size: 96px;
	font-family: GreatVibesRegular, Brush Script MT, Arial, sans-serif;
	font-weight: bold;
	font-style: italic;
	text-shadow: white 3px 3px 1px;
	letter-spacing: 10px;
}

.firstline {
	text-shadow: white 2px 2px 1px;
	padding-top: 25px;
	font-size: 42px;
	letter-spacing: 5px;
}

.secondline {
	padding-top: 0px;
}

.content-wrapper {
	float: left; 
	width: 900px; 
}

.sidebar {
	float: left;
	width: 130px;
	padding: 15px;
	padding-top: 0px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
}

.sidebar li {
	display: block; 
	margin-bottom: 1em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	list-style-type: none;
	font: 115% sans-serif; 
	font-style: bold;
	background-color: rgba(99,64,10,0.7);
}

.sidebar li a:link {
	text-decoration: none;
	color: white;
	padding: 2px 5px;
}

.sidebar li a:visited {
	color: white;
}

.sidebar li a:hover {
	color: white;
}

.sidebar p {
	margin-top: 50px;
}

.content {
	float: right;
	width: 749px;
	padding: 25px;
	overflow: hidden;
	background: white;
}

.index {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 15px;
	background: none;
}	

p.index {
	line-height: 1.2em;
	font-family: GreatVibesRegular, Brush Script MT, Arial, sans-serif;
	font-size: 180%;
	text-align: center;
	color: rgb(64, 146, 194);
	font-weight: bold;
	letter-spacing: 3px;
	text-shadow: 2px 2px 1px black;
}

p.index a:link {
	color: rgb(64, 146, 194);
}

p.index a:visited {
	color: rgb(64, 146, 194);	
}

.verybig {
	font-size: 150%;
	text-decoration: underline;
}

.bigfont {
	font-size: 120%;
	margin-bottom: 1em;
}

.fullwidth {
	width: 100%;
}

.content h2 {
	margin-top: 2em;
	font-size: 110%;
	text-decoration: underline;
}

.content img {
	margin-top: 0.5em;
	margin-right: 0.5em;
}

footer {
	clear: both;
	padding: 1em;
}

footer p {
	font: 10px;
	text-align: right;
	color: white;
	text-shadow: black 2px 2px 2px;
}

@media (max-width: 1000px) {

	.page {
		width: 90%;
		background: none;
	}
	
	header {
		width: 100%;
		height: 80px;
		background: none;
		background-color: #babec7;
		padding-top: 5px;
	}
	
	header p {
		display: block;
		font-size: 36px;
		text-align: center;
		padding-top: 10px;
	}

	.firstline {
		padding-top: 10px;
		font-size: 24px;
	}

	.secondline {
		padding-top: 0px;
	}
	
	.sidebar {
		width: 100%;
		background-color: #d8c084;
	}
	
	.sidebar li {
		line-height: 2.5em;
		display: inline;
		padding: 5px;
		font-size: 110%;
	}
	
	.sidebar li a:link {
		background: none;
		color: white;
	}
	
	.sidebar li a:hover {
		color: white;
	}
	
	.sidebar p {
		display: inline;
	}
	
	.content-wrapper {
		width: 100%;
		background: none;
	}
	
	.content {
		clear: both;
		width: 100%
	}
	
}