
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: auto;
}
html {
  font-size: 10pt;
  line-height: 1.4;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  background: #eee;
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
}
.bg-img {
  width:100%;
  display: flex;
  justify-content:center;
}
.about-page {
	background:url(../../images/general/acting/nick-resnic.jpg) center center;
	height: 90vh;
	background-repeat: no-repeat;
	background-size:cover;
}
.tm {
	font-weight: 400;
	margin-top: .3em
}
.actor-page {
	background:url(../../images/general/acting/masks.jpg)center center;
	height: 50vh;
	background-repeat: no-repeat;
	background-size:cover;	
}
.voice-page {
	background:url(../../images/general/voice/recording-booth.jpg) center center;
	height: 50vh;
	background-repeat: no-repeat;
	background-size:cover;
}
.gallery-page {
	background:url(../../images/general/gallery/collage-image.jpg) center center;
	height: 50vh;
	background-repeat: no-repeat;
	background-size:cover;
}
.contact-page {
	background:url(../../images/general/voice/recording-studio.jpg) top center;
	height: 50vh;
	background-repeat: no-repeat;
	background-size:cover;
}
.bg-img h1 {
	font-family:  sans-serif; /*'Source Sans Pro',*/
	margin: 0;
	font-size: 300%; /*500*/
	font-weight: 700;
	line-height: 1;
	color: white;	
	align-self: center;
	text-align: center;
	letter-spacing: 1px;
}
.bg-img h1 span {
	padding-top: .5em;
	font-size: 24px; /*32px*/
	color:burlywood;
	display: block;
	letter-spacing: 2px;
}
header {
  width: 100%;
  padding: 1em 1.7em 0 1em;
  font-size: 140%;
  background-color: burlywood;
  transition: opacity .2s ease-in-out;
  text-align: right;  
}
header h1 {
  font-family: 'Playball', cursive; /*tangerine*/
  font-weight: 400;
  display: inline;
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
  text-shadow: 1px 1px 2px #FFF;
  font-size: 150%;
}
.sag {
	font-size: 13px; 
	text-transform: uppercase; 
	padding-left: 1em
}
.about {
	top: 80vh;	
}
.actor {
	top: 40vh;
}
.voice {
	top: 40vh;	
}
.gallery {
	top: 40vh;	
}
.contact {
	top: 40vh;	
}

/* ------------------------------------------------- nav*/
nav {
		background-color: burlywood;
		padding: 0 15px 4px 40px;
		color: white;
	}
nav a {
		color: black;
		text-decoration: none;
		display: block;
		margin: 0 35px 0 0;
		padding: 14px 0;
		border-top: 1px dashed rgba(255,255,255,.2);
		z-index: 1001;
	}
nav a:hover {
		color: white;
		text-decoration: none;
}
nav a:first-of-type {
	border-top: none
}
nav label {
		margin: -30px;
		font-size: 1.2em;
		display: block;
		padding: 0 0 50px 30px; 
	}
nav label div {
		margin: 10px 0 0 0;
		display: none;
	}
nav label input {
		display: none;
	}
nav label input:checked ~ div {
		display: block;
	}
.disabled {
	color: white;
	pointer-events: none;
	cursor: default;
}

.desk {}
.desk a { 
	display: inline-block;
  	outline: none;
  	text-decoration: none;
  	opacity: .9;
  	padding: 0 .5em .5em .5em;
  	color: black;
	font-weight: 600;
  	transition: color .2s ease-in-out;
}
.desk a:hover, 
.desk a:focus {
	text-decoration: none;
}
.desk .disabled {
	color: white;
	pointer-events: none;
	cursor: default;
}
.mobile-menu {display: block}
.desktop-menu {display: block}
/* ------------------------------------------------- links*/
a {
	text-decoration: none;
	color:cadetblue;
	font-weight: 600;
	transition: color 0.2s ease-in-out;	
}
a:hover {
	text-decoration: none;	
	color: burlywood;	
}
/* ------------------------------------------------- body styles*/
article {
  margin: 0 auto;
  padding: 1.5em;
  max-width: 800px;
  background: white;
  box-shadow: rgba(0,0,0,.05) 0 3px 15px;
}
article ul {
  overflow: hidden;
  margin: 0 auto;
  padding: 1em;
  font-size: 120%;
  max-width: 800px;
  background: white;
  box-shadow: rgba(0,0,0,.05) 0 3px 15px;
}
article h1 {
	color: burlywood;
	margin: .5em 0 1em 0;
	font-size: 1.9em;
	font-weight: 800;
}
article p {
  margin: 0 0 0 1em;
  color: #333;	
  font-size: 120%;
}
article p + p {
  margin-top: .7em;
}
article p:last-child {
  margin-bottom: 1.5em;
}
.work-title {
	font-family: 'playball', cursive; 
	font-size: 1.3em;
	color: #333;
	letter-spacing: 2px;
}
.top-image {
	display: block;
	margin: 0 auto .5em auto;
	max-width: 100%;
	}
/*video #video { 
	position: fixed; right: 0; bottom: 0;
	min-width: 100%; min-height: 100%;
	width: auto; height: auto; z-index: -100;
	background: url(polina.jpg) no-repeat;
	background-size: cover; 
}*/
.email {
	text-align: center;
	margin-top: 2em;
}
.rounded {
  	border-radius: 0.25rem !important;
}
.img-fluid {
  	max-width: 100%;
  	height: auto;
}
.img-thumbnail {
  	padding: 0.25rem;
  	background-color: #fff;
  	border: 1px solid #ddd;
  	border-radius: 0.25rem;
  	transition: all 0.2s ease-in-out;
  	max-width: 100%;
  	height: auto;
}



/* ------------------------------------------------- footer*/


footer {
	padding: 5em;
	background: #0E0404;
	color: white;
	font-size: 1em;
	text-align: center;
	line-height: 1.5em;
	border-top: 5px solid burlywood; 
}
footer span {
	display: block;
	font-size: .7em;
	color: burlywood;
	transition: color 0.2s ease-in-out;
}

footer span a {
	color: burlywood;
	text-decoration: underline;
}
footer span a:hover {
	color: white;
	text-decoration: none;
}
/* ------------------------------------------------- video wrapper*/
.video{
	padding-bottom:56.25%;
	padding-top:40px;
	text-align: center;
	margin: 0 auto;
}
.audio{
	padding-bottom:56.25%;
	padding-top:40px;
	text-align: center;
	margin: 0 auto;
}
.video-mobile { display: block}
.video-landscape {display: block}
.video-landscape-large {display: block}
.video-tablet {display: block}
.video-desktop {display: block}
.video-large {display: block}

.hs-a {display: block}
.hs-b {display: block}

.video-mobile-links p {
	text-align: center;
	font-size: 15px;
	margin: 0 auto;
	display: block;
}
.html {
	padding-bottom:56.25%;
	padding-top:40px;
	text-align: center;
	margin: 0 auto;
}

/*moving download icon out of site*/
video::-webkit-controls {
    overflow: hidden !important
}
video::-webkit-controls-enclosure {
    width: calc(100% + 32px);
    margin-left: auto;
}

/* ------------------------------------------------- contact*/
.spacing {
	display: block;
}
.email {
	display: block;
	margin: 0 auto;
}

/* -------------------------------------------------------------------- gallery*/


* {box-sizing: border-box}
body {font-family: 'Montserrat', sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  background-color: rgba(0,0,0,.5);
  font-size: .9em;
  font-weight: 600;
  padding: .3em;
  position: absolute;
  bottom: .5em;
  left: .5em;
  text-align: left;
  border-radius: 3px;
}

/* Number text (1/3 etc) */
.numbertext { 
  color: #f2f2f2;
  background-color:rgba(0,0,0,.1);
  font-size: .7em;
  font-weight: 600;
  padding: .3em;
  position: absolute;
  top: 0;
  border-radius: 0 0 3px 0 ;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* ----------------------------------------------------------------------------------------------------------------- Responsive Code*/

@media only screen and (max-width: 575px){

	.spacing {display: block;}
	
	.video-mobile {display: block}
	.video-landscape {display: none}
	.video-landscape-large {display: none}
	.video-tablet {display: none}
	.video-desktop {display: none}
	.video-large {display: none}
	
	.video-mobile-links {display: block}
	.video {display: none} /*youtube embeds*/
	.html {display: block}
	.titles {display: none} /*youtube titles*/
	
	.mobile-menu {display: block}
	.desktop-menu {display: none}
	
	.sag {display: none}
	
}

/* ---------------------------------------------------- Small devices (landscape phones, 576px and up)*/
@media only screen and (min-width: 576px){

.actor-page {
	height: 40vh;
}
.voice-page {
	height: 40vh;
}
.gallery-page {
	height: 40vh;
}
.contact-page {
	background:url(../../images/general/voice/mic.jpg) top right;
	height: 40vh;
	background-repeat: no-repeat;
	background-size:cover;
}
	
.header h1 {
		font-size: 150%;
}
.sag {
	padding-left: .5em;
	font-size: 13px;
}
.spacing {display: block;}
	
.top-image {
		float: right;
		max-width: 100%;
		margin-left: .7em;
}

	.video-mobile {display: none}
	.video-landscape {display: block}
	.video-landscape-large {display: none}
	.video-tablet {display: none}
	.video-desktop {display: none}
	.video-large {display: none}
	
	.video-mobile-links {display: block}
	.video {display: none} /*youtube embeds*/
	.video .html {display: block}
	.titles {display: none} /*youtube titles*/
	
	.mobile-menu {display: block}
	.desktop-menu {display: none}
	
}


/* ---------------------------------------------------- larger-Small devices (landscape phones, 576px and up)*/

@media only screen and (min-width: 646px) {


	.header h1 {
		font-size: 160%;
	}
	
	
	.video-mobile { display: none}
	.video-landscape {display: none}
	.video-landscape-large {display: block}
	.video-tablet {display: none}
	.video-desktop {display: none}
	.video-large {display: none}
	
	.video-mobile-links {display: block}
	.video {display: none} /*youtube embeds*/
	.video .html {display: block}
	.titles {display: none} /*youtube titles*/
	
	.mobile-menu {display: block}
	.desktop-menu {display: none}
	
	.voice-page {
	background:url(../../images/general/voice/voice.jpg) center center;
	height: 40vh;
	background-repeat: no-repeat;
	background-size:cover;
}
}


/* ---------------------------------------------------- Medium devices (tablets, 824px and up)*/

@media only screen and (min-width: 824px) { 


	.bg-img h1 {
		font-size: 400%; 
	}
	article {
  		margin: 3.1em auto;
	}
	
	.video-mobile { display: none}
	.video-landscape {display: none}
	.video-landscape-large {display: none}
	.video-tablet {display: block }
	.video-desktop {display: none}
	.video-large {display: none}
	
	.video-mobile-links {display: block}
	.video {display: none} /*youtube embeds*/
	.video .html {display: block}
	.titles {display: none} /*youtube titles*/
	
	.mobile-menu {display: none}
	.desktop-menu {display: block}
	

	header {
  		text-align: left;		
	}
	header h1 {
		font-size: 180%;
	}
	.desk {
		text-align: right;
		font-size: 1.2em;
	}
	.desk a {
		border-top: none;		
	}
}

/* ---------------------------------------------------- Large devices (desktops, 992px and up)*/

@media only screen and (min-width: 992px) { 

	.bg-img h1 {
		font-size: 500%;
	}
	.spacing {display: none;}
	
	header h1 {
		font-size: 200%;
		padding: 1em 0 0 1em;
	}
	article {
  		margin: 5.1em auto;
	}
	article h1 {
		font-size: 2em;
	}
	
	.video-mobile { display: none}
	.video-landscape {display: none}
	.video-landscape-large {display: none}
	.video-tablet {display: none}
	.video-desktop {display: block }
	.video-large {display: none}
	
	.video-mobile-links {display: none}
	.video {display: block} /*youtube embeds*/
	.titles {display: block} /*youtube titles*/
	
	.mobile-menu {display: none}
	.desktop-menu {display: block}
}

/* ---------------------------------------------------- Extra large devices (large desktops, 1200px and up)*/

@media only screen and (min-width: 1200px) {

	.spacing {display: none;}
	
	article {
  		margin: 5.1em auto;
		}

	.video-mobile { display: none}
	.video-landscape {display: none}
	.video-landscape-large {display: none}
	.video-tablet {display: none}
	.video-desktop {display: none}
	.video-large {display: block }
	
	.video-mobile-links {display: none}
	.video {display: block} /*youtube embeds*/
	.titles {display: block} /*youtube titles*/
	
	.mobile-menu {display: none}
	.desktop-menu {display: block}

}
