
html {/* Used for sticky footer */
    position: relative;
    min-height: 100%;
}

body {/* Used for sticky footer */
  /* Margin by footer height */
	font-family: 'Lato', sans-serif;
	font-size: 18px;
    margin: 0 0 108px 0;
	font-weight:300;
	background-image:url(/images/splash-page.jpg);
	background-position:center;
}

h1{
	font-size:60px;
	color:#07312B;
	font-family: 'Crimson Text', serif;
	margin-top:40px;
}

h2{
	font-size:60px;
	color:#07312B;
	font-family: 'Crimson Text', serif;
	margin-top:0px;
	margin-bottom:60px;
}

.btn-primary{
	border:3px solid #C59E31;
	background:transparent;
	font-family: 'Crimson Text', serif;
	font-size:36px;
	color:#07312B;
	font-weight:bold;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
    background: #C59E31!important;
    border: 3px solid #C59E31!important;
}

.smaller{
	font-size:30px;
}

a {
	color: #C29B24;
}

a:hover, a:focus {
	color: #25332C;
}

.header{
	background: rgba(37,52,45,1.0);
	height:145px;
	border-bottom:5px solid #C59E30; 
}	

.image img{
	margin-top:50px;
}

.line{
	background-image:url(/images/line.png);
	height:30px;
	margin-top:25px;
}



@media (min-width:991px) and (max-width:1200px) {

.image img{
	margin-top:60px;
}
	

}


@media (min-width:768px) and (max-width:991px) {

.image img{
	margin-top:90px;
}

}


@media (max-width:767px) {

.btn-primary{
	font-size:20px;
}

.smaller{
	font-size:16px;
}

.image img{
	margin-top:20px;
}

.header{
	background: rgba(37,52,45,1.0);
	height:100px;
	border-bottom:5px solid #C59E30; 
}

h1{
	font-size:40px;
}

h2{
	font-size:40px;
	margin-bottom:20px;
}

.mb15{
	margin-bottom:15px;
}
	
}


@media (max-width:480px) {

.btn-primary{
	font-size:20px;
}

.smaller{
	font-size:16px;
}

.image img{
	margin-top:20px;
}

.header{
	background: rgba(37,52,45,1.0);
	height:80px;
	border-bottom:5px solid #C59E30; 
}	

h1{
	font-size:24px;
}

h2{
	font-size:24px;
	margin-bottom:20px;
}

.mb15{
	margin-bottom:15px;
}

}