@font-face {
  font-family:"Proxima Nova";
  src:url("/fonts/Proxima-Nova-Regular.otf") format("opentype");
}

/*@font-face {
  font-family:"Proxima Nova Bold";
  src:url("/fonts/Proxima-Nova-Bold.otf") format("opentype");
}

@font-face {
  font-family:"Proxima Nova Semibold";
  src:url("/fonts/Proxima-Nova-Semibold.otf") format("opentype");
}

@font-face {
  font-family:"Proxima Nova Extrabold";
  src:url("/fonts/Proxima-Nova-Extrabold.otf") format("opentype");
}*/

html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

html, body {
  height: 100%;
  margin: 0;
}

.footer,
.push {
  height: 50px;
}

.wrapper {
  min-height: 100%;
  margin-bottom: -50px;
}

body
{
	background-color: #FAFAFA;
	color: #423F46;
	font-family: 'Lora', serif;
	font-size: 15px;
	line-height: 24px;
	margin: 0px;
  padding-top: 116px;
}

body.home
{
  padding-top: 0px;
}

a
{
	text-decoration: none;
	outline: none;
}

.img-holder
{
	opacity: 1;

}

.img-holder img
{
	opacity: 0;
	transition: all .5s ease;
  transform: translate3d(0, 50px, 0);
}

.img-holder.visible img
{
  transform: translate3d(0, 0px, 0);
  opacity: 1;
}

.italic
{
	font-style: italic;
}

p
{
  margin: 0px 0px 1em 0px;
}

p:last-child
{
  margin-bottom: 0px;
}


a
{
  color: #000;
  text-decoration: underline;
}


h1, h2, h3
{

	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	margin: 0px 0px 1em 0px;
}

h2.excerpt
{
	margin-top: 38px;
}

.img-holder img
{
	width: 100%;
  display: block;
}

.clearfix:after
{
	content: "";
  	display: table;
  	clear: both;
}

.footer
{
	font-size: 8px;
	text-align: center;
	letter-spacing: 1px;
}

body.home .footer
{
  color: #FFF;
  position: fixed;
  bottom: 0;
  z-index: 10;
  z-index: 100;
  width: 100%;
  padding: 0px;


}

.header
{
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	background-color: #FAFAFA;
	padding-bottom: 10px;
	z-index: 100;
}

body.home .header
{
  background-color: transparent;
}

.header .content
{
  width: 90%;
  margin: 0px auto;
  position: relative;
}

.logo
{
	font-weight: normal;
	width: 254px;
	height: 27px;
	font-size: 21px;
	text-align: center;
	line-height: 28px;
	letter-spacing: 1.2px;
	color: #423F46;
	margin: 52px auto 27px auto;
}

.logo a
{
	color: #423F46;
  text-decoration: none;
}

body.home .logo a
{
  color: #FFF;
}

.navigation
{
	padding: 0px;
	margin: 0px;
	list-style: none;
	text-align: center;
  font-family: 'Proxima Nova', sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 13px;
	letter-spacing: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

}

.navigation a
{
	color: #3F3F3F;
	padding-bottom: .5em;
  text-decoration: none;
}

body.home .navigation a
{
  color: #FFF;
}

.navigation li
{
	display: inline-block;
	margin-right: 30px;
	position: relative;
  backface-visibility: hidden;
}

.navigation li:last-child
{
	margin-right: 0px;
}

.navigation li.current > a
{
	border-bottom: 3px solid #3F3F3F;
}

.navigation > li > a
{
	border-bottom: 3px solid transparent;
	-webkit-transition : border .3s ease-out;
  -moz-transition : border .3s ease-out;
  -o-transition : border .3s ease-out;
  transition : border .3s ease-out;
  backface-visibility: hidden;
}

.navigation li ul li a
{
	border-bottom: 3px solid transparent;
	-webkit-transition : border .3s ease-out;
  -moz-transition : border .3s ease-out;
  -o-transition : border .3s ease-out;
  transition : border .3s ease-out;
  backface-visibility: hidden;
}

.navigation li > a
{
	padding-left: 2px;
}

.navigation li > a:hover
{
	border-bottom: 3px solid #3F3F3F;
}

body.home .navigation li > a:hover
{
  border-bottom: 3px solid #FFF;
}

ul.navigation li ul
{
	max-height: 0px;
	background-color: #FAFAFA;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	padding-top: 0px !important;
	padding-left: 0px;
	margin-top: 0px !important;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 0;
	position: absolute;
	top: 30px;
	left: 0px;
	list-style: none;
	overflow: hidden;
	width: 300px;
	z-index: 100;
  backface-visibility: hidden;
}

body.home ul.navigation li ul
{
  padding: 0px 0px;
}

body.home ul.navigation li ul
{
  background-color: transparent;
}


ul.navigation li ul.visible
{
	max-height: 600px;
	opacity: 1;
}


ul.navigation li ul li
{
	float: none;
	padding: 10px 20px;
	margin-right: 0px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	text-align: left;
	display: block;
  backface-visibility: hidden;
}

body.home ul.navigation li ul li
{
  padding-left: 0px;
}


ul.navigation li ul li:first-child
{
	padding: 20px 20px 10px 20px;
}

ul.navigation li ul li:last-child
{
	padding: 10px 20px 20px 20px;
}


.container
{
	width: 95%;
	max-width: 1024px;
	margin: 0px auto;
	position: relative;

}

body.home .container
{
  height: 100vh;
  max-width: none;
  background-image: url('/images/background-hero.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  opacity: 0;
  transition: opacity .3s linear;
}

body.home .container.visible
{
  opacity: 1;
}

body.home .main
{
  max-width: 760px;
  margin: 0px auto;
  color: #FFF;
  position: relative;
  top: 50%;
  transform: translateY(calc(-50% - 40px));
  font-size: 13px;
  letter-spacing: .62px;
  line-height: 20px;
  text-align: center;
}

body.home .container .main .text
{
  transform: translateY(50px);
  opacity: 0;
  transition: all .6s ease;
}

.quote
{
  font-style: italic;
}

body.home .container.visible .main .text
{
  transform: translateY(0px);
  opacity: 1;
}

body.home .main h1
{
  color: #FFF;
  font-size: 74px;
  text-transform: none;
  line-height: 101px;
  letter-spacing: 1px;
  font-weight: normal;
}

body.home .main p
{
  max-width: 630px;
  margin: 0px auto 1em auto;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: .6px;
}

.main-text
{
	padding-top: 75px;
}

body.reviews .main-text
{
	text-align: center;
}

body.reviews .book-text
{
	margin-left: 35.5%;
}

/* Home Page */

	div.home
	{
		padding-top: 0px;
	}

	.book
	{
		width: 45%;
	}

	.book .img-holder
	{
		width: 100%;
		float: left;
		margin-left:10%;
	}

	.nyt
	{
		width: 200px;
		margin: 0px auto;
	}

	.blurb
	{
		width: 30%;
		font-family: 'Lora', serif;
		font-size: 16px;
		font-style: italic;
		text-align: center;
		line-height: 20px;
		color: #3F3F3F;
		margin-top: 100px;
		float: left;
	}

/* End of Home Page */

body.about .main-text
{
	text-align: center;
	margin-bottom: 130px;
  display: flex;
}

.headshot
{
	width: 49%;
  flex-grow: 0;
	margin-right: 50px;
	vertical-align: top;
}

.headshot .img-holder
{
  width: 100%;
  height: 0px;
  position: relative;
  padding-bottom: 120.5%;
}

.headshot .img-holder img
{
  position: absolute;
  top: 0px;
  left: 0px;

}

.about-text
{
	line-height: 1.78em;
	width: 43%;
  flex-grow: 0;
	text-align: left;
  align-self: center;
}

.about-text a
{
  color: #000;
  text-decoration: underline;
}

.section
{
	margin-top: 40px;
}

.subsection
{
	margin-bottom: 40px;
}

body.books .main-text, body.writing .main-text
{
	margin-bottom: 190px;
  padding-top: 150px;
	text-align: center;
  display: flex;
}

body.books .main-text .book-text
{
  align-self: center;
  opacity: 0;
  transform: translateY(50px);
  transition: all .5s ease;
}

body.books .main-text.visible .book-text
{
  opacity: 1;
  transform: translateY(0px);
}

.book-cover
{
	width: 44%;
	margin-right: 10%;
	display: inline-block;
	vertical-align: top;
}

.book-cover .img-holder
{
	width: 100%;
  background-color: #FAFAFA;
}

.book-cover .img-holder img
{
  mix-blend-mode: multiply;
}

body.books .main-text.visible .img-holder img
{
  opacity: 1;
  transform: translate3d(0, 0px, 0);
}

.book-cover p
{
	text-align: center;
}

.book-text
{
	width: 40%;
	display: inline-block;
	text-align: left;
  font-size: 14px;
  letter-spacing: .58px;
  line-height: 25px;
}

.book-text h2
{
  font-size: 32px;
  color: #000;
  font-family: 'Lora', serif;
  letter-spacing: .47px;
  line-height: 40px;
}

.cite
{
  color: #913336;
  margin-bottom: 0px;
}

body.writing .book-text a, a.list-link
{
	color: #423F46;
}

body.writing .book-text a:hover, a.list-link:hover
{
	color: #913336;
	text-decoration: underline;
}

body.writing .book-text
{
	/*margin-top: 0px;
	width: 22%;*/
	line-height: 28px;
}

.main-text:nth-child(odd) .book-cover
{
  margin-left: 0px;
  margin-right: 0px;
}

.main-text:nth-child(odd) .book-text
{
	margin-left: 10%;
	margin-right: 0px;
}

.main-text:nth-child(odd) .book-cover.mobile
{
	display: none;
}

body.writing .main-text:nth-child(odd) .book-cover
{
	margin-left: 5%;
}

.purchase-link
{
	text-transform: uppercase;
	border: 1px solid #423F46;
	border-radius: 2px;
	padding: 1em;

	font-weight: bold;
	font-style: normal;
	color: #423F46;
	letter-spacing: 2px;
	font-size: 11px;

}

.purchase-link-holder
{
	margin-top: 50px;
}

.purchase-link:hover
{
	border: 1px solid #FFF;
	color: #FFF;
	background-color: #423F46;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.single-text
{
	width: 450px;
	margin: 70px auto 0px auto;
}

.single-text h1
{
	text-align: center;
	margin-bottom: 40px;
}

ul.calendar
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
}

ul.calendar li
{
	margin-bottom: 20px;
}

/*ul.calendar li:before
{
	content: ' ';
	display: inline-block;
	border: 1px solid #000;
	width: 22px;
	height: 22px;
	position: absolute;
	left: -50px;
}
*/

.sketch
{
	max-width: 303px;
	width: 50%;
	float: left;
}

.contact-text
{
	width: 100%;
	float: left;
	margin-top: 47px;
	margin-bottom: 130px;
  	display: flex;
  	flex-wrap: wrap;
  	position: relative;
	
}

.contact-text .row
{
	width: 100%;
	flex-basis: 100%;
	display: flex;
	position: relative;
	margin-bottom: 20px;
}

.contact-text .heading
{
  flex-basis: 22%;
  flex-grow: 0;
  text-align: right;
  margin-right: 30px;

}

.contact-text .info
{
  flex-basis: 30%;
  flex-grow: 0;
}

body.contact .container
{
  min-height: 900px;
}

body.contact .main-text
{
	margin: 0px auto;
}

body.contact .main-text .img-holder
{
  width: 100%;
  height: 0px;
  padding-bottom: 55.2%;
}

body.contact .main-text h2
{
  font-size: 25px;
  letter-spacing: 0.34px;
  line-height: 70px;
  margin: 0px;
  line-height: 1.3em;
}

ul.social
{
  font-size: 11px;
  letter-spacing: 1.69px;
  line-height: 27px;
  position: absolute;
  top: 0px;
  right: 0px;
  text-align: right;
  list-style: none;
  text-transform: uppercase;
  margin: 0px;
  font-family: "Proxima Nova", sans-serif;
}

ul.social a
{
  color: #000;
  text-decoration: none;
}

ul.social a:before
{
  display: inline-block;
  content: '';
  width: 16px;
  height: 16px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
  vertical-align: text-bottom;
}

ul.social li.instagram a:before
{
  background-image: url('/images/instagram.svg');
}

.review
{
	margin-bottom: 60px;
}

.featherlight-content
{
	width: 90%;
	max-width: 900px;

}

.purchase-info
{
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 200px;
	display: none;
}

.purchase-info .close-btn
{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 25px;
	cursor: pointer;
	opacity: 1;
}

.purchase-info .sub-header
{
	letter-spacing: 3px;
	margin: 0px auto 170px auto;
	max-width: 300px;
}

.logo-holder
{
	text-align: center;
}

.purchase-logo
{
	opacity: 1;
	display: inline-block;
	margin-right: 15%;
}

.purchase-logo:last-child
{
	margin-right: 0px;
}

.purchase-logo.spd
{
	width: 99px;
	height: auto;
}

.purchase-logo.canarium
{
	width: 184px;
	height: auto;
}
.purchase-logo.anansi
{
	width: 79px;
	height: auto;
}


.review-image
{
	margin: 0px auto 40px auto;
	position: fixed;
	height: 100%;
	top: 275px;
	max-width: 256px;
}

.mobile-only
{
	display: none;
}


.animated
{
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}




@media all and (max-width: 860px) {

	.headshot
	{
		width: 35%;
		float: left;
		margin-right: 5%;
	}

	.about-text
	{
		width: 50%;
		float: left;
	}

  .logo
  {
    line-height: 1em;
  }

  .logo a
  {
    display: block;
    transform: translateY(0px);
  }

  .navigation
  {
    line-height: 1em;
  }


}

@media all and (max-width: 700px) {

  body.home .container
  {
    background-size: cover;
  }

  body.home .main h1
  {
    font-size: 34px;
    line-height: 1.4em;
  }

	.footer,
	.push {
	  height: auto;
	}

  .footer
  {
    padding: 30px;
  }

	.wrapper {
	  min-height: 0px;
	  margin-bottom: 0px;
	}


	body
	{
		padding: 0px;
	}

	.mobile-only
	{
		display: block;
	}

	.desktop-only
	{
		display: none;
	}

	.main-text:nth-child(odd) .book-cover.mobile
	{
		display: inline-block;
	}



	.header
	{
		height: 40px;
	}

	#mobile-nav-switch
	{
		display: block;
		position: absolute;
		top: 0px;
		right: 0px;
		width: 45px;
		height: 45px;
		color: #000;
		text-align: center;
		font-size: 18pt;
		z-index: 10;
	}

  body.home #header.open .logo a,
  #header.open .logo a
  {
    color: #000;
  }

  .hamburger-menu
  {
    position: absolute;
    top: 23px;
    right: 6%;
    margin: auto;
    width: 25px;
    height: 25px;
    z-index: 1;
  }

  .stick {
      position: relative;
      transform: translateY(7px);
      background-color: #000;
      transition:all 0s 0s
  }

  body.home .stick
  {
    background-color: #FFF;
  }



  body.home #header.open .stick
  {
    background-color: #000;
  }

  body.home #header.open .stick.animate
  {
    background-color: transparent;
  }

  .stick:after, .stick:before, .tagline {
      position:absolute
  }

  .stick, .stick:after, .stick:before {
      width: 100%;
      height:1px
  }

  .stick:before {
      bottom: 7px;
      transition:bottom .3s .3s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1);
  }

  .stick:after {
      top: 7px;
      transition:top .3s .3s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1);
  }

  .stick.animate {
      background:rgba(255, 255, 255, 0)
  }

  .stick.animate:before {
      bottom: 0;
      transform: rotate(-45deg);
      transition:bottom .3s cubic-bezier(.23, 1, .32, 1), transform .3s .3s cubic-bezier(.23, 1, .32, 1)
  }

  .stick.animate:after {
      top: 0;
      transform: rotate(45deg);
      transition:top .3s cubic-bezier(.23, 1, .32, 1), transform .3s .3s cubic-bezier(.23, 1, .32, 1)
  }

  .stick:after, .stick:before {
      content: "";
      left: 0;
      background:#000
  }

  .light .stick:before,
  .light .stick:after,
  body.home .stick:before,
  body.home .stick:after
  {
    background: #FFF;
  }

  body.home #header.open .stick:before,
  body.home #header.open .stick:after
  {
    background: #000;
  }

	#mobile-nav-switch img
	{
		margin-top: 17px;
		width: 20px;
    display: none;
    /* */
	}

	.logo
	{
		position: absolute;
		top: 16px;
		left: 0px;
		width: 100%;
		margin-top: 0px;
		font-size: 22px;
	}

	ul.navigation
	{
		display: none;
	}

	#mobile-navigation
	{
		display: block;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background-color: #F2F2F2;
		z-index: 11;
		color: #000;
		opacity: 0;
    font-family: 'Proxima Nova', sans-serif;
		transform: translateX(100%);
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-o-transform: translateX(100%);
		-ms-transform: translateX(100%);

		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}

	#mobile-navigation.visible
	{
		opacity: 1;
		transform: translateX(0%);
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-o-transform: translateX(0%);
		-ms-transform: translateX(0%);
	}

	#mobile-navigation ul
	{
		padding: 0px;
		margin-top: 0px;
		list-style: none;
		text-align: center;
		font-size: 9pt;
		letter-spacing: 2px;
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
	}

	#mobile-navigation ul li
	{
		padding: 1.7em 0em 1.7em 0em;
		border-bottom: 0px;
		font-size: 15px;
    letter-spacing: 1px;
	}

	.container
	{
		width: 100%;
		height: 100%;
		padding: 120px 10% 0px 10%;
		box-sizing: border-box;
		padding-bottom: 50px;
    min-height: 600px;
    min-height: 90vh;
	}

  body.home .container
  {
    padding: 0px 5% 0px 5%;
  }

	#container
	{
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}

	#container.open, .wrapper.open
	{
		-webkit-transform: translate(-80%);
		-moz-transform:    translate(-80%);
		-ms-transform:     translate(-80%);
		-o-transform:      translate(-80%);
		transform:         translate(-80%);

		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;

		-moz-box-shadow:    1px 5px 5px 2px #AAA;
		-webkit-box-shadow: 1px 5px 5px 2px #AAA;
		box-shadow:         1px 5px 5px 2px #AAA;

		overflow: hidden;
		position: fixed;
		top: 0px;
		z-index: 2;

	}

	#mobile-navigation ul li ul
	{
		height: 0px;
		overflow: hidden;
		position: relative;
		left: 1em;
		padding: 0px 1em 0px 0px;
		margin: 0px;
		background-color: #E5E5E5;
		-webkit-transform: translateY(1.7em);
		-moz-transform: translateY(1.7em);
		transform: translateY(1.7em);

		-webkit-transition: height .35s ease-in-out;
		-moz-transition: height .35s ease-in-out;
		transition: height .35s ease-in-out;

	}

	#mobile-navigation ul li ul.visible
	{
		height: 174px;
		-webkit-transition: height .35s ease-in-out;
		-moz-transition: height .35s ease-in-out;
		transition: height .35s ease-in-out;
	}

	#mobile-navigation ul li ul li
	{
		padding: 1.5em 0em 1.5em 0em;
		margin: 0px;
		border: 0px;
		font-size: 9pt;
	}

	#mobile-navigation ul a
	{
		color: #000;
    text-decoration: none;
	}

	div.home
	{
		padding-top: 0px;
	}

	.book
	{
		width: 100%;
	}



	.book .img-holder
	{
		float: none;
		margin: 0px;
	}

	.blurb
	{
		width: 100%;
		margin-top: 0px;
	}

	.main-text
	{
		padding-top: 0px;
	}

	.headshot
	{
		width: 100%;
		float: none;
		margin-right: 0px;
		margin-bottom: 40px;
	}

	.about-text
	{
		width: 100%;
		float: none;
	}

	.book-cover
	{
		width: 75%;
		margin-right: 0%;
		float: none;
	}

	.book-text
	{
		width: 100%;
		float: none;
		margin-top: 50px;
	}

	.main-text:nth-child(odd) .book-cover, .main-text:nth-child(odd) .book-text
	{
		margin-left: 0%;
	}

	.single-text
	{
		width: 100%;
		margin: 0px auto 0px auto;
	}

	ul.calendar li
	{
		padding-left: 0px;
		margin-left: 0px;
	}

	ul.calendar li:before
	{
		left: 0px;
	}

	.sketch
	{
		max-width: none;
		width: 100%;
		float: none;
	}

	.contact-text
	{
		width: 100%;
		float: none;
		margin-top: 20px;
    display: block;
	}
	
	body.contact .main-text h2
	{
		font-size: 18px;
	}
	
  .contact-text .heading
  {
    text-align: left;
    margin-bottom: 1em;
    flex-basis: 30%;
  }
  
  .contact-text .info
  {
  	font-size: 14px;
  	line-height: 21px;
  }

  ul.social
  {
    position: relative;
    text-align: left;
    padding: 0px;
    right: auto;
    margin-top: 40px;
  }

	.purchase-info h2
	{
		margin-top: 50px;
	}


	.purchase-info .sub-header
	{
		letter-spacing: 3px;
		margin-bottom: 20px;
	}

	.purchase-logo
	{
		margin: 0% auto 20px auto;
		display: block;
	}

	.purchase-logo:first-child
	{
		margin-top: 40px;
	}

	.purchase-logo:last-child
	{
		margin: 0% auto 20px auto;
	}

	.purchase-logo.spd
	{
		width: 82px;
		height: auto;
	}

	.purchase-logo.canarium
	{
		width: 154px;
		height: auto;
	}

	.purchase-logo.anansi
	{
		width: 66px;
		height: auto;
	}

	body.reviews .book-text
	{
		margin-left: 0px;
	}

	.review-image
	{
		position: relative;
		top: 0px;
	}

	body.writing .book-text
	{
		width: 100%;
	}

	body.books .main-text, body.writing .main-text
	{
		margin-bottom: 100px;
    display: block;
    padding-top: 75px;
	}

  body.about .main-text
  {
    display: block;
  }


}

@media all and (max-width: 320px){
	.logo
	{
		font-size: 18px;
	}

}

@media all and (max-width: 700px) and (orientation: landscape) {

	#mobile-navigation ul li
	{
		width: 50%;
		float: left;
		box-sizing: border-box;
	}
}
