body
{
    font-family: 'Montserrat', sans-serif;
}

h1,h2,h3,h4,h5
{
	text-transform: uppercase;
	
}

#header
{
	background-image: url('images/header.jpg');
	min-height: 700px;
	background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 700px;
    opacity: 1;
    visibility: inherit;
    z-index: 20;
    padding-top: 200px;
    text-align: center;

	
}

#header h1
{
	color: #fff;
	margin-bottom: 100px;

	
}

#header .button
{
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
	padding: 10px 50px;
	background: rgba(255,255,255,0.3);

	
}

#header .button:hover, #content .button:hover
{
	text-decoration: none;

	
}

#content
{
	text-align: center;
	padding-top: 80px;
	padding-bottom: 50px;
}

#content h2
{
	color: #55524c;
	font-size: 35px;
	margin-bottom: 30px;
}

#content p
{
	color: #55524c;
	margin-bottom: 30px;
}


#content .button
{
	color: #fff;
	border: 1px solid #55524c;
	text-align: center;
	padding: 10px 80px;
	background: #96bf72;

	
}

#footer
{
	background: #55524c;
	color: #fff;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 20px;

}

#footer a
{
	color: #fff;


}
@media only screen and (max-width: 500px) {
    .row {
        padding: 0 10px;
    }
	

}

