h1 {
  font: 400 40px/1.2 'Istok Web', Verdana, Helvetica, sans-serif
}
 
p {
  font: 400 16px/1.6 'Lora', Georgia, serif;
}

.logoArea {
	height: 30px;
}

.logo {
	position: relative;
	color: white;
	height: 100px;
	width: 100px;
	float: left;
	background: #9dcb3a;
	font-family: Times, serif;
	text-align: center;
	vertical-align: middle;
	z-index: 1;
}

.logo p {
	line-height: 1.2;
}

.logo span {
	font-size: 60px;
}

nav {
	text-align: center;
	margin: 0;
}

nav ul {
	list-style: none;
	margin: 0;
}

nav ul li {
	text-decoration: none;
	font-family: Times, serif;
	font-size: 30px;
	padding: 0 10%;
	text-align: right;
}

@media(min-width: 960px) {
	nav ul li {
		text-align: center;
		display: inline;
	}
}

nav ul li a {
	color: #1a1a1a;
	text-decoration: none;
}

.nav_current {
	color: #9dcb3a;
}

.backgroundImage {
	background: url("../images/dog-bg.jpg") no-repeat;
	height: 431px;
	margin-bottom: 30px;
}

.topQuote {
	margin-top: 13%;
	color: white;
	vertical-align: middle;
	line-height: 1em;
	font-size: 70px;
	text-align: center;

}

.topQuote span {
	text-decoration: underline;
}


.main {
	margin: auto;
}

footer {
	border-top: 2px solid #9dcb3a;
	text-align: center;
	margin: auto;
}