* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: sans-serif;
	padding-bottom: 40px;
	color: #5a5a5a;
}

.galaxy {
	min-height: 100vh;
	background: url("../img/blackhole.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.whitebackground {
	background: white;
}

.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}

h1.bocname {
	position: relative;
	color: #fff;
	margin-left: 30px;
	top: 65%;
	/*left:50%;
	 margin-left:-8%;*/
}

img.logo {
	width: 100%;
	position: relative;
}

.trailerholder {
	margin-top:25vh;
	margin-bottom:15vh;
}

.trailer {
	border-radius: 20px;
	margin-left: 20%;
}

.tedlink{
	margin-top:36vh;
	margin-left:32%;
	margin-bottom:15vh;
	border-radius:7px;	
}

.tedlink:hover img{	
    -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
     -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
	
	opacity: 0.7;
}

img.tedlinkimg {
	border-radius:8px;		
}

.btn-lg.round {
	border-radius: 24px;
    background: #e5e6ea;
    color: #000000;
}

.btn-lg.round:hover{
	background: #ffffff;
	color: #000000;
} 

img.brain {
	position: absolute;
	left: 80%;
	/*top: 62%;*/
	border-radius: 10px;
	width: 10%;
	margin-top: 490px;
	margin-left: -240px;
	/*
	 margin-left:30px;
	 margin-top:120px;
	 */
}

/**********************/
/* ---- NAV BAR ---- */
/**********************/

.nav > li > a {
	/*background: #e6f3ff;*/
	background:#ffffff;
	font-size: 18px;
	color: #000;
	border-width: 3px;
	opacity: 0.8;
	font-weight: bold;
}

.nav > li > a {
	margin-right:10px;
}

.nav-pills>li>a:hover {
	background-color: #fff;
	background: #fff;
	border-color: #000;
}

/* -------------------------
 * Featurettes
 */

.maincontent {
	margin-top: 50px;
	margin-left: 30px;
	margin-right: 30px;
	text-align: justify;
}

.featurette-divider {
	margin: 30px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
	font-weight: 250;
	line-height: 1;
	letter-spacing: -1px;
}

h2.featurette-heading {
	margin-top: 0px;
}

img.featurette-image {
	margin-top: 10px;
}

/* ---------------
 * Carousel
 **/
#myCarousel {
	margin-top: 7%;
	border-radius: 10px;
	border: 5px;
	background-color: #000;
	width: 100%;
	position: relative;
}

.carousel {
	top: 0px;
	/*width:100%;*/
	min-height: 100%;
	/*margin-bottom: 10px;*/
	background-color: #000;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
	height: 420px;
	background-color: #000;
	margin-top: 0%;
	margin-bottom: 9%;
	padding: 0 !important;
}

.carousel-inner > .item > img {
	position: absolute;
	top: 0;
	left: 0;
}

.carousel-inner {
		height: 280px;
	}

p.performances {
	margin-left: 25px;
}

/* --- BIOs --- */
.profile {
	margin-top: 40px;
	text-align: center;
}

img.biomug {
	width: 200px;
	height: 200px;
	margin-bottom: 10px;
}

p.name {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

a.biolink {
	font-weight: bold;
	font-size: 16px;
}

p.shortbio {
	margin-top: 20px;
	font-size: 14px;
	text-align: justify;
	text-align: center;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 200px;
}

p.oneline {
	margin-bottom: 30px;
}

.multimedia {
	margin-top: 50px;
	margin-bottom: 50px;
}

.media {
	height: 250px;
}


.collabmobile {
	display: none;
}

.collabfull {
	display: block;
}

img.complogo {
	width: 125px;
	margin-bottom: 20px;
	margin-top: 20px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%); 
	opacity: 0.5;
    filter: alpha(opacity=40); /* msie */	
}

img.down {
	margin-top: 50px;
}

p.contact {
	margin-left: 25px;
	margin-top: 30px;
	font-size: 18px;
}

/**************************
 * RESPONSIVE CSS
 *
 */

@media (max-width: 1240px) {
	/*shorten the carousel*/
	.carousel .item {
		height: 420px;
	}

}

@media (min-width: 768px) {
	/* Bump up size of carousel content */
	.carousel-caption p {
		margin-bottom: 20px;
		font-size: 21px;
		line-height: 1.4;
	}

	.featurette-heading {
		font-size: 50px;
	}
}

/* IPAD / smaller devices */
@media (max-width: 992px) {
	.trailerholder {
		margin-top:15vh;
		margin-bottom:15vh;
	}
	
	.tedlink {
		margin-top:30vh;
		margin-bottom:25vh;
	}

	.featurette-heading {
		margin-top: 120px;
	}

	.carousel-inner {
		height: 400px;
	}

	.collabmobile {
		display: block;
	}

	.collabfull {
		display: none;
	}
	


}

/* smaller than IPads, etc */
@media (max-width: 768px) {	
	/* Remove title, move up trailer for mobile devices */
	.bocname {
		font-size:20px;
	}

	.trailerholder {
		margin-top:2vh;
		margin-bottom:2vh;
	}

	.trailer {
		margin-left: 0%;
		width: 100%;
	}
	
	.tedlink, img.tedlinkimg {
		margin-top:10vh;
		margin-bottom:10vh;
		margin-left: 1%;
		width: 98%;
	}
	
}

/* Small devices */
@media (max-width: 568px) {

	.nav > li > a {
		margin-top: 5px;
	}

	.featurette-heading {
		margin-left:-15px;
	}



	p.performances, p.contact {
		margin-left: -8px;
	}
	

	img.complogo {
		width: 100px;
		/*padding-right:50px;*/
	}

	img.brain {
		display: none;
	}

	.trailer {
		width: 100%;
	}
	
	.media {
		height: 200px;
	}

	#myCarousel, .carousel-inner {
		height: 250px;
	}

}

