* {
	box-sizing: border-box;
	text-align: left;	
}

body {
	width: 100%;
	font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	line-height: 150%;
	color: #777777;
	background-color: #ffffff;
	border-color: #dddddd;
	border: 10px;
	background-image: url("../images/vintage-leaves/vintage-leaves.png");
	text-align: center;
}

/*.container {
	width: 100%
	margin: auto;
}*/

header {
	font-family: "Georgia", Times, "Times New Roman", serif;
	color: #777;
	padding: 55px;
	background-color: #ffffff;
	border: 20px;
	border-color: #cccccc; 
	display: block;
	border-bottom-style: solid; 
	border-bottom-width: 3px;
	border-bottom-color: #cccccc;
}

.wrapper {
	display: block;
}

#header-name {
	float: left;
	color: white;
	padding: 30px 40px;
	position: absolute;
	top: 1%;
	left: 8%;
	background-color: #4aaaa5;
	z-index: 2;
}

#navitems {
	float: right;
	padding: 3%;
    background-color: #ffffff;
    color: #777;
    margin: -3%;
    padding-bottom: 0px;
    z-index: 1;
}

li {
	list-style-type: none;
}

a {
	float: left;
	display: inline-block;
	margin: 10px;
}

nav a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #777;
	background-color: white;
}

nav a:hover {
	color: #4aaaa5;
	background-color: white;
}

nav a:visted {
	color: #777;
	background-color: white;
}

ul li {
	float: left;
	display: inline-block;
}

h1 {
	font-family: "Georgia", Times, "Times New Roman", serif;
	font-size: 32px;
}

h2 {
	font-family: "Georgia", Times, "Times New Roman", serif;
	font-size: 32px;
	color: #4aaaa5;
	position: relative;
	left: 1px;
}

h3 {
	font-family: "Georgia", Times, "Times New Roman", serif;
	font-size: 24px;
	color: #4aaaa5;
	text-align: center;
	padding-top: 10px;

}

input {
	width: 95%;
	font-family: "Georgia", Times, "Times New Roman", serif;
	font-size: 12px;
	line-height: 200%
}

textarea {
	width: 95%;
	font-family: "Georgia", Times, "Times New Roman", serif;
	font-size: 12px;
	line-height: 200%
}

#socialimages {
	margin-left: 10%;
/*	vertical-align: middle;*/
}

#socialimages a {
	float: left;
	display: inline-block;
	margin: 3%;
}

#socialimage {
	width: 5vw;
	height: 7vh;
	margin-left: 12%;
}

#asidecontact {
	width: 30%;
	height: 35%;
	float: right;
	padding: 20px 20px;
	background-color: #ffffff;
	text-align: center;
	margin-right: 2%;
	border-style: solid;
	border-width: 2px;
	border-color: #dddddd;
}

#main-section {
	text-align: center;
	width: 65%;
	margin: 30px 20px 50px 100px;
}

#main-content {
	float: left;
	width: 80%;
	padding: 50px 40px;
	margin-left: -1vw;
	margin-bottom: 50px;
	background-color: #ffffff;
	border-style: solid;
	border-width: 2px;
	border-color: #dddddd;
}

#articleline1 {
	height: 3px;
	width: 100%;
	margin: 5%;
	background-color: #eee;
	position: relative;
	left: -23px;
}

.port-img {
	width: 205px;
	margin: 1%;
	margin-right: 8px;
	margin-bottom: -8%;
	float: left;
}

.port-img img {
	height: 200px;
	width: 200px;
}

.image-title {
	position: relative;
	bottom: 55px;
	width: 200px;
	font-family: "Georgia", Times, "Times New Roman", serif;
	text-align: center;
	font-size: 18px;
	color: white;
	padding: 10px;
	background-color: #4aaaa5;
}

#asideline2 {
	height: 2px;
	width: 100%;
	margin: 5%;
	background-color: #eee;
	position: relative;
	left: -15px;
}

#profilepic {
	float: left;
	width: 200px;
	height: 200px;
	margin: 5px 20px;
}

button {
	text-align: center;	
	color: white;
	padding: 10px;
	background-color: #4aaaa5;
	width: 100px;
}

button:hover {
	color: #4aaaa5;
	text-align: center;
	background-color: white;
	border-style: solid;
	border-width: 2px;
	border-color: #4aaaa5;
}

#stickyfooter {
	clear: both;
	overflow: auto;
	padding: 30px;
	text-align: center;
	background-color: #666666;
	color: white;
	width: 100%;
	border-top-style: solid; 
	border-top-width: 5px;
	border-top-color: #4aaaa5;
	margin: 0px;
	margin-bottom: -15%;
}

#copyright {
	font-size: 12px;
	text-align: center;
}

/*LARGE SCREEN SIZE*/
@media screen and (max-width: 980px) and (min-width: 769px) {
	body {
		width: 100%;
		line-height: 175%;
	}

	header {
		width: 100%;
	}

	#header-name {
		padding: 30px 40px;
		position: absolute;
		top: 1%;
		left: 12vw;
	}

	h1, h2, h3 {
		font-weight: bold;
	}
	
	#asidecontact {
		width: 35%;
		margin-right: 4%;
	}

	#articleline1 {
		width: 110%;
	}
	
	#socialimage {
		width: 6vw;
		height: 7vh;
		margin-left: 8%;
	}

	#main-section {
		width: 60%;
	}

	#main-content {
		width: 80%;
		margin-left: -8vw;
	}

	#profilepic {
		width: 90%;
		height: 90%;
		margin-bottom: 5%;
	}

	.port-img {
		width: 126%;
		padding-left: 19%;
	}
	
	.port-img img {
		width: 75%;
		margin-left: -10%;
	}

	.image-title {
		width: 75%;
		margin-left: -10%;
	}

	#stickyfooter {
		width: 100%;
	}
}

/*MEDIUM SCREEN SIZE*/
@media screen and (max-width: 768px) and (min-width: 641px) {
	body {
		width: 100%;
		line-height: 175%;
	}
	
	h1, h2, h3 {
		font-weight: bold;
	}

	.container {
		width: 100%;
	}
	
	header {
		width: 100%;
	}

	#header-name {
		padding: 30px 40px;
		position: absolute;
		top: 1%;
		left: 12vw;
	}
	
	#asidecontact {
		width: 79%;
		float: left;
		margin-left: 15%;
		margin-bottom: 5%;
	}
	
	h3 {
		text-align: left;
		margin-left: 3%;
		margin-top: 2%;
		margin-bottom: -3%;
	}

	#asideline2 {
		width: 100%;
		margin-left: 3%;
	}

	#main-section {
		width: 90%;
	}

	#main-content {
		width: 90%
	}

	#profilepic {
		width: 40%;
	}
	
	.port-img {
		width: 126%;
		padding-left: 19%;
	}
	
	.port-img img {
		width: 70%;
		margin-left: -7%;
	}

	.image-title {
		width: 70%;
		margin-left: -7%;
	}

	#socialimages {
		margin: 0px 8%;

	}

	#socialimage {    
		width: 8vw;
	    height: 7vh;
	    margin: -15% -86%;
	}

	#stickyfooter {
		width: 100%;
	}

	#copyright {
		font-size: 12px;
		text-align: center;
	/*	padding: -20%;*/
	}
}

/*SMALL SCREEN SIZE*/
@media screen and (max-width: 640px) {
	body {
		width: 100%;
		line-height: 175%;
	}

	.container {
		width: 100%;
	}

	header {
		width: 100%;
		padding-bottom: 15%;
		height: 20vh;
		position: static;
	}

	#header-name {
		float: none;
		clear: both;
		overflow: auto;
		width: 120%;
		text-align: center;
		position: absolute;
		top: 0%;
		left: 0%;
		padding-right: 20%;
	}

	#navitems {
		clear: both;
		overflow: auto;
		width: 120%;
		position: absolute;
		top: 12%;
		left: 20%;
	}

	ul li {
		margin-right: 8%;
	}


	h1, h2, h3 {
		font-weight: bold;
	}
	
	#asidecontact {
		width: 80%;
		position: relative;
		bottom: 5%;
		left: -2%;
		margin-bottom: 50px;
	}

	h3 {
		text-align: left;
		margin-left: 3%;
		margin-top: 2%;
		margin-bottom: -3%;
	}

	#asideline2 {
		width: 100%;
		margin-left: 3%;
	}

	#center-area {
		padding-right: 8%;
	}

	#main-section {
		width: 90%;
	}

	#main-content {
		width: 95%;
		margin-left: -9%;
	}

	#articleline1 {
		width: 105%;
	}

	#profilepic {
		width: 90%;
		height: 90%;
		margin-bottom: 5%;
	}

	.port-img {
		width: 126%;
		padding-left: 19%;
	}
	
	.port-img img {
		width: 75%;
		margin-left: -10%;
	}

	.image-title {
		width: 75%;
		margin-left: -10%;
	}

	#socialimage {
		width: 9vw;
	    height: 7vh;
	    margin: -15% -80%;
 	}

	#stickyfooter {
		width: 100%;
	}

	#copyright {
	font-size: 12px;
	text-align: center;
/*	padding: -20%;*/
	}
}