/**** UNIVERSAL ***********************/


body {
	background-color: #E7E8E7;
}


/**** NAVBAR ***********************/

header {
	position: fixed;
	width: 100%;
	z-index: 10000;
	transition: all .3s ease-in-out;
	overflow: hidden;
}

span.logo {
	font-family: chalkduster;
	font-weight: bold;
	color: #BF8D00;
}

.navbar-nav a:hover {
	opacity: .8;
}

/**** BILLBOARD ***********************/

section#billboard {
	height: 500px;
	background: url('https://images.unsplash.com/photo-1505238680356-667803448bb6?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=d39fe8df8ff9407562e2f89aec3c1318&auto=format&fit=crop&w=2550&q=80') no-repeat center center;
	background-size: cover;
}

section#billboard h1 {
	font-family: chalkduster;
	font-weight: bold;
	color: white;
	font-size: 72px;
	text-align: center;
}

.billboard-text {
	padding-top: 100px;
}


/**** INDEX MAIN ***********************/

#boxes {
	height: 140px;
	text-align: center;
}

#boxes .box1 img,
#boxes .box2 img {
	height: 100px;
	padding: 25px;
}

#boxes .box1 h3,
#boxes .box2 h3 {
	margin: 0;
	padding: 0;
	font-family: chalkduster;
	color: #BF8D00;
	font-size: 12px;
}

#boxes .box1,
#boxes .box2 {
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
	height: 140px;
	width: 12.5%;
	background-color: #565756;
}


/**** ABOUT ***********************/

#about {
	overflow: hidden;
	clear: both;
	text-align: center;
	padding: 50px 0;
}

#about h1 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 62px;
	font-family: chalkduster;
	font-weight: bold;
}

#about p {
	margin-bottom: 30px;
	font-size: 22px;
}


/**** PROJECTS ***********************/


#projects,
#web {
	overflow: hidden;
	background-color: #565756;
	height: 500px;
	text-align: center;
}

#projects .recentProjects {
	float: left;
	width: 45%;
}

#projects .slideShow_1 {
	float: right;
	width: 45%;
}

#web .webProjects {
	float: right;
	width: 45%;
}

#web .slideShow_2 {
	float: left;
	width: 45%;
}

.recentProjects h1,
.webProjects h1 {
	width: 100%;
	margin-top: 140px;
	color: #BF8D00;
	font-family: chalkduster;
	font-size: 68px;
	font-weight: bold;
}

.recentProjects a,
.webProjects a {
	text-decoration: none;
	color: white;
}

a:hover {
	color: gray;
}

.recentProjects h2,
.webProjects h2 {
	width: 100%;
	padding: 10px;
	font-family: chalkduster;
}

.carousel {
	margin-top: 120px;
}

.carousel-inner {
	width: 100%;
}


/**** MOTTO ***********************/

#motto {
	height: 200px;
	overflow: hidden;
}

#motto .picWall {
	float: left;
	width: 33.33%;
}

.picWall img {
	width: 100%;
}


/**** GRAPHIC PAGE ***********************/

#filler {
	height: 50px;
}

#graphics {
	overflow: hidden;
	margin-bottom: 50px;
}

#graphics .container {
	border-bottom: #565756 solid 3px;
}

.img,
.desc {
	overflow: hidden;
	display: inline-block;
}

.img {
	float: left;
	width: 40%;
	padding: 20px 0;
}

.img img {
	margin-top: 50px;
	width: 100%;
	transition-duration: 2s;
}

.img img:hover {
	transform: rotateY(180deg);

}

.desc {
	float: right;
	width: 60%;
	padding: 0 35px 15px 35px;
	text-indent: 50px;
	font-size: 22px;
}

.desc p {
	margin-top: 100px;
}

.desc h4 {
	margin-top: 10px;
}

.desc h4 a {
	margin: 5px;
	padding: 8px;
	font-size: 14px;
	text-decoration: none;
	background-color: #565756;
	color: #fff;
	transition-property: border-radius;
	transition-duration: .5s;
}

.desc h4 a:hover {
	opacity: .8;
	border-radius: 10px;
}


/**** CONTACT ***********************/


#contact {
	height: 300px;
	/*text-align: center;*/
}

#contact .form {
	margin-top: 15px;
	padding: 10px;
	float: left;
	width: 45%;
	text-align: center;
}

label {
	padding: 5px 0 0 5px;
	text-align: left;
	font-family: chalkduster;
	font-weight: bold;
}

input,
textarea {
	padding: 0;
	margin: 0;
}

label,
input,
textarea {
	width: 100%;
}

.submit,
.reset {
	color: white;
	background-color: #565756; 
}

.submit:hover,
.reset:hover {
	opacity: .8;
}

#contact .contact_me {
	float: right;
	width: 45%;
	margin-top: 70px;
}

.contact_me h1{
		text-align: center;
		font-size: 72px;
		font-family: chalkduster;
		font-weight: bold;
	}


/**** FOOTER ***********************/


footer {
	margin: 0;
	color: white;
	font-size: 12px;
	width: 100%;
	position: bottom;
	/*bottom: 0;*/
	padding-top: 10px;
	height: 40px;
	text-align: center;
	clear: both;
}


/**** MEDIA QUERIES ***********************/


@media(max-width: 1200px) {

	section#billboard {
		height: 400px;
	}

	section#billboard h1 {
		font-size: 50px;
	}

	#contact .contact_me {
		width: 40%;
		font-size: 52px;
	}

	#projects,
	#web {
		height: 250px;
	}

	#projects .recentProjects,
	#projects .slideShow_1,
	#web .webProjects,
	#web .slideShow_2 {
		width: 40%;
	}

	.recentProjects h1,
	.webProjects h1 {
		font-size: 40px;
		margin-top: 40px;
		padding: 0;
	}

	.carousel {
	margin-top: 25px;
}


}

@media(max-width: 768px) {

	section#billboard {
		height: 350px;
	}

	section#billboard h1,
	#about h1 {
		font-size: 36px;
	}

	.billboard-text {
		padding-top: 80px;
	}

	#boxes {
		height: 100px;
	}

	#boxes .box1 img,
	#boxes .box2 img {
	margin: 0;
	padding: 5px;
	height: 50px;
	}

	#boxes .box1 h3,
	#boxes .box2 h3 {
		font-size: 10px;
	}

	#boxes .box1,
	#boxes .box2 {
	margin: 0;
	padding-top: 10px;
	display: inline;
	float: left;
	height: 100px;
	width: 25%;
	background-color: #565756;
	}

	#about p {
		font-size: 16px;
	}

	#projects,
	#web {
		height: 500px;
	}

	#projects .recentProjects,
	#projects .slideShow_1,
	#web .webProjects,
	#web .slideShow_2 {
		float: none;
		width: 100%;
	}

	.recentProjects h1,
	.webProjects h1 {
		font-size: 46px;
		margin-top: 10px;
		padding: 0;
	}

	.recentProjects h2,
	.webProjects h2 {
		font-size: 16px;
	}

	.carousel {
		margin-top: 15px;
		padding: 0;
	}

	#contact {
		height: 380px;
	}

	#contact .contact_me,
	#contact .form {
		margin: 0;
		padding: 0;
		float: none;
		text-align: center;
	}

	.contact_me h1{
		margin-top: 20px;
		text-align: center;
		font-size: 40px;
	}

	#contact .contact_me,
	#contact .form {
		margin: 0;
		padding: 0;
		float: none;
		width: 100%;
		text-align: center;
	}

	#motto {
		height: 100px;
	}

	#motto h1 {
		padding: 30px;
		font-size: 24px;
	}

	.img,
	.desc {
		float: none;
		width: 100%;
	}

}

@media(max-width: 450px) {

	section#billboard {
		height: 350px;
	}

	section#billboard h1,
	#about h1 {
		font-size: 36px;
	}

	.billboard-text {
		padding-top: 80px;
	}

	#boxes {
		height: 100px;
	}

	#boxes .box1 img,
	#boxes .box2 img {
	margin: 0;
	padding: 5px;
	height: 50px;
	}

	#boxes .box1 h3,
	#boxes .box2 h3 {
		font-size: 10px;
	}

	#boxes .box1,
	#boxes .box2 {
	margin: 0;
	padding-top: 10px;
	display: inline;
	float: left;
	height: 100px;
	width: 25%;
	background-color: #565756;
	}

	#about p {
		font-size: 16px;
	}

	#projects,
	#web {
		height: 400px;
	}

	#projects .recentProjects,
	#projects .slideShow_1,
	#web .webProjects,
	#web .slideShow_2 {
		float: none;
		width: 100%;
	}

	.recentProjects h1,
	.webProjects h1 {
		font-size: 40px;
		margin-top: 10px;
		padding: 0;
	}

	.recentProjects h2,
	.webProjects h2 {
		font-size: 16px;
	}

	.carousel {
		margin-top: 15px;
		padding: 0;
	}

	#contact {
		height: 380px;
	}

	#contact .contact_me,
	#contact .form {
		margin: 0;
		padding: 0;
		float: none;
		width: 100%;
		text-align: center;
	}

	.contact_me h1{
		margin-top: 20px;
		text-align: center;
		font-size: 40px;
	}

	#contact .contact_me,
	#contact .form {
		margin: 0;
		padding: 0;
		float: none;
		text-align: center;
	}

	#motto {
		height: 80px;
	}

	#motto h1 {
		padding: 30px;
		font-size: 16px;
	}

	#graphics {
		text-align: center;
		margin: auto;
	}

	.img,
	.desc {
		float: none;
		width: 100%;
		
	}

	.desc {
		text-align: center;
		margin: auto;
		padding: 0;
	}

	.desc h4 {
		margin-right: 50px;
	}

	.desc p {
	margin-top: 20px;
	text-indent: 0px;
	}

}





