
body{
padding: 0;
margin: 0;

}

a {
	text-decoration: none;
}

.content{
width: 100%
}

.wrapper {
width: 90%;
display: block;
margin-left: auto;
margin-right: auto;
max-width: 542px;
padding: 0;

}

.top-container{
	display: block;
	width: 90%;
	margin: 25px auto;
	max-width: 542px;
	position: relative;
}

#playbutton{
	width: 50px;
	opacity: .5;
	position: absolute;
	bottom: 10px;
	left: 10px;
}
header{
	background-color: #272727;
	color: white;
	margin: 0;
	padding: 0;
	width: 100%;
	
	text-align: center;
	height: 100px;
	z-index: 99;
}

#headerwrapper{
	display: block;
	margin: 0 auto;
	max-width: 542px;
	position: relative;

}

#heropic{
	display: block;
	margin: 0 auto;
	width: 80%;
	margin-top: 30px;
	margin-bottom: 30px;
}

#currently img{

	display: block;
	margin: 0 auto 20px auto;
	width: 60%;

}

.swatches{

	display: block;
	margin: 0 auto;
	width: 75%;

}

.headshotSwatch{
	display: inline-block;
	box-sizing: border-box;
	padding: 5px;
	vertical-align: baseline;
	width: 18%;
	opacity: .75;
	
}

.selectedPic{
	border: 1px solid black;
	opacity: 1.0;
}

h1 {
			font-family: 'Work Sans', sans-serif;
			text-transform: uppercase;
			color: white;
			font-size: 18px;
			letter-spacing: 2px;
			padding-top: 20px;
			margin: 0;
}

h2{
	font-family: 'Work Sans', sans-serif;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 22px;
	color: #520000;
	
}

h3{
	margin: 15% 0 2% 0;
	font-family: 'Work Sans', sans-serif;
	text-transform: uppercase;
	text-align: center;

}

h4{
	font-family: 'Work Sans', sans-serif;
	text-align: center;
	margin: 15% 0 2% 0;
	color: #520000;
	font-size: 22px;
	font-weight: normal;
}

h4 + p {
font-family: 'Work Sans', sans-serif;
	text-align: center;
	margin: 0;
	font-size: 20px;
}


.subhead {
	text-transform: uppercase;
	font-family: 'Work Sans', sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: lighter;
	padding-top: 5px;
	opacity: .5;
	cursor: pointer;
		}




.menuicon{
width: 30px;
z-index: 100;
position: absolute;
left: 85%;
top: 55%;
display: block;
/*opacity: .35;*/
cursor: pointer;
}

header p{
	margin: 0;
}



.sticky{
	position: fixed;
	top: 0;
	
	height: 100px;
}

.sticky + .content {
  padding-top: 104px;
  width: 100%;
}

#navMenu{
	
	width: 30%;
	position: absolute;
	right: 0;
	top: 100px;
	z-index: 100;
	display: none;
}

ul{
	padding: 0;
	margin: 0;
}

li{
	list-style-type: none;
	margin: 0;
}

nav li{
	text-transform: uppercase;
	font-family: 'Work Sans', sans-serif;
	
	padding: 10px;
}

header a {
	text-decoration: none;
	background-color: black;
	opacity: .75;
	color: white;
	display: block;
	
}

header a:hover{
	background-color: #520000;
	opacity: 1;
}

#contact, #bio{
	padding-top: 100px;
}


#contact a {
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Work Sans', sans-serif;
	text-align: center;

	color: #520000;

	
}



.featurepic{
	float: left;
	width: 50%;
	max-width: 162px;
	cursor: pointer;
	margin-right: 10px;
}

article{
	display: block;
	margin-bottom: 10%;
	
	height: 162px;
}

.zoom{
	position: relative;
	width: 50%;
}

section{
	display: inline-block;
}

.sectionpic{
	width: 75%;
	display: block;
	margin: 5% auto 0 auto;
}

.sectionpic_med{
	width: 50%;
	display: block;
	margin: 5% auto 0 auto;
}

.enlarge{
	width: 20px;
	position: absolute;
	left: 1%;
	bottom: 1%;
}

.largerpic{
	width: 100%;
	vertical-align: bottom;

}

.closebox{
	text-align: right;
	width:20px;
	position: absolute;
	right: 10px;
	top: 10px;
}

.featuretext {
	
	font-family: 'Work Sans', sans-serif;
	font-size: 20px;
	line-height: 28px;
	text-align: left;
	
}

.photocredit {
	
	font-family: 'Work Sans', sans-serif;
	font-size: 10px;
	line-height: 28px;
	text-align: center;
	
}

#currently .featuretext{
	
	font-family: 'Work Sans', sans-serif;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	
}

#currently .synopsis{
	
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	margin-bottom: 40px;
	
}

.titletext{
	font-weight: bold;
	font-style: italic;
	color: #520000;
}

.popup{
	background-color: white;
	border: 1px solid white;
	display: none;
	z-index: 100;
	width: 85%;
	max-height: 500px;
	overflow: hidden;
	overflow-y: auto;
	position: fixed;
	top: 25%;
	left:7%;
	max-width: 542px;

	box-shadow: 1px 1px 5px black;
}

.popup3{
	background-color: white;
	border: 1px solid white;
	display: none;
	z-index: 100;
	width: 85%;
	max-height: 500px;
	overflow: hidden;
	overflow-y: auto;
	position: fixed;
	top: 10%;
	left:7%;
	max-width: 542px;

	box-shadow: 1px 1px 5px black;
}

.popup3 .sectionpic{
	margin-bottom: 10%;
}

.popup2{
	background-color: white;
	border: 1px solid white;
	display: none;
	z-index: 100;
	width: 85%;
	max-height: calc(100% - 100px);
	overflow: hidden;
	overflow-y: auto;
	position: fixed;
	top: 4%;
	left: 4%;
	box-shadow: 1px 1px 5px black;
	padding: 10px;
	max-width: 542px;
	
}



.overlay{
	position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  background-color: rgba(0,0,0,.75);
  display: none;
}

.overlay2{
	position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  background-color: rgba(0,0,0,.75);
  display: none;
}




#metrohealthvideo, #nypdvideo, #verizonvideo{
	margin-bottom: 4%;
}


.reviewquote{
	font-family: 'Work Sans', sans-serif;
	font-size: 20px;
	line-height: 28px;
	text-align: left;
	font-style: italic;
	color: #520000;
	margin: 0;
}



.highlight{
	font-size: 22px;
	color: black;
	
}

.reviewwriter{
	margin: 0 0 5% 0;
	font-family: 'Work Sans', sans-serif;
	color: black;
	font-size: 16px;
	text-align: right;
}
#contact p {
				
			text-align: center;
			padding: 0px 0px;
			}

.smallicon{
	width: 20px;
	display: block;
	margin: 0;
	cursor: pointer;
}		

.mediumicon{
	width: 50px;
	display: block;
	margin: 5% auto 0 auto;
	cursor: pointer;
}	



.largeicon{
	width: 75px;
	display: block;
	margin: 0 auto;
	cursor: pointer;
}

.contactcellbox{
	width: 100%;
	height: 130px;
	display: inline-block;
	vertical-align: top
	padding: 30px;
	margin-top: 25px;
	
}

.contactbox{
	width: 49%;
	height: 130px;
	display: inline-block;
	vertical-align: top
	padding: 30px;
	margin-top: 25px;
	
}

.contacttext{
text-transform: uppercase;
	font-family: 'Work Sans', sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	
	padding-top: 5px;
	
}




.bottompic{
	width: 100%;
	display: inline-block;
	vertical-align: bottom;
}

footer{
	display: inline-block;
	
	width: 100%;
	padding: 10px 0;
}

footer p{
	
	font-family: 'Work Sans', sans-serif;
	font-size: 9px;
	letter-spacing: 1.5px;
	
	color: #8e8e8d;
	text-align: center;
	line-height: 14px;
	font-weight: lighter;

}



/* ********************** MEDIA QUERIES ************************ */

@media (min-width: 448px) {

	.featuretext{
		padding-top: 10%;
	}


	#metrohealthvideo, #nypdvideo, #lotteryvideo{
		height: 250px;
	}

	
}

@media (min-width: 300px) and (max-width: 350px){

	h1{
		font-size: 16px;
	}

	.menuicon{
		width: 25px;
	}
}

@media (min-width: 637px) {
		
		.popup, .popup2, .popup3{
			
			left: calc(50% - 542px / 2);
			max-height: 700px;
		}

		.popup{
			top: 15%;
		}

		#metrohealthvideo, #nypdvideo, #lotteryvideo{
		height: 300px;
	}

		.contacttext{
			font-size: 14px;
		}
	
}








