@charset "utf-8";
/* CSS Document */

html,body{
    overflow-x: hidden;
}

a {
	text-decoration: underline;
	color: white;
}

#HeaderTopBackground {
	background-color: #FFCD05;
	height: 44px;
}

#HeaderTopBackgroundVaronaCo {
	background-color: #be974d;
	height: 25px;
}


.SocialMediaIcon {
	height: 45px;
	width: 45px;
	margin: auto 5px;
	padding: auto 10px 0px;
	float: right;
}

#InstagramIcon {
	height: 28px;
	width: 28px;
	padding-top: 8px;
}

#HeaderTopBar {
	width: 100%;
	margin: 0px auto;
	position: relative;
}

.HeaderIcon {
	height: 23px;
	width: 23px;
	display: inline-block;
	position: relative;
	float: right;
	margin: 10px;
}

#HeaderBackground {
	background-color: #0099cd;
}

#HeaderBackgroundVaronaCo {
	background-color: black;
}

#LogoContainer {
	height: auto;
	border-bottom: 5px solid #07cf4b;
}

#LogoContainerVaronaCo {
	height: auto;
	border-bottom: 3px solid #be974d;
}

#LogoHeader {
	display: block;
	position: relative;
	margin: 0px auto;
	padding: 15px 0px;
	width: 85%;
}

#NavContainer {
	width: 100%;
	margin: 0px auto;
	padding-bottom: 5px;
}

#NavContainerVaronaCo {
	width: 100%;
	margin: 0px auto;
	padding-bottom: 5px;
	border-bottom: 3px solid #be974d;
}

.NavVaronaCo {
	width: 100%;
	max-width: 800px;
	margin: auto;
}

.NavIcon {
	display: block;
	margin: 10px auto;
	text-align: center;
	font-size: 24px;
	font-family: "Realist Medium", Realist, "Realist SemiLight";
	color: white;
	
}

#LandingPicture {
	width: 95%;
	height: auto;
	margin: 20px auto 0px;
	display: block;
	border-radius: 20px;
	border: 5px solid #4d4d4d;
}

#LandingPictureCaption {
	width: 95%;
	text-align: left;
	font-family: "Realist Medium", Realist, "Realist SemiLight";
	font-size: 20px;
	color: #4d4d4d;
	margin: 5px auto;
}

#LandingBioContainer {
	width: 85%;
	height: auto;
	background-color: #0099cd;
	margin: 25px auto 0px;
	border-radius: 20px;
	border: 4px solid #4d4d4d;
}

#LandingBioText {
	text-align: center;
	margin: 20px 30px;
	font-size: 24px;
	color: #ffffff;
	font-family: "Realist Medium", Realist, "Realist SemiLight";
	line-height: 24px;
}

#ScreenwritingBackground{
	background-color: #0099cd;
	height: auto;
	padding-bottom: 20px;
}


#ScreenwritingTitle {
	font-size: 28px;
	width: 90%;
	margin: 20px auto;
	font-family: "Realist Medium", Realist, "Realist SemiLight";
	text-align: center;
	color: #ffffff;
	padding-top: 20px;
}

.ScreenplayContainer {
	width: 90%;
	height: auto;
	background-color: #07cf4b;
	border-radius: 20px;
	margin: 20px auto 60px auto;
}

.ScreenplayTitle {
	text-align: left;
	padding: 20px;
	margin-bottom: 0px;
	font-size: 24px;
	font-family: "Realist Medium", Realist, "Realist SemiLight";
	color: #ffffff;
}

.ScreenplaySynopsis {
	text-align: left;
	padding: 0px 40px 20px;
	margin: 0px;
	font-size: 22px;
	font-family: "Realist Medium", Realist, "Realist SemiLight";
	color: #ffffff;
}

.ScreenplayMoreInfo {
	text-align: left;
	padding: 0px 40px 20px;
	margin: 0px;
	font-size: 22px;
	font-family: "Realist Medium", Realist, "Realist SemiLight";
	color: #ffffff;
}

#ActingBackground {
	display: block;
	background: rgba(255, 205, 5, .55);
	height: auto;
}

#ActingTitle {
    font-size: 28px;
	width: 90%;
    font-family: "Realist Medium", Realist, "Realist SemiLight";
    text-align: center;
    color: #4d4d4d;
	margin: 0px auto;
	padding-top: 20px;
}

.HeadshotBioContainer {
    width: 100%;
    height: auto;
    margin: 0px auto 50px auto;
	display: block;
	
}

.HeadshotContainer {
	width: 100%;
}

#ActorHeadshot {
	display: block;
	width: 85%;
	margin: 0px auto;
	border: 5px solid #4d4d4d;
	border-radius: 20px;
	
}

.BioContainer {
	height: auto;
	width: 100%;
}

.BioTitle {
	text-align: center;
	color: #4d4d4d;
	font-family: "Realist Medium", Realist, "Realist SemiLight";
	padding: 10px 0px 0px 0px;
	margin: 0px;
	font-size: 28px;
	
	
}

.BioText {
	text-align: center;
	color: #4d4d4d;
	font-family: "Realist Medium", Realist, "Realist SemiLight";
	padding: 0px 10px;
	margin: 10px 20px;
	font-size: 24px;
	line-height: 24px;
	
}

.DemoReelContainer {
	margin: 0px auto;
	width: auto;
	height: 100%;
	min-width: 360px;
	max-width: 800px;
	min-height: 203px;
	max-height: 450px;
	border-radius: 20px;
	
}



#DemoReel {
	display: block;
	
}

#StillsContainer {
	display: block;
	width: 100%;
	height: auto;
	margin: 20px auto;
}

.ActingStillPanel {
    height: auto;
    display: inline-block;
	float: left;
    position: relative;
    margin: 5px 2%;
}

.ActingStill {
	height: auto;
	width: 98%;
	border: 5px solid #4d4d4d;
	border-radius: 20px;
}

.ActingMoreInfoContainer {
	display: block;
}

#ActingMoreInfo {
	display: block;
	width: 95%;
	text-align: center;
	font-family: "Realist Medium", Realist, "Realist SemiLight";
	font-size: 26px;
	color: #4d4d4d;
	margin: 0px auto;
	padding-bottom: 40px;
}

#myModal {
	display: none;
}

#MusicTitle {
    font-size: 34px;
	width: 90%;
    font-family: "Realist Medium", Realist, "Realist SemiLight";
    text-align: center;
    color: #111111;
	margin: 0px auto;
	padding-top: 25px;
}

.MusicBackground {
	
}

.MusicPanelContainer {
	width: 98%;
	height: 300px;
	background-color: #07cf4b;
	margin: 20px auto 0px;
	border-radius: 20px;
	border: 4px solid #4d4d4d;	
	
	
}

.MusicContainer {
	margin: 20px auto 0px;
	padding: auto 10px;
	width: auto;
	height: auto;
	min-width: 300px;
	max-width: 600px;
	min-height: 100px;
	max-height: 360px;
	border-radius: 20px;
}

.MusicMoreInfo {
	text-align: center;
	margin: 20px 30px;
	font-size: 18px;
	color: #ffffff;
	font-family: "Realist Medium", Realist, "Realist SemiLight";
	line-height: 24px;
}

#PoemsTitle {
	display: block;
	font-size: 34px;
	width: 90%;
    font-family: "Realist Medium", Realist, "Realist SemiLight";
    text-align: center;
    color: #111111;
	margin: 20px auto;
	padding-top: 25px;
}

.PoemsTitle {
	
}

.PoemsBackground {
	display: block;
	background: rgba(255, 205, 5, .55);
	height: auto;
	padding-bottom: 30px;
	
}

.PoemContainer {
	width: 90%;
	height: auto;
	background-color: #0099cd;
	padding: 20px auto;
	margin: 20px auto;
	border-radius: 20px;
	border: 4px solid #4d4d4d;
	
}

.PoemMoreInfo {
	text-align: center;
	margin: 20px 30px;
	font-size: 26px;
	color: #ffffff;
	font-family: "Realist Medium", Realist, "Realist SemiLight";
	line-height: 36px;
	
}


#DirectingBackground {
	
}

#DirectingTitle {
    font-size: 37px;
    font-family: "Realist Medium", Realist, "Realist SemiLight";
    text-align: center;
    color: #4d4d4d;
	margin: 40px auto 45px auto;
}

#DirectorHeadshotContainer {
	float: right;
}

#DirectorHeadshot {
	height: 375px;
	width: auto;
	border: 5px solid #4d4d4d;
	border-radius: 20px;
	
}

#FinalCutsTitle {
    font-size: 37px;
    font-family: "Realist Medium", Realist, "Realist SemiLight";
    text-align: center;
    color: #4d4d4d;
    padding: 20px;
	margin: 0px;
}

.FinalCutContainer {
	margin: 40px auto;
	width: 640px;
	height: 360px;
	border-radius: 20px;
	background-color: #ffffff;
	
}

.FinalCutDownload {
	width: 640px;
	text-align: left;
	font-family: "Realist Medium", Realist, "Realist SemiLight";
	font-size: 24px;
	color: #4d4d4d;
	margin: 5px auto;
}

.AboutVaronaCo {
	width: 100%;
	max-width: 600px;
	margin: auto;
}

.AboutVaronaCoTitle {
	text-align: center;
	font-family: "Realist Medium", Realist, "Realist SemiLight";
	font-size: 40px;
	color: white;
	margin-bottom: -15px;
	margin-top: 30px;
}

.AboutVaronaCoSubtitle {
	text-align: center;
	font-family: "Realist Medium", Realist, "Realist SemiLight";
	font-size: 34px;
	color: white;
	
}

.AboutVaronaCoDescription {
	text-align: center;
	font-family: "Realist Medium", Realist, "Realist SemiLight";
	font-size: 24px;
	color: white;
	margin: auto 20px;
}

.VaronaCoWorkContainer {
	border-top: 3px solid #be974d;
	border-bottom: 3px solid #be974d;
	margin-top: 30px;
	padding-bottom: 30px;
}

.VaronaCoWorkTitle {
	text-align: left;
	font-family: "Realist Medium", Realist, "Realist SemiLight";
	font-size: 34px;
	color: white;
	margin: 30px 20px 30px 10px;
}

.VaronaCoWorkPanel {
	height: auto;
	width: 98%;
	max-width: 600px;
	margin: auto;
	border-radius: 20px;
	background-color: #be974d;

}

.VaronaCoWorkPanelDescription {
	text-align: left;
	font-family: "Realist Medium", Realist, "Realist SemiLight";
	font-size: 26px;
	color: #111111;
	margin-left: 20px;
	margin-right: 30px;
	padding-top: 20px;
	margin-bottom: -5px;
}

.VaronaCoWorkPanelMoreInfo {
	text-align: left;
	font-family: "Realist Medium", Realist, "Realist SemiLight";
	font-size: 20px;
	color: #111111;
	margin-left: 40px;
	margin-right: 30px;
	padding-top: 0px;
	padding-bottom: 20px;
}






footer {
	background-color: #4d4d4d;
}

#VaronaCoFooterBackground {
	background-color: black;
}

#FooterBackground {
	display: block;
	width: 100%;
	height: auto;
	margin: 0px auto;
}

#FooterLeftContainer {
	display: inline-block;
	font-size: 22px;
	line-height: 22px;
	width: 100%;
    height: 100%;
    padding-top: 0px;
    padding-left: 50px;
    font-family: "Realist Medium", Realist, "Realist SemiLight";
    color: #ffffff;
	
}

#RightsDisclaimer {
	padding-top: 10px;
	padding-right: 20px;
	font-size: 14px;
}

#FooterRightContainer {
	width: 100%;
	
	
}

#FooterLogo {
	display: block;
	margin: 0px auto;
	width: 70%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}



#LusterStudiosLogo {
	width: 100%;
	height: auto;
}

#VaronaCoFooterLogo {
	width: 98%;
	height: auto;
	padding-top: 15px;
	
}




@media screen and (min-width: 800px) {

#HeaderTopBackground {
	background-color: #FFCD05;
	height: 45px;
}

#HeaderTopBar {
	width: 100%;
	max-width: 600px;
	margin: 0px auto;
	position: relative;
}

.HeaderIcon {
	height: 23px;
	width: 23px;
	display: inline-block;
	position: relative;
	float: right;
	margin: 10px;
}

#HeaderBackground {
	background-color: #0099cd;
	height: 177px;
}

#LogoContainer {
	height: 125px;
	border-bottom: 5px solid #07cf4b;
}

#LogoHeader {
	display: block;
	position: relative;
	margin: 0px auto;
	padding: 15px 0px;
	height: 95px;
	width: auto;
}

#NavContainer {
	width: 850px;
	margin: 0px auto;
}

.NavIcon {
	display: inline-block;
	margin: 10px auto;
	width: 24%;
	text-align: center;
	font-size: 22px;
	font-family: "Realist Medium", Realist, "Realist SemiLight";
	color: white;
	
}

#LandingPicture {
	width: 800px;
	height: auto;
	margin: 40px auto 0px;
	display: block;
	border-radius: 20px;
	border: 5px solid #4d4d4d;
}

#LandingPictureCaption {
	width: 800px;
	text-align: left;
	font-family: "Realist Medium", Realist, "Realist SemiLight";
	font-size: 24px;
	color: #4d4d4d;
	margin: 5px auto;
}

#LandingBioContainer {
	width: 415px;
	height: 300px;
	background-color: #0099cd;
	margin: 40px auto 0px;
	border-radius: 20px;
	border: 4px solid #4d4d4d;
}

#LandingBioText {
	text-align: center;
	margin: 20px 30px;
	font-size: 18px;
	color: #ffffff;
	font-family: "Realist Medium", Realist, "Realist SemiLight";
	line-height: 18px;
}

#ScreenwritingBackground{
	background-color: #0099cd;
	height: auto;
	padding-bottom: 20px;
}


#ScreenwritingTitle {
	font-size: 37px;
	font-family: "Realist Medium", Realist, "Realist SemiLight";
	text-align: center;
	color: #ffffff;
	padding-top: 40px;
	margin-bottom: 50px;
}

.ScreenplayContainer {
	width: 740px;
	height: auto;
	background-color: #07cf4b;
	border-radius: 20px;
	margin: 40px auto 60px auto;
}

.ScreenplayTitle {
	text-align: left;
	padding: 20px 20px 10px;
	margin-bottom: 0px;
	font-size: 20px;
	font-family: "Realist Medium", Realist, "Realist SemiLight";
	color: #ffffff;
}

.ScreenplaySynopsis {
	text-align: left;
	padding: 10px 40px 30px;
	margin: 0px;
	font-size: 18px;
	font-family: "Realist Medium", Realist, "Realist SemiLight";
	color: #ffffff;
}

.ScreenplayMoreInfo {
	text-align: left;
	padding: 0px 40px 30px;
	margin: 0px;
	font-size: 18px;
	font-family: "Realist Medium", Realist, "Realist SemiLight";
	color: #ffffff;
}

#ActingBackground {
	background: rgba(255, 205, 5, .55);
	height: auto;
}

#ActingTitle {
    font-size: 37px;
    font-family: "Realist Medium", Realist, "Realist SemiLight";
    text-align: center;
    color: #4d4d4d;
    padding: 50px;
	margin: 0px auto;
}

.HeadshotBioContainer {
    width: 800px;
    height: 400px;
    margin: 30px auto 50px auto;
	
}

.HeadshotContainer {
	width: 48%;
	
	float: left;
}

#ActorHeadshot {
	height: 375px;
	width: auto;
	border: 5px solid #4d4d4d;
	border-radius: 20px;
	
}

.BioContainer {
	height: 375px;
	width: 52%;
	float: left;
}

.BioTitle {
	text-align: center;
	color: #4d4d4d;
	font-family: "Realist Medium", Realist, "Realist SemiLight";
	padding: 10px 0px 0px 0px;
	margin: 0px;
	font-size: 30px;
	
	
}

.BioText {
	text-align: center;
	color: #4d4d4d;
	font-family: "Realist Medium", Realist, "Realist SemiLight";
	padding: 0px 10px;
	margin: 10px 20px;
	font-size: 18px;
	line-height: 20px;
	
}

.DemoReelContainer {
	margin: 0px auto;
	width: 640px;
	height: 360px;
	border-radius: 20px;
	background-color: #ffffff;
	
}

#StillsContainer {
	width: 800px;
	height: auto;
	margin: 20px auto;
}

.ActingStillPanel {
    height: 150px;
    width: 150px;
    display: inline-block;
    position: relative;
    margin: 23.5px;
	cursor: pointer;
}

.ActingStill {
	height: 150px;
	width: auto;
	border: 5px solid #4d4d4d;
	border-radius: 20px;
}

#ActingMoreInfo {
	width: 750px;
	text-align: center;
	font-family: "Realist Medium", Realist, "Realist SemiLight";
	font-size: 26px;
	color: #4d4d4d;
	margin: 0px auto;
	padding-bottom: 40px;
}
	
.MusicPanelContainer {
	width: 60%;
	height: 300px;
	max-width: 600px;
	background-color: #07cf4b;
	margin: 40px auto 0px;
	border-radius: 20px;
	border: 4px solid #4d4d4d;	
	
	
}
	
.MusicContainer {
	width: 90%;		
}
	
.PoemContainer {
	width: 60%;
	height: auto;
	max-width: 600px;
	background-color: #0099cd;
	margin: 20px auto 0px;
	border-radius: 20px;
	border: 4px solid #4d4d4d;
	
}	
	


#DirectingBackground {
	
}

#DirectingTitle {
    font-size: 37px;
    font-family: "Realist Medium", Realist, "Realist SemiLight";
    text-align: center;
    color: #4d4d4d;
	margin: 40px auto 45px auto;
}

#DirectorHeadshotContainer {
	float: right;
}

#DirectorHeadshot {
	height: 375px;
	width: auto;
	border: 5px solid #4d4d4d;
	border-radius: 20px;
	
}

#FinalCutsTitle {
    font-size: 37px;
    font-family: "Realist Medium", Realist, "Realist SemiLight";
    text-align: center;
    color: #4d4d4d;
    padding: 20px;
	margin: 0px;
}

.FinalCutContainer {
	margin: 40px auto;
	width: 640px;
	height: 360px;
	border-radius: 20px;
	background-color: #ffffff;
	
}

.FinalCutDownload {
	width: 640px;
	text-align: left;
	font-family: "Realist Medium", Realist, "Realist SemiLight";
	font-size: 24px;
	color: #4d4d4d;
	margin: 5px auto;
}

footer {
	background-color: #4d4d4d;
	height: 270px;
}
	
.VaronaCoFooter {
	width: 100%;
	background-color: black;
}
	
#VaronaCoFooterBackground {
	background-color: black;
	height: 270px;
	width: 610px;
	margin: auto;
}

#FooterBackground {
	width: 800px;
	height: auto;
	margin: 0px auto;
	padding-bottom: 30px;
}

#FooterLeftContainer {
	font-size: 18px;
    width: 50%;
    height: 200px;
    float: left;
    padding-top: 20px;
    padding-left: 45px;
    font-family: "Realist Medium", Realist, "Realist SemiLight";
    color: #ffffff;
	
}

#RightsDisclaimer {
	padding-top: 35px;
	padding-bottom: 20px;
}

#FooterRightContainer {
	
	
}

#FooterLogo {
	width: auto;
	height: 200px;
	float: right;
	padding-top: 20px;
}
	
#VaronaCoFooterLogo {
	width: 600px;
	height: auto;
	margin: auto;
	padding-top: 20px;		
}



#LusterStudiosLogo {
	width: 100%;
	height: auto;
}

#VaronaCoLogo {
	width: 100%;
	height: auto;
}


/*Code for Lightbox Acting Gallery */

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 23%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: 0px auto;
  padding: 0px;
  height: 600px;
  width: 600px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
	
}
