html,
body {
    height: 100%;
}

#cover {
	background-size: cover;
	height: 100%;
	color: 161611;
	text-align: center;
	display: flex;
	align-items: center;
	background-image: url(img/Bar-M-Horsemanship-Southern-Maryland.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#cover-caption {
    width: 100%;
}

#cover h1 {
    font-size: 50px;
    font-family: 'Glegoo', serif;

}

#cover p {
	font-size: 20px;
	font-family: 'Glegoo', serif;
	line-height: 36px;
	color: #ded7c8;

 }
 
@media (max-width: 577px) {  

#cover p {
	font-size: 18px;
	font-family: 'Glegoo', serif;
	line-height: normal;
	color: #ded7c8
	  }
  
  #cover {
	background-size: cover;
	color: 161611;
	text-align: center;
	align-items: top;
	background-image: url(img/Bar-M-Horsemanship-Southern-Maryland.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
 body {
	height: auto;
} 

.spacingtop-40{
	padding-top: 40px;
	padding-bottom: 40px;
}
.titles-script{
	font-family: 'Satisfy', cursive;
	color: #ded7c8;
	font-size: 30px;
}

}
.footer-address{
	font-size: 16px;
	font-family: 'Glegoo', serif;
	line-height: 24px;
	color: #ded7c8;
}

.footer-address a{
	font-size: 16px;
	font-family: 'Glegoo', serif;
	line-height: 24px;
	color: #ded7c8;
	text-decoration: none;
} 

.footer-address a:hover{
	font-family: 'Glegoo', serif;
	color: #d2934e;
	text-decoration: none;
} 
.btn-primary {
	font-size: 20px;
	font-family: 'Glegoo', serif;
	color: #ded7c8;
	background-color: #813033;
	border-top-color: #ded7c8;
	border-right-color: #ded7c8;
	border-bottom-color: #ded7c8;
	border-left-color: #ded7c8;

}
.btn-primary:hover {
	opacity: 0.8;
	color: #ded7c8;
	background-color: #c63640;
	border-top-color: #ded7c8;
	border-right-color: #ded7c8;
	border-bottom-color: #ded7c8;
	border-left-color: #ded7c8;
}
.titles-script{
	font-family: 'Satisfy', cursive;
	color: #ded7c8;
	font-size: 40px;
}
