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

header {
  background-color: #efeef7;
  height: 300px;
}

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

body {
  background-color: #efeef7;
}

.logo, .logo2 {
  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: 20px;
}

.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;
}

.desktop-gagan-photo {
  display: block;
  text-align: left;
}

.desktop-gagan-photo img {
  border: 2px solid #946b9b;
}

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

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

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

/*Desktop-View Only*/
@media (min-width: 800px) {
	.logo {
		height: 250px;
	}
	.mobile-nav {
		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;
	}
	.book-now {
		display: none;
	}
	.mobile-faves, .mobile-archives, .mobile-about {
		margin-top: 100px;
	}
	.gallery-comics a img {
		width: 33%;
	}
	.mobile-faves iframe {
		margin-bottom: 40px;
	}
	.gallery-comics a:hover{
		opacity: .75;
	}
	.social a:hover {
		opacity: .75;
	}
}

/*Mobile-View Only*/
@media (max-width: 799px) {
	.container {
		width: 100%;
	}
	.logo {
	  height: 200px;
	}
	header, footer {
	  height: 200px;
	}
	.desktop-nav {
		display: none;
	}
	.desktop-about-info {
		display: none;
	}
	.mobile-faves, .mobile-about {
		margin: 30px 10px 0 10px;
	}
	.mobile-faves h1, h2, p {
		text-align: center;
	}
	.mobile-archives h1, h2, p {
		text-align: center;
	}
	.mobile-about h1, h2, p {
		text-align: center;
	}
	.mobile-about p {
		padding-bottom: 50px;
	}
	.mobile-faves h2, .mobile-archives h2, .mobile-about h2 {
		margin-top: -5px;
	}
	.mobile-faves p, .mobile-archives p, .mobile-about p {
		margin: 0 5px 0 0;
	}
	.mobile-faves iframe {
		display: block;
		text-align: center;
		margin: 0px auto 30px;
	}
	.gallery-comics {
		display: block;
		text-align: center;
		margin: 10px 0;
	}
	.gallery-comics img {
		background-color: #efeef7;
	}
	.gallery-comics a:active {
		opacity: .5;
	}
	.mobile-book img {
		width: 90%;
		margin-bottom: 50px;
		border: 1px solid black;
	}
}
