body {
	line-height: 1.8em;
	font-size: 1.1rem;
	font-family: 'Average Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #17365e;
	font-family: 'Cormorant Garamond', serif;;
}

a {
	color: #1a5aac;
	transition: all .3s ease-in-out;
}

a:hover {
    color: #17365e;
    text-decoration: none;
}

#mainContent {
	padding-bottom: 40px;
}

header {
	padding: 10px 0;
	box-shadow: 1px 0 2px 0px rgba(152, 152, 152, 0.77);
}

.header-image {
	height: 75px;
}

.hero-image {
	width: 100vw;
    height: 75vh;
    background-image: url('images/Yacht Rentals Tampa.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

footer {
	padding: 20px 0;
	background-color: #f2f2f2;
	color: #0a0a0a;
	font-size: 16px;
}

/* Responsive */
@media (max-width: 575px) {
	.header-image {
		height: 60px;
	}
	.hero-image {
		height: 60vh;
	}
}