.Titles {  font-family: "Times New Roman", Times, serif; font-size: 48px}
.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

.textBigger {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
.textRight {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: right;
	padding-top: 4px;
}

.alignRight {
	text-align: right;

}

.alignLeft{

	text-align: left;

}

.padTop {

	padding-top: 20px;
}


.subtitles {  font-family: "Times New Roman", Times, serif; font-size: 18px}
.titlessmaller {  font-family: "Times New Roman", Times, serif; font-size: 36px}
.subtitlesbigger {  font-family: "Times New Roman", Times, serif; font-size: 24px}
.subtitlessmaller {  font-family: "Times New Roman", Times, serif; font-size: 16px}
.indent1 {margin-left: .5in;}
.indent2 {margin-left: .25in;}
.right	{text-align: right;}.backgroungTiling {
	background-image: url(RockyMountainHandMadeFilmCamp/film%20camp%20photos%20copy/5/MVC-001cF.JPG);
	background-repeat: repeat-y;
}
.TitlesBigger {
font-family: "Times New Roman", Times, serif; font-size: 72px}
.subtitlesbiggerPurple {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #6600CC;
}
.subtitlessmallerPurple {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #6600CC;
}
.textLighter {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #990000;
}
.subtitlesbiggerLight {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #CCCCCC;
}
.subtitlessmallerLight {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #CCCCCC;
}
.textLighterBlue {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #993366;
}
.subtitlesLight {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #CCCCCC;
}
.textBold {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.table-border {
	border: 1px solid #000000;
}
.left {
	float: left;
}
.right {
	float: right;
}

.ulSimple {
	list-style: none;
}

.hidden {
	visibility: hidden;
}

.listCol {
	width: 260px; height: 36px; margin-bottom: 4px; overflow: hidden;
}

/*override biitstrap styles*/
body{
    font-family: "Times New Roman", Times, serif !important;
    
}

/* Responsive Styles */
h2{
		padding: 10px;
		padding-bottom: 0px;	
	}

	* {
	  margin: 0;
	  box-sizing: border-box;
	}

	.grid-container {
        color: #339966;
        text-align: left;
	  display: grid;
	  grid-template-areas:
		'main main main main main main';
	}

	.grid-container > div {
	  padding: 10px;
	  font-size: 16px;
	}

	.col1 {
		grid-area: main;
	  }
  
	.col2 {
		grid-area: main;
	}
	
	.col3 {
		grid-area: main;
	}

	@media only screen and (max-width: 600px) {
	  .col1 {grid-area: 1 / span 6;}
	  .col2 {grid-area: 2 / span 6;} 
	  ul, div.spacer, div#listContact{
			display: none;
		}
		select, div#selectContact {
			display: block;
			font-weight: bold;
		}
	   div#title{margin-bottom: 0px; }
	}

	@media only screen and (min-width: 600px) {
	  .col1 {grid-area: 1 / span 1;}
	  .col2 {grid-area: 1 / span 5;} 
	  ul, div.spacer, div#listContact {
			display: block;
		  }
		  select,  div#selectContact {
			display: none;
		  }
		  div#title{margin-bottom: 20px; }
	}
	
	/* form element  styles */
	select{margin-bottom: 10px; color: black;}
	option{color: black;}
	div.filmClipDiv, div.player{
		width: 100%;
	}
	div#pageHeader{color: #339966; text-align: left; padding: 10px;}
