/*Nav Bar Changes*/
body {
	background-image: url(https://cloud.githubusercontent.com/assets/26077051/24573026/4fcbfbd4-164c-11e7-93ba-6073871de87f.jpg);
}
h2, h4 {
	font-family: 'Coming Soon', cursive;
	color: #003366;
}
a {
	color: #FFF5EE;
}
p{
	margin-left: 20px;
	margin-right: 20px;
}
#aboutme {
	background-color: #c2d6d6;
	width: 650px;
	margin-bottom: 80px;
}
#portfolio {
	background-color: #c2d6d6;
	width: 650px;
	margin-bottom: 80px;
}
.btn-default {
	background-color: #85adad;
}
/*CSS for Header/Page Navigation Tabs*/
.header {
	font-family: 'Coming Soon', cursive;
	color: #c2d6d6;
	font-size: 40px;
	border-color: #85adad;
	border-bottom-style: solid;
	border-width: 4px;
	background-color: #003366;
	width: 100%;
	overflow: hidden;
}
.name {
	height: 30px;
    width: 20%;
    margin-left: 70px;
    padding-top: 10px;
    text-align: center;
}
.tabs {
	position: relative;
	font-size: 15px;
	width: 100%;
	display: inline;
	padding: 14px 16px;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.list-group-item {
	width: 600px;
	background-color: #c2d6d6;
	text-align: center;
	margin-left: 20px;
}
.navbar-fixed-bottom {
	background-color: #696969;
	text-align: center;
	border-top: solid;
	border-style: solid;
	border-top-width: 5px;
	border-color: #003366;
}
.contact {
	background-color: #c2d6d6;
	border-style: dashed;
	border-width: 3px;
	border-color: #003366;
	margin-right: 50px;
}
.icon {
	height: 60px;
	margin-left: 14px;
	padding-bottom: 10px;
}
#form {
	background-color: #c2d6d6;
	margin-bottom: 100px;
}
.form-group {
	background-color: #c2d6d6;
	width: 630px;
}
.form-horizontal {
	width: 650px;
	margin-bottom: 50px;
	margin-left: 50px;
}
.portfolioimage {
	width: 250px;
	height: 250px;
	margin-left: 40px;
	position: relative;
}
.portfoliotitle {
	width: 60%;
	background-color: #85adad;
	text-align: center;
	position: absolute;
	top: 160px;
	bottom: 20px;
	margin-left: 45px;
	padding-top: 10px;
}
.content {
	margin-top: 70px;
}
.lineunderheader {
	border-bottom-style: solid;
	border-bottom-width: 60%;
	border-color: #003366;
}
@media screen and (max-width: 1500px) {
	body {
		background-image: url(https://cloud.githubusercontent.com/assets/26077051/24573026/4fcbfbd4-164c-11e7-93ba-6073871de87f.jpg);
	}
	#navbaricons {
		display: none;
	}
	.
}
/*Tablet Media Query*/
@media screen and (max-width: 768px) {
	body {
		background-image: url(https://cloud.githubusercontent.com/assets/26077051/24573026/4fcbfbd4-164c-11e7-93ba-6073871de87f.jpg);
	}
	h1 {
		font-size: 20px;
	}
	.header {
		height: 70px;
	}
	.vertical-align {
		display: flex;
		align-items: baseline;
	}
	.contact {
		display: none;
	}
	.icon {
		height: 30px;
		margin: 0px;
	}
	#portfolio {
		width: 60%;
		margin-left: 80px;
	}
	.portfolioimage {
		height: 200px;
		width: 150px;
		margin-bottom: 50px;
	}
	#original {
		display: none;
	}
	#navbaricons {
		display: inline;
	}
	#aboutme {
		margin-left: 20px;
	}	
	.form-horizontal {
		width: 800px;
		margin-bottom: 50px;
		margin-left: 50px;
	}
	.form-group {
		background-color: #c2d6d6;
		width: 400px;
		margin-bottom: 20px;
	}
	#form {
	 	background-color: #c2d6d6;
	 	margin-bottom: 100px;
	 	width: 400px;
	}
}

/*Media Query Phone*/
@media screen and (max-width: 640px){

	body {
		background-image: url(https://cloud.githubusercontent.com/assets/26077051/24573026/4fcbfbd4-164c-11e7-93ba-6073871de87f.jpg);
	}
	h1 {
		font-size: 15px;
	}
	.header {
		height: 60px;
	}
	.vertical-align {
		display: flex;
		align-items: flex-start;
	}
	.contact {
		display: none;
	}
	.original {
		display: none;
	}
	.portfolioimage {
		height: 200px;
		width: 150px;
		margin-bottom: 50px;
		margin-left: 10px;
	}
	.portfoliotitle {
		margin-left: 20px;
	}
	.form-horizontal {
		width: 600px;
		margin-bottom: 50px;
		margin-left: 50px;
	}
	.form-group {
		background-color: #c2d6d6;
		width: 300px;
	}
	#form {
	 background-color: #c2d6d6;
	 margin-bottom: 100px;
	 width: 300px;
	}
	#aboutme {
		background-color: #c2d6d6;
		width: 500px;
		margin-bottom: 80px;
		margin-left: 30px;
	}
	.list-group-item {
		width: 480px;
		background-color: #c2d6d6;
		text-align: center;
		margin-left: 20px;
	}

}