/* http://meyerweb.com/eric/tools/css/reset/ 

   v2.0 | 20110126

   License: none (public domain)

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, element,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, input, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {

    margin: 0px;
    padding: 0px;
    border: 0px;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;

}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {

    display: block;

}

body {

    line-height: 1;

}

ol, ul {

    list-style: none;

}

blockquote, q {

    quotes: none;

}

blockquote:before, blockquote:after,
q:before, q:after {

    content: '';
    content: none;

}

table {

    border-collapse: collapse;
    border-spacing: 0;

}

/* Jonnemarie Kahwaty */

* {
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-tap-highlight-color: rgba(0, 0, 0, 0);
}

@font-face {
	font-family: cardo;
	src: url(../../Cardo-Regular.ttf);
}

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	font-family: 'Lato';
	font-weight: 400;
	/*background-color: #f9f7f2;*/
	/*background-color: #f8f4eb;*/
	background-color: #f7f5f0;
}

i {
	font-style: italic;
}

b {
	font-weight: 700;
}

.social-media {
	margin-bottom: 45px;
}

.social-media div {
	margin-bottom: 10px !important;
	float: none;
    margin: 0 auto;
}

#twitter-widget-1 {
	margin-bottom: 10px !important;
    -webkit-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, .75);
    box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, .75);
}


#fb-widget {
	max-width: 100% !important;
    -webkit-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, .75);
    box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, .75);
}

ul {
	list-style: none;
}

.career-coaching ul {
	list-style: inside;
}

.career-coaching .services ul {
	list-style: disc;
}

.career-coaching .services {
	padding: 10px;
	text-align: left;
}

.career-coaching ul li {
	line-height: 1.9rem;
}

.larger {
	font-size: 1.1rem;
}

.career-coaching .service-section {
	margin-left: 40px;
	margin-right: 40px;
}

.discounts {
	border: 1px solid black;
	position: relative;
	margin-top: 10px;
}

.discounts:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border: 1px solid black;
}
.discounts ul {
	padding: 20px 25px 20px 25px;
}

.available-services ul {
	padding: 10px;
}

.read-on-npx {
	text-align: center;
	margin-top: 10px;
}

.read-on-npx a {
	font-size: 1.2rem;
	color: #2d1205;
}

.published-img {
	max-width:  200px;
}

.ten-play-img {
	max-width: 70%;
	margin: 0 auto;
}

.ten-play-img-small {
	max-width: 60%;
}

.center-img {
	text-align: center;
}

.line-height-increase {
	line-height: 1.5em;
}

.smallcaps {
	font-variant: small-caps;
}

hr {
	border-top-color:  #cbcbcb;
}


.play-title {
	margin-bottom: 5px;
    font-size: 1.2em;
    padding-top: 3px;
    font-weight: bold;
}

.light-play-title {
	color:  #433d3d;
	font-size: 1.1em;
}

.notes {
	font-size: .9em;
}

.play-title-header {
	font-variant: small-caps;
}

.wrapper {
	padding: 20px 30px;
	min-height: 80vh;
	margin-bottom: 20px;
}

header {
	padding: 30px 5px;
    font-weight: bold;
    color: #ffffff;
    background-color: #2d1205;
    /* background-color: #061328; */
    margin-bottom: 20px;
}

.header-name {
	font-size: 3.7em;
	font-family: cardo;
	text-align: center;
}

.header-name a {
	color: #fff;
}

.header-name a:active, .header-name a:focus , .header-name a:hover {
	color: #fff;
	text-decoration: none;
}

a, a:active, a:focus, a:hover {
	color: #774d3a;
}

footer a:hover {
	color: #f7f5f0;
}

nav a:hover {
	color: #cebdb3;
}

footer a {
	color: #cebdb3;
}

.black-link {
	color: #000;
}

nav {
	text-align: center;
	padding: 1px 8px 1px 0px;
	font-size: 1.1em;
	text-transform: uppercase;
}

nav a {
	text-decoration: none;
	color: #fff;
}

nav  a:visited, nav a:focus {
	color: #fff;
	text-decoration: none;
}

/*nav .col.active, .side-nav li.active {
	border-top: 1px solid #f8f4eb;
}*/

nav a:hover, nav .col:hover {
	text-decoration: none;
	cursor: pointer;
}

.centered {
	margin: 0 auto;
	text-align: center;
}

.script-reading-services {
	box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, .75);
    padding: 5px;
    text-align: center;
    margin-bottom: 5px;
}

.script-reading-services:hover {
	cursor: pointer;
	background-color: #f2eddf;
}

.script-reading-services h2.tagline:hover {
	text-decoration: underline;
}

nav .col {
	padding-top: 20px;
}

nav .col:hover {
	border-top: 1px solid #f8f4eb;
}

.other-services:hover, .plays:hover {
	cursor: pointer;
}

.services-nav, .plays-nav {
	display: none;
	position: absolute;
	background-color: #2d1205;
	z-index: 99;
	font-size: .9em;
	width: 100%;
	margin-left: -16px;
	padding-bottom: 10px;
}

.services-nav li:first-child, .services-nav li:nth-child(2), .plays-nav li:first-child { 
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 15px 1px;
}

.services-nav li:last-child, .plays-nav li:last-child { 
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 1px;
}

.services-nav li, .plays-nav li {
	display: block;
}

.services-nav li:hover, .plays-nav li:hover {
	background-color: #f8f4eb;
}

.services-nav li:hover a, .plays-nav li:hover a {
	color: #2d1205;
}

.center {
	padding: 0 20%;
	text-align: center;
	margin: 0px auto;
}

.read-plays {
	margin-top: -12px;
}

.read-plays-imgs {
    position: absolute;
    left: 0;
    margin-left: 350px;
    bottom: 0;
    margin-bottom: -15px;
    max-width: 100%;
}

.read-plays-tag {
	font-weight: bold;
	font-size: 1.8em;
	display: inline;
	margin-left: 45px;
}

.read-plays-link {
	text-decoration: underline;
	font-size: 1.1em;
}

.read-plays-link img:hover {
	cursor: pointer;
}

.read-plays img {
	margin-top: 5px;
	max-width: 100%;
}

.bio-page .read-plays img {
	margin-top: 8px;
}

.side-nav {
	display: none;
	text-align: center;
	width: 50vw;
	top: 0;
	left: 0;
	position: absolute;
	background-color: #f8f4eb;
	border-right: 1px solid #2d1205;
	border-bottom: 1px solid #2d1205;
	z-index: 99;
}

.side-nav ul {
	margin-top: 55px;
}

.side-nav ul li {
	padding: 30px 10px;
	width: 100%;
}

.side-nav ul li a {
	color: #2d1205;
	padding: 5px 0px;
	font-size: 1.2em;
}

.side-nav ul li a:hover {
	text-decoration: none;
	color: #f8f4eb;
}

.side-nav ul li:hover {
	background-color: #2d1205;
	cursor: pointer;
}

.side-nav ul li:hover a {
	color: #f8f4eb;
}

.drop-menu {
	display: none;
	text-align: center;
}

.drop-menu ul li {
	width: 100%;
	padding: 10px;
	border-bottom: 1px solid white;
}

.drop-menu ul li a {
	color: white;
}

.hamburger, .times {
	top: 0;
	left: 0;
	margin: 25px 0px 0px 10px;
	position: absolute;
	display: none;
	z-index: 100;
	font-size: 1.1em;
}

.times {
	color: #2d1205;
}

.chevron-up, .chevron-down {
	margin: 10px auto 0px auto;
	text-align: center;
	padding-bottom: 20px;
	display: none;
}

.hamburger:hover, .times:hover, .chevron-up:hover, .chevron-down:hover {
	cursor: pointer;
}

#headshot {
	max-width: 100%;
	height: auto;
	float: left;
	padding-right: 20px;
	padding-bottom: 5px;
}

.secondary-page #headshot {
	margin-left: 20px;
}

#headshot img {
	max-width: 100%;
}

img#headshot.small-headshot {
	max-height: 232px;
	padding-right: 0;
}

.bio, .service-section {
	text-align: justify;
	margin: 20px 45px 20px 20px;
}

.crossword .service-section {
	margin-left: 50px;
	margin-right: 50px;
}

.mini-bio {
	text-align: justify;
	margin-top: 0;
	margin-bottom: 20px;
}

.service-section {
	line-height: 1.5rem;
}

.service-title {
	text-align: center;
	line-height: 2.5em;
}

.crossword-imgs {
	display: inline-block;
	vertical-align: bottom;
	margin-top: 10px;
}

.crossword-imgs div {
	display: inline-block;
	vertical-align: bottom;
	position: relative;
}

.crossword-imgs img {
	max-width:100%;
	height: auto;
}

.neko-img img {
	margin-left: -8px;
}

.neko-img {
	margin-bottom: 20px;
}

.custom-neko {
	border: 1px solid black;
	padding: 13px 0;
	margin-left: -20px;
    margin-right: 20px;
    position: relative;
}

#paypal-image {
	position: absolute;
	bottom: 0;
	right: 0;
	margin-right: 5pxs;
}

.neko-div {
	margin-top: 15px;
	margin-bottom: 15px;
}

.center {
	text-align: center;
}

.link-lg {
	font-size: 1.1em;
}

.sod {
	margin-top: 100px;
}

.tagline {
	font-weight: bold;
	text-align: center;
	padding-bottom: 5px;
	font-size:  1.3rem;
}

.upper {
	text-transform:uppercase;
}

.lower {
	text-transform: none;
}

.play-tagline {
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 5px;
}

.media-icons {
	margin: 20px 0px 20px 0px;
}

.media-icons i {
	color: #f8f4eb;
	/*color: #2d1205;*/
	font-size: 3.5em;
	padding: 0px 3px;
}

.media-icons i:hover {
	cursor: pointer;
}

.testimonial-container {
	margin-top: 20px;
}

#testimonials-1 {
	position: absolute;
    top: 0;
    margin-right: 5px;
}

#testimonials-2, #testimonials-3, #testimonials-4, #testimonials-5, #testimonials-6 {
	position: absolute;
    top: 0;
	display: none;
	margin-right: 5px;
}

#photo-gallery {
	/*min-width: auto;
	max-width: 100%;*/
	overflow: scroll !important;
	height: 500px !important;
}

.landing {
	line-height: 1.5em;
}

.secondary-page .aside {
	margin-left: -40px;
	margin-top: 30px;
}

.ml-md-8 {
	margin-left: 8%;
}

.padded-top {
	padding-top: 10px;
}

.neko-links {
	text-align: left;
}

.neko-img img {
	max-width: 102%;
}

.neko .aside {
	margin-left: -10px;
}

.aside {
	padding-right: 10px;
	margin-top: 10px;
}

.crossword .aside {
	margin-top: 0px;
}

.pullquote {
	padding: 10px;
	font-style: italic;
	color: #333d4c;
	position: relative;
}

.pullquote-bigger {
	font-size: 1.2em;
	padding-left: 15px;
}

.pullquote-big {
	font-size: 1.4em;
	padding-left: 20px;
}

.pullquote-bold {
	font-weight: 700;
}

.pullquote-reg {
	font-style: normal;
}

.quote-txt {
	font-size: .9em;
	margin-left: 25px;
}

.quotespace {
	height: 50px;
}

.smaller {
	font-size: .8em;
}

.monologues-smaller {
	font-size: 1em;
}

.monologues-div {
	font-size: 1.1em;
}

.bigquote {
	/*color: #adbace;*/
	color: #cebdb3;
	font-family: cardo;
    position: absolute;
    font-size: 4em;
    font-style: italic;
    text-shadow: 2px 2px #3f352a;
}

.leftquote {
	top: 0;
	left: 0;
	margin-left: -5px;
}

.rightquote {
	right: 0;
	margin-right: -20px;
}

.fix-quote {
	margin-top: 10px;
}

.author {
	padding-top: 15px;
	font-size: .8em;
	color: #2d1205;
	text-transform: uppercase;
}

.author-more {
	font-size: .7em;
	color: #2d1205;
	text-transform: uppercase;
}

.article-links, .crossword-linke {
	line-height: 1em;
	text-align: left;
	padding-bottom: 10px;
	font-size: 1.2em;
	font-weight: 600;
}

.photo-slider {
    margin: 45px 45px 20px 20px;
}

.img-capt {
	color: white;
    left: 0;
    margin-left: 10px;
    margin-top: 5px;
    position: absolute;
    font-size: .9em;
    font-weight: normal;
    font-style: italic;
}

.about {
	text-align: center;
}


.jump-link {
	cursor:  pointer;
}

.preview-text, .monologue-text {
  display: inline;
}

.monologue-text {
	font-size:  1em;
}

.hidden {
  display: none;
}

.toggle-monologue {
  cursor: pointer;
  font-style: italic;
  display: inline;
  margin-left: -3px;
}

.normal-weight {
	font-weight:  400;
}

.smallest {
	font-size:  .6em;
}

.margin-left {
	margin-left: 20px;
}

.plays-div, .monologues-div {
	margin-top: 20px;
}

.play-grid {
	margin: 30px 100px;
}

.ten-play-grid {
	margin-bottom: 10px 50px;
}

.play-row {
	margin-bottom: 10px;
}

.mb-10 {
	margin-bottom: 10px;
}

.play-thumb {
	margin: 10px auto;
	text-align: center;
	overflow: hidden;
}

.play-thumb img {
	max-width: 100%;
	height: auto;
}

.title {
	margin-top: 10px;
	text-align: center;
}

h1 {
	font-size: 2.9em;
	/*font-family: cardo;*/
	font-weight: bold;
}

.title h2 {
	font-size: 2em;
}

.career-coaching .services h2, .career-coaching .hire-with-confidence h2 {
	font-size: 1.3rem;
}

.service-select {
	margin-top: 20px;
}

.connect {
	text-align: center;
}

.connect h6 {
	font-size: 2.3em;
    color: #f8f4eb;
    font-variant: small-caps;
}

.connect .email-link {
	font-size: 1.3em;
}

footer {
	padding: 40px 5px;
    background-color: #2d1205;
    bottom: 0;
}

@media (max-width: 992px) {

	.read-plays {
		margin-top: 0;
	}

	.mini-bio {
		margin-left: 165px;
	}

	.title, .service-title {
		font-size: .8em;
	}

	.neko-img {
		margin-top: 20px;
	}

	.aside {
		margin-top: 20px;
		text-align: center;
	}

	header {
		margin-bottom: 0;
	}

	.crossword-imgs {
		text-align: center;
	}

	.crossword-imgs img {
		margin: 10px 0px;
	}

	.play-grid {
		margin: 0;
	}

	#fb-widget {
		width: 100%;
	}

	#testimonials-aside {
		height: 400px;
		text-align: center;
		margin: 0 auto;
		margin-right: 10px;
	}

	.ml-md-8 {
		margin-left: 0;
	}

}

@media (max-width: 768px) {

	.mobile-centered {
		text-align: center;
	}

	.career-coaching ul {
		text-align: left;
	}

	.hamburger {
		display: block;
	}

	.service-section {
		margin: 30px 20px;
	}

	.neko-img {
		text-align: center;
	}

	.neko-img img {
		margin-left: 0px;
	}

	.neko-links {
		position: relative;
	    line-height: 1.5em;
	    margin-top: 20px;
	    text-align: center;
	}

	.full-nav {
		display: none;
	}

	header {
		padding: 40px 0px 30px 0px;
		margin-bottom: 0;
	}

	.header-name {
		margin-top: -30px;
	}

	.aside, .secondary-aside {
		padding: 0;
		margin-left: -10px !important;
	}

	.bio-page .aside {
		height: 500px;
	}

	.custom-neko {
		margin: 0;
	}

}

@media (max-width: 590px) {

	.header-name {
		font-size: 3.2em;
		margin-top: -20px;
	}

}

@media (max-width: 500px) {

	.mini-bio {
		margin-left: 0;
	}

	.title, .service-title {
		font-size: .6em;
	}

	#headshot {
		float: none;
		margin: 0px auto;
		padding: 0;
	}

	.bio {
		margin: 0px 15px;
	}

	.header-name {
		font-size: 2.5em;
		margin-left: 25px;
	}

	.hamburger, .times {
		font-size: 1em;
	}

	.photo-slider {
		margin-left: 0;
		margin-right: 0;
	}

}