@media (min-width: 300px) {
	body {
	background-image: url(../images/pexels-photo-262007.jpg); 	
	background-size: cover;
	background-repeat: no-repeat;
	}
}

.row {
	padding-top: 15px;
	min-height: 175px;
}

.col-sm-8 {
	text-align: center;
}

#address {
	margin-top: 150px;
}


h1,h2,h3,h4,h5 {
	color: #f8f9fa;
	font-weight: 450;
	font-family: 'Montaga', Georgia, serif;
}

p {
	color: white;
	font-weight: 300;
}

a {
	color: white;
	text-decoration: none;

}

a:hover {
	color: white;
	text-decoration: underline;
}
