h3{
	color: #fbfbfb;
}

header.header{
	background-image: url('bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100vh;
	padding-top: 30px;
}

aside.intro{
	position: absolute;
	top: 60vh;
	right: 10vw;
	padding-right: 20px;
	border-right: 4px rgba(255,255,255,.5) solid;
}

section{
	margin-bottom: 150px;
	margin-top: 150px;
}

section.philosophy{
	padding: 25px;
	color: #fbfbfb;

}

section.philosophy h3{
	color: #ae3c28;
}

section.philosophy p.lead{
	padding-left: 30px;
	padding-right: 30px;
}

section.projects{
	padding: 25px;
	color: #fbfbfb;
}
section.projects h3{
	color: #505346;
}

section.projects p.lead{
	padding-left: 30px;
	padding-right: 30px;
}

section.projects .card{
	border-radius: 0px;
	border-color: #45453a;
	margin: 15px;
	display: inline-block;
}

section.projects .card-img{
	border-radius: 0px;
}

section.projects .card-img-overlay{
	background-color: #45453a;
	padding: 20px;
	position: relative;
}

section.contact h3{
	color: #505346;
}

section.contact input{
    font-size: large;
    border-bottom: thin #a3a3a3 solid;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 5px;
    font-family: inherit;
    width: 90%;
    background-color: #191915;
    color: #505346;
}

section.contact textarea{
    font-size: large;
    border-bottom: thin #a3a3a3 solid;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 5px;
    font-family: inherit;
    width: 90%;
    overflow-y: hidden;
    background-color: #191915;
    color: #505346;
}

footer.footer{
	background-color: #191915;
	background-image: url('footer.png');
	background-repeat: no-repeat;
	background-position: right bottom;
}

footer.footer p.lead{
	color: #45453a;
	padding: 10px;
	margin: 0px;
}