@charset "UTF-8";
/* Body */
body {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	background-color: #556C4A;
	color: white;
	margin: 0;
}
/* Container */

/* Header */
.header {
	padding-top: 15px;
   	height: 100px;
    	background-color: #556C4A;
}
#logo{
	height: 60px;
	padding-top: 10px;
}
.menu {
	letter-spacing: 20px;
	padding-right: 2%;
	padding-top: 15px;
	text-align: right;
	font-size: 18px;
	display: inline-block;
}
#youtubeLink{
	padding-right: 10%;
}
a:link{
	color: white;
	font-weight: lighter;
	text-decoration: none;
	letter-spacing: 1px;
}
a:hover{
	color: white;
	font-weight: lighter;
	text-decoration:underline;
	letter-spacing: 1px;
}
a:visited{
	color: white;
}

/* Feature Picture */
.feature{
	width: 100%;
	background-image: url("../images/IMG_7211.JPG");
	background-repeat: no-repeat;
	background-size:cover;
	background-attachment: fixed;
	contain: style;
}
.gray{
	background:rgba(52,52,52,.6);
	padding-top: 50px;
	height: 700px;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
/* Portfolio Section */
h1{
	font-size:48px;
	margin: 0px;
	text-align: center;
}
.portfolio {
	padding-top: 15px;
	padding-bottom: 35px;
	text-align: center;
}
.gallery {
	clear: both;
	display: inline-block;
	margin-left: 5%;
	margin-right: 5%;
	padding-bottom: 5px;
	padding-top: 0px;
	margin-top: 15px;
	margin-bottom: 0px;
}
.thumbnail {
	text-align: center;
	float: left;
	margin-top: 35px;
	background-color:#ECECEC;
	padding-bottom: 15px;
	border-radius: 3px;
	padding-top: 15px;
	border-bottom: 8px solid #5C824B;
}
.cards {
	width: 90%;
	height: auto;
	max-width: 400px;
}
.thumbnail h2{
	margin-top: 10px;
	margin-bottom: 5px;
	color: black;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}

footer {
	background-color: #B3B3B3;
	padding-top: 60px;
	padding-bottom: 60PX;
}


/* Mobile */
@media (max-width : 400px ){
.header{
	width:100%;
	height:70px;
	}
#logo{
	align-self: center;
	}
.menu {
	letter-spacing: 20px;
	text-align: center;
	display: none;
}

.backgroundimg{
	width:500px;
	height:inherit;
	margin-left: -18%;
}

}

/* Small Tablets */
@media (min-width : 400px ) and ( max-width : 1006px ){

.menu {
	letter-spacing: 20px;
	text-align: right;
}

}
