@charset "utf-8";
body {
	background-image: url("../images/bgElements/pencil-texture-inverted-small.png");
	background-repeat: repeat;
	font-family: 'Source Sans Pro', sans-serif;
	font-style: normal;
	font-weight: 400;
	background-attachment: scroll;
	background-position: top-left;
	background-color: black;
	background-size: contain;
}
h1 {
	font-family: 'Amatic SC';
	font-style: normal;
	font-weight: 400;
	font-size: 4em;
}
h2 {
	font-family: 'Amatic SC';
	font-style: normal;
	font-weight: 400;
	font-size: 2.8em;
	margin-bottom: 20px;
}
h3 {
	font-family: 'Amatic SC';
	font-style: normal;
	font-weight: 400;
	font-size: 2.3em;
	margin:0;
}
p {
	margin-bottom: 0.5em;
	margin-top: 0;
}
footer {
	font-family: 'Source Sans Pro', sans-serif;
	font-style: normal;
	font-weight: 200;
	font-size: small;
	text-align: right;
}

a {
	text-decoration: none;
}

img.responsive { 
	height: auto; 
}
h1.lightText {
	color: white;
}
h2.lightText{
	color: white;
}
p.main{
	text-align: justify;
}
footer.lightText{
	color:lightgrey;
}
.dotted_bg {
	background-image: url("../images/bgElements/dotted paper-l.jpg");
	background-repeat: repeat;
}
.navlist {
	margin: 0;
	list-style-type: none;
	width: 200px;
	padding-top: 60px;
	padding-left: 3px;
}
.asideLeft {
	width: 240px;
	float: left;
	position: absolute;
}
.sectionRight {
	float: right;
	margin-left: 230px;
	margin-top: 50px;
}


.navlistitem a {
	text-decoration: none;
	display: block;
	color: #696969;
	font-family: 'Amatic SC';
	font-style: normal;
	font-weight: 700;
	font-size: 2em;
}
.navlistitem a:hover {
	color: #000000;
}
.navlistitem a:active {
	color: #000000;
}
li.lightText a {
	color: lightgrey;
}
li.lightText a:hover {
	color: white;
}

.sectionRight .asideRight {
	position: absolute;
	top: 8px;
}


@media (min-width: 1337px){
	p {
		font-size: 1.4em;
	}
	h1 {
		font-size: 5.5em;
	}
	h2 {
		font-size: 4em;
		margin-bottom: 40px;
	}
	h3 {
		font-size: 3.5em;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	img.responsive { 
		width: 250px; 
	}
	.container{
		padding-right: 70px;
	}
	.navlist {
		padding-top: 160px;
		padding-left: 5px;
	}
	.navlistitem a {
		font-size: 3.5em;
	}
	.asideLeft{
		width: 500px;
	}
	.sectionRight {
		margin-top: 65px;
		margin-left: 290px;
	}
	.sectionRight .asideRight {
	left: 33em;
	}
}

@media (max-width: 1336px){
body {
	
}
img.responsive { 
	width: 200px; 
}
.container{
	padding-right: 50px;
}
.navlistitem a {
	font-size: 2.7em;
	padding-bottom: 4.5px;
}
.navlist {
	padding-top: 115px;
	padding-left: 3px;
}
.asideLeft {
	width: 210px;
	float: left;
	position: absolute;
}
.sectionRight {
	margin-left: 230px;
	margin-top: 50px;
}
.sectionRight .asideRight {
	position: absolute;
	top: 8px;
	left: 25em;
}
}

@media (max-width: 768px){
body {
	
}
img.responsive { 
	width: 150px; 
}
.navlistitem a {
	font-size: 2em;
	padding-bottom: 3px;
}
.navlist {
	width: 150px;
	padding-top: 82px;
	padding-left: 3px;
}
.sectionRight {
	margin-left: 170px;
	margin-top: 5px;
}
.sectionRight .asideRight {
	top: 8px;
	left: 21em;
	
}
}

@media (max-width: 480px){
	body{
		background-image: url();
	}
	
}
