html,
body {
    height: 100%;
}

#cover {
	background-size: cover;
	height: 100%;
	color: 161611;
	text-align: center;
	display: flex;
	align-items: center;
	background-image: url(img/lillyblu-soaps-background-2.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}

#cover-caption {
    width: 100%;
}

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

}

#cover p {
	font-size: 22px;
	font-family: 'Scope One', serif;
	line-height: 38px;
	color: #000;
	text-transform: uppercase;
 }
 
@media (max-width: 577px) {  
html,
body {
    height: 100%;
}
	
#cover p {
	font-size: 20px;
	font-family: 'Scope One', serif;
	line-height: normal;
	color: #000;
	text-transform: uppercase;
	  }
  
  #cover {
	background-size: cover;
		height: 100%;
	  color: 161611;
	text-align: center;
	align-items: top;
	background-image: url(img/lillyblu-soaps-background-2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}


.spacingtop-40{
	padding-top: 40px;
	padding-bottom: 40px;
}
}
.footer-address{
	font-size: 14px;
	font-family: 'Scope One', serif;
	line-height: 24px;
	color: #000;
	text-transform: uppercase;
}

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

.footer-address a:hover{
	font-family: 'Scope One', serif;
	color: #198a93;
	text-decoration: none;
} 
.btn-primary {
	font-size: 20px;
	font-family: 'Scope One', serif;
	color: #000;
	background-color: #198a93;
	border-color: #198a93;

}
.btn-primary:hover {
    opacity: 0.8; color: #fff;
	background-color: #198a93;
    border-color: #198a93;
}
