a:link{color:#777777;text-decoration:none;}
a:visited{color:#777777;text-decoration:none;}
a:hover{color:#777777;text-decoration:none;}
a:active{color:#777777;text-decoration:none;}

body {
	text-align: center;
	font-family: verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	color: #777777;
}

.title, h2 {
	color: #7851a9;
}

a.title:link {
  color: #7851a9;
}

a.title:visited {
  color: #7851a9;
}

.mainlogo {
	border-style: none;
	width: 313px;
	max-width: 100%;
	height: 63px;
    margin-left: auto; 
    margin-right: auto;	
}

.mainlogolargetext {
	font-size: 2em;
	font-weight: bold;
}

.topmenu {
	text-align: center;
	padding: 6px 6px 6px 6px;
	font-family: "arial black", verdana, Arial, Helvetica;
    vertical-align: middle;
}

.social_media_footer {
	width: 100%;
	padding: 10px 10px 10px 10px;
	text-align: center;
    vertical-align: middle;	
	background-color: #7851a9;
	color: #fff1ae;
}

/* Stuff below used to make YouTube trailor iframe embeds responsive */

.trailor_container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive_iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* Stuff below used for column layout on Films and Upcoming pages */

.flex_container {
  display: flex;
  flex-wrap: wrap;
}

.leftcolumn {
	text-align: center;
	flex: 20%;
}

.rightcolumn {
	text-align: left;	
	flex: 80%;
}

/* Clear floats after the columns */
.filmarticle:after {
  content: "";
  display: table;
  clear: both;
}

/* Stuff below used on index and bio pages only */

.bio {
	text-align: justify;
	padding: 40px 40px 40px 40px;
	font-size: medium;
	max-width: 1024px;
    margin-left: auto; 
    margin-right: auto;
}

.bio p a:link {
  color: #7851a9;
  text-decoration: underline;
}

.bio p a:visited {
  color: #7851a9;
  text-decoration: underline;
}

.imgpos {
	@media only screen and (min-width: 600px) {
		float: left;
	}
	max-width: 100%;
	height: auto;	
	padding: 0px 20px 10px 0px;
}
