html,
body {
    height: 100%;
}

#cover {
	background-size: cover;
	height: 100%;
	color: fff;
	text-align: center;
	display: flex;
	align-items: center;
	background-image: url(#);
	background-repeat: no-repeat;
	background-position: center center;
}

#cover-caption {
    width: 100%;
}

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

}

#cover p {
	font-size: 26px;
	font-family: 'EB Garamond', serif;
	line-height: 36px;
	color: #000;

 }
 .btn-primary {
	font-size: 26px !important;
	font-family: 'EB Garamond', serif;
	color: #fff;
	background-color: #01773f;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;

}


@media (max-width: 767.98px) {  

#cover p {
	font-size: 20px;
	font-family: 'EB Garamond', serif;
	line-height: normal;
	color: #000
	  }
  
  #cover {
	background-size: cover;
	color: #fff;
	text-align: center;
	align-items: top;
	background-image: url(#);
	background-repeat: no-repeat;
	background-position: center center;
}
 body {
	height: 100%;
} 

.spacingtop-40{
	padding-top: 40px;
	padding-bottom: 40px;
}
.titles-script{
	font-family: 'Allura', cursive;
	color: #000;
	font-size: 40px;	
	
}
	.btn-primary {
	font-size: 20px !important;
	font-family: 'EB Garamond', serif;
	color: #fff;
	background-color: #01773f;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;

}

}
.footer-address{
	font-size: 16px;
	font-family: 'EB Garamond', serif;
	color: #000;
}

.footer-address a{
	font-size: 16px;
	font-family: 'EB Garamond', serif;
	color: #000;
	text-decoration: none;
} 

.footer-address a:hover{
	font-family: 'EB Garamond', serif;
	color: #d2934e;
	text-decoration: none;
} 

.btn-primary:hover {
	opacity: 0.8;
	color: #fff;
	background-color: #04ba63;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
}
.titles-script{
	font-family: 'Allura', cursive;
	color: #000;
	font-size: 40px;
	line-height: normal;

}
.titles-date{
	font-size: 20px;
	font-family: 'EB Garamond', serif;
	font-size: 30px;
}
a {
	font-size: 18px;
	font-family: 'EB Garamond', serif;
	line-height: normal;
	color: #000
	  }