@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	min-width: 1377px;
	min-height: 900px;
	padding: 0;
	background-image: url(cf3.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
}
.header {
/*	background-image: url(imgs/70transblack.png); */
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: large;
	font-weight: 500;
	text-align: center;
	padding: 0;
	width: 100%;
	height: 26px;
	position: fixed; 	/*if you place fixed the li will display underneath if li is used*/
	z-index: 999;
	top: 0px;
}
.instag{
	left: 925px;
	height: 20px;
	position: relative;
}
/* I had to comment this out otherwise the menu was 3x larger
li {
	display: inline;
	padding: 20px;
}
*/
a {
	text-decoration: none;
	color: white;
}
.leftContainer {
	background-image: url(imgs/70transblack.png);
/*	top: 20px; */
	width: 265px;
	height: 700px;
	margin: auto;
	float: left;
	/*background-color: hsla(0,0%,100%,0.45);*/
	position: fixed;
	padding: 5px 5px 5px 5px;
}
.youTube {
	position: relative;
	left: 5px;
	top: 10px;
}
.insta {
	position: relative;
	left: 10px;
	top: 100px;
}
.title {
	width: 100%;
	max-width: 854px;
	margin: 0 auto;
}
.caption {
	width: 100%;
	max-width: 854px;
	width: 30%;
	margin: 0 auto;
	padding: 20px 0;
}



/* General Styles for Menu  */
.menuBackground {
	background: grey;
	text-align: center;
}
.dropDownMenu a {
	color: #FFF;
}
.dropDownMenu,
.dropDownMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.dropDownMenu li {
	position: relative;
}
.dropDownMenu a {
	padding: 10px 20px;
	display: block;
	text-decoration: none;
}
.dropDownMenu a:hover {
	background: #000;
}


/* Level 1 Drop Down */
.dropDownMenu > li {
	display: inline-block;
	vertical-align: top;
	margin-left: -4px; /* solve the 4 pixels spacing between list-items */
}
.dropDownMenu > li:first-child {
	margin-left: 0;
}

/* Level 2 */
.dropDownMenu ul {
	box-shadow: 2px 2px 15px 0 rgba(0,0,0, 0.5);
}
.dropDownMenu > li > ul {
	text-align: left;
	display: none;
	background: grey;
	position: absolute;
	top: 100%;
	left: 0;
	width: 240px;
	z-index: 999999; /* if you have YouTube iframes, is good to have a bigger z-index so the video can appear above the video */
}

/* Level 3 */
.dropDownMenu > li > ul > li > ul {
	text-align: left;
	display: none;
	background: grey;
	position: absolute;
	left: 100%;
	top: 0;
	width: 240px;
	z-index: 9999999;
}

/* end of styles for menu */

.container {
	color: #fff;
	width: 100%;
	max-width: 60%;
	background-image: url(imgs/70transblack.png);
	/*background: hsla(0,0%,0%,0.55);*/
	margin: 0 auto;
}
/*  VIDEO PLAYER CONTAINER
 		############################### */
.vid-container {
	top: 25px;
	position: relative;
	padding-bottom: 52%;
	padding-top: 30px;
	height: 0;
}
.vid-container iframe,  .vid-container object,  .vid-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*  VIDEOS PLAYLIST 
 		############################### */
.vid-list-container {
	width: 92%;
	overflow: hidden;
	margin-top: 20px;
	margin-left: 4%;
	padding-bottom: 20px;
}
.vid-list {
	width: 3360px; /* each vid-item is a total of 168px(148+10+10) so add 168px to the width if the vid-list-container starts to wrap */
	position: relative;
	top: 0;
	left: 0;
}
.vid-item {
	display: block;
	width: 148px;
	height: 148px;
	float: left;
	margin: 0;
	padding: 10px;
}
.thumb {
	/*position: relative;*/
	overflow: hidden;
	height: 84px;
}
.thumb img {
	width: 100%;
	position: relative;
	top: -13px;
}
.vid-item .desc {
	color: hsla(345,25%,97%,1.00);
	font-size: 15px;
	margin-top: 5px;
}
.vid-item:hover {
	background: hsla(0,0%,0%,1.00);
	cursor: pointer;
}
.arrows {
	position: relative;
	width: 100%;
}
.arrow-left {
	color: #fff;
	position: absolute;
	background: #777;
	padding: 15px;
	left: -25px;
	top: -130px;
	z-index: 99;
	cursor: pointer;
}
.arrow-right {
	color: #fff;
	position: absolute;
	background: #777;
	padding: 15px;
	right: -25px;
	top: -130px;
	z-index: 100;
	cursor: pointer;
}
.arrow-left:hover {
	background: #CC181E;
}
.arrow-right:hover {
	background: #CC181E;
}

@media (max-width: 624px) {
body {
	margin: 15px;
}
.caption {
	margin-top: 40px;
}
.vid-list-container {
	padding-bottom: 20px;
}
/* reposition left/right arrows */
.arrows {
	position: relative;
	margin: 0 auto;
	width: 96px;
}
.arrow-left {
	left: 0;
	top: -17px;
}
.arrow-right {
	right: 0;
	top: -17px;
}
}
#Accordion1 {
	width: 85%;
	float: left;
	top: 150px;
	padding-left: 20px;
	padding-right: 2px;
}
.fullDesc1 {
	position:absolute;
	height: 20px;
	align-content:center;
	top: 1000px;
	left: 250px;
	border:thin;
}
