body		{width:100%;
		background-color: #B9B8B8;
		background-image: url("images/venture_ep_transparent.svg");
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 30%;
		font-family: 'Lato', sans-serif;
		margin: 0;
}


body.scrolled header {
  opacity: 0.1;
  transition: opacity .2s;
}
body.scrolled header:hover {
  opacity: 1.0;
  transition: opacity .2s;
}
		
header		{width: calc(100% - 65px);
		height:70px;
		background-color:#090909;
		padding: 15px 35px 15px 30px;
		position: fixed;
		color: #ffffff;
		z-index:1;
		float:left;
		overflow:hidden;
}

nav#mainbar	{float:right; 
		font-size:15px; 
		word-spacing:5px;
		white-space:nowrap;
		clear:both;
		min-width:150px;
}

nav#union	{display:none;
		float:right; 
		font-size:15px; 
		word-spacing:5px;
		white-space:nowrap;
		clear:both;
}

p#pressblurb {margin: 5px 0 5px 0; 
		font-style:italic;
		font-size:12px;
}
		
div			{width:100%;
		padding-top:115px;
}

div#clientname {width:auto;
				padding: 0;
				float:right;
				font-size:40px;
				font-weight:bold;
				clear:both;
				white-space:nowrap;
}

div#wrapper {width:auto;
				float:right;
				padding:0;
}

div#reeltitle {width:auto;
				text-align:left;
				padding:0;
				margin:0 0 5px 0;
}

div#headshottitle {
				text-align:left;
				padding:0;
				margin:0;

}

div#resumetitle {width:auto;
				text-align:left;
				padding:0;
				margin:0;
}

div#biotitle    {width:auto;
				text-align:left;
				font-size:20px;
				padding:0;
				margin:0;
				margin-bottom:15px;
}

section		{width: 80%;
		max-width:640px;
		color: #000000;
		text-align: left;
		margin: auto;
		margin-top: 30px;
		font-size: 20px;
		font-weight: bold;
		
}

section#bio	{width: 80%;
		max-width:640px;
		color: #000000;
		text-align: left;
		margin: auto;
		margin-top: 30px;
		font-size: 15px;
		font-weight: bold;
}

section#headshots {width: 80%;
		max-width:640px;
		color: #000000;
		text-align: left;
		margin: auto;
		margin-top: 30px;
		font-size: 20px;
		font-weight: bold;
		white-space:nowrap;
		
}

section#resumes {width: 80%;
		max-width:640px;
		color: #000000;
		text-align: center;
		margin: auto;
		margin-top: 30px;
		font-size: 20px;
		font-weight: bold;
		margin-bottom:25px;
		padding:0;

}


footer#managerinfo {
		font-size:12px;
		font-weight:bold;
		width: 640px;
		height:50px;
		background-color:transparent;
		padding: 5px 0 5px 0;
		color: #000000;
		margin:auto;
		text-align:left;
		margin-bottom:90px;
		line-height:140%;
}

img#clientthumb {float:left;
margin:4px 10px 10px 0px;
}
		
	
a:link {
		color: #ffffff; 
		background-color: transparent; 
		text-decoration: none;

}

section.review a:link {
		color: #000000; 
		background-color: transparent; 
		text-decoration: none;
}

section.review a:visited {
		color: #000000; 
		background-color: transparent; 
		text-decoration: none;
}

section.review a:hover {
		color: #916815; 
		background-color: transparent; 
		text-decoration: none;
}



a:visited {
		color: #ffffff;
		background-color: transparent;
		text-decoration: none;
}

a:visited#press {
		color: #ffffff;
		background-color: transparent;
		text-decoration: none;
}


a:hover {
		color: #BB44F0;
		background-color: transparent;
		text-decoration: none;
}


a:hover#press {
		color: #BB44F0;
		background-color: transparent;
		text-decoration: none;
}

a:active {
		color: #505050;
		background-color: transparent;
		text-decoration: none;
}

a:active#press {
		color: #505050;
		background-color: transparent;
		text-decoration: none;
}

.anchor{
		display: block;
		height: 70px; /*same height as header*/
		margin-top: -70px; /*same height as header*/
		visibility: hidden;
}

.newsimage {    
		cursor: pointer;
		transition: 0.3s;
		margin-top:20px;

}

.newsimage:hover {
		opacity: 0.7;
}




/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 80px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Half width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: auto;
    max-width: 700px;
	margin-bottom:15%;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ffffff;
    padding: 10px;
    height: auto;
	font-weight: bold;
	font-size: 20px;
}

/* Add Animation */
.modal-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

table		{
	width: 100%; 
	text-align: left; 
	margin: auto;
	margin-top:0;
	padding-top: 15px; 
	color: #000000;
	table-layout: fixed;
	border-collapse:collapse;
	word-wrap: break-word;
	font-family: 'Lato', sans-serif;
}
tr 			{

}
th 			{
	text-decoration: underline;
	font-weight:bold;
	padding-bottom: 0px;
	padding-top:15px;
	text-align: left;
	font-size:15px;
}
td			{
	padding: 5px 5px 0 0 ; 
	vertical-align: top; 
	font-size: 13px;
}

tr.creditheader {
	padding-top:25px;
}

th.title		{
	width:45%;
	
}
th.credit	{
	width:20%;
	
}
th.company	{
	width:35%;
	
}

iframe#resumeframe {margin-top:10px;
}

/* Style the tab */
.tab {
    overflow: hidden;
    border: none;
    background-color: transparent;
	padding:0;
	text-align:left;
	width:auto;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: transparent;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0 10px 0 0;
    font-size: 15px;
    font-weight: bold;
	word-spacing: -1px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    color: #ffffff;
}

/* Create an active/current tablink class */
.tab button.active {
    color: #BB44F0;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 10px 0 10px 0;
    border: none;
}

@-moz-document url-prefix() {  

body	{width:100%;
		background-color: #B9B8B8;
		background-image: url("images/transparent.svg");
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 90%;
		font-family: 'Lato', sans-serif;
		margin: 0;
}
}