.container {
	max-width: 1400px;
	margin: 0 auto;
}

header, footer {
  background-color: #2a3746;
  height: 400px;
}

body {
  background-color: #efeef7;
}

.logo {
  display: block;
  margin: 0px auto;
  height: 400px;
}

.book-now, .back-to-top {
	margin: 40px 0;
}

.book-now a, .back-to-top a {
	display: block;
	margin: 0 auto;
	text-align: center;
	padding: 15px 0;
	text-decoration: none;
	background-color: #ff5a01;
	color: #2a3746;
	border-radius: 15px;
	border-bottom: 1px solid #ff9c7b;
	width: 75%;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 25px;
	width: 300px;
}

.book-now a:active, .back-to-top a:active {
	background-color: #8f3200;
	color: white;
}

.mobile-nav nav.main-nav ul {
	width: 100%;
}

.mobile-nav nav.main-nav ul li {
	list-style-type: none;
	margin: 0;
}

.mobile-nav nav.main-nav ul li a {
	display: block;
	text-decoration: none;
	text-align: center;
	background-color: #3e525c;
	color: #c9d0d7;
	padding: 16px 0;
	border-bottom: 1px solid #c9d0d7;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
	font-size: 30px;
}

.mobile-nav nav.main-nav ul li a:active {
	background-color: #2a3746;
	color: white;
}

.mobile-nav nav.main-nav ul li:first-child {
	border-top: 1px solid #c9d0d7;
}

.desktop-nav {
  display: block;
}

nav.main-nav ul {
  margin: 0 auto;
  width: 100%;
}

nav.main-nav ul li a {
  color: #c9d0d7;
  display: block;
  text-decoration: none;
  background-color: #3e525c;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-size: 28px;
  text-align: center;
  padding: 10px;
}

h1 {
	text-align: left;
	color: #2a3746;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
	font-size: 40px;
	margin-bottom: 1px;
}

h2 {
  text-align: left;
	color: #90a3ab;
	font-family: 'Merriweather', serif;
	font-size: 16px;
	line-height: 19px;
	padding-top: 1px;
}

.desktop-about-info p {
	margin: 44px 20px;
	font-family: 'Merriweather', serif;
	line-height: 23px;
}

.desktop-about-info {
  margin: 130px 0 0 30px;
}

.desktop-about-info p {
  margin: 0px 0px;
}

.social {
 background-color: #2a3746;
 text-align: center;
 padding-top: 10px;
}

.social a {
	display: inline;
	margin: 100px 10px 0 10px;
	background-color: #2a3746;
}

.social a:active {
	opacity: .5;
}

/*Desktop-View Only*/
@media (min-width: 800px) {
	.mobile-nav {
		display: none;
	}
	.book-now {
		display: none;
	}
	nav.main-nav ul li {
		list-style: none;
		float: left;
		width: 25%;
	}
	nav.main-nav ul li a:hover {
	  text-decoration: none;
	  background-color: #0e1e2c;
	  color: c9d0d7;
	}
	.desktop-graphic {
		margin: 30px 0 0 10px;
	}
	.desktop-graphic h1, h2, p {
		text-align: center;
	}
	.desktop-graphic h2 {
		margin-top: -5px;
	}
	.flexslider {
		width: 75%;
		margin: 0 auto;
	}
	.desktop-resume {
		margin: 30px 0 0 10px;
	}
	.desktop-resume h1, h2, p {
		text-align: center;
	}
	.desktop-resume h2 {
		margin-top: -5px;
	}
	.mobile-graphic {
		display: none;
	}
	.mobile-print {
		display: none;
	}
	.mobile-web {
		display: none;
	}
	.mobile-resume {
		display: none;
	}
	.desktop-david-resume img {
		display: block;
		text-align: center;
		width: 80%;
		border: 2px solid #c9d0d7;
		margin: 0 auto 60px;
	}
	.social a:hover {
		opacity: .75;
	}
	footer .logo {
		height: 200px;
	}
	footer {
		height: 200px;
	}
}

/*Mobile-View Only*/
@media (max-width: 799px) {
	.container {
		width: 100%;
	}
	.logo {
	  height: 200px;
	}
	header, footer {
	  height: 200px;
	}
	.desktop-nav {
		display: none;
	}
	.desktop-graphic {
		display: none;
	}
	.desktop-print {
		display: none;
	}
	.desktop-web {
		display: none;
	}
	.desktop-resume {
		display: none;
	}
	.desktop-about-info {
		display: none;
	}
	.mobile-graphic {
		margin: 30px 0 0 10px;
	}
	.mobile-graphic h1, h2, p {
		text-align: center;
	}
	.mobile-graphic h2 {
		margin-top: -5px;
	}
	/*.mobile-print h1, h2, p {
		text-align: center;
	}
	.mobile-web h1, h2, p {
		text-align: center;
	}*/
	.mobile-resume h1, h2, p {
		text-align: center;
	}
	.mobile-david-resume {
		display: block;
		text-align: center;
	}
	.mobile-david-resume img {
		width: 200px;
		border: 2px solid #c9d0d7;
		margin-bottom: 60px;
	}
}
