﻿
/* GLOBAL STYLES
-------------------------------------------------- */
/* In order to override bootstrap.css these should have the same specific selectors or a higher priority, and be imported after bootstrap.css */
	
/* Padding below the footer and lighter body text */

body {
    padding-bottom: 40px;
    color: #CEECF5;
	background-image: url(Images/stardust4.png);
	background-size: 100%;
    font-family: 'Quantico', sans-serif;
}
	
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
    margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
}

.navbar-wrapper .container {
	width: 100%;
	margin: auto;
}
	
.navbar-wrapper .navbar {
	margin: auto;
}

/* Remove border and change up box shadow for more contrast */
.navbar .navbar-inner {
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
        -moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
            box-shadow: 0 2px 10px rgba(0,0,0,.25);
}

/* Downsize the brand/project name a bit */
.navbar .brand {
    padding: 5px 25px 5px; /* Increase vertical padding to match navbar links */
    font-size: 16px;
    font-weight: bold;
    text-shadow: 0 -1px 0 rgba(0,0,0,.5);
	  
}

/* Navbar links: increase padding for taller navbar */
.navbar .nav > li > a {
    padding: 23px 20px;
	font-family: 'Ubuntu', sans-serif; 
}

/* Offset the responsive button for proper vertical alignment */
.navbar .btn-navbar {
    margin-top: 10px;
}
	
.navbar.transparent.navbar-inverse .navbar-inner {
	background-color: rgba(0,0,0,0.8);
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(0,0,0,0.00)),color-stop( 50% , rgba(0,0,0,0.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
}
	
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
	
.carousel {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    margin-bottom: 60px;
	margin-top: 120px;
	border: ridge #9f9f9f;
	border-radius: 15px 15px 15px 15px;
    overflow: hidden;
}

.carousel .container {
    position: relative;
    z-index: 9;
}

.carousel-indicators{
	top: 90%;
	left:50%; 
}
	
.carousel-control {
    height: 60px;
    top: 50%;
    font-size: 100px;
    text-shadow: 0 1px 1px rgba(0,0,0,.4);
    background-color: transparent;
    border: 0;
    z-index: 10;
}

.carousel .item {
    height: 500px;
}
.carousel img {
    position: absolute;
    min-width: 100%;
    height: 100%;
	max-width: 100%;
}

.carousel-caption {
    background-color: transparent;
    position: static;
    max-width: 550px;
    padding: 0 20px;
    margin-top: 50px;
	margin-left: 50px;
}
.carousel-caption h1{
    margin: 0;
    line-height: 1.25;
    color: #01A9DB;
    text-shadow: 0 10px 10px rgba(0,0,0,.4);
	font-family: 'Ubuntu', sans-serif; 
}
.carousel-caption .lead {
    margin: 0;
    line-height: 1.25;
    color: #CEECF5;
    text-shadow: 0 10px 10px rgba(0,0,0,.4);
}
.carousel-caption .btn {
    margin-top: 10px;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
/* Currently this is not used anywhere on the site */
	
.marketing {

	margin-bottom: 50px;
	border-radius: 10px 10px 10px 10px;
    overflow: hidden;
}
.marketing .span4 {
    text-align: center; 

}
.marketing h2 {
    font-weight: normal;
}
.marketing .span4 p {
    margin-left: 10px;
    margin-right: 10px;
}
.marketing .span4 img {
    margin-left: auto;
    margin-right: auto;
}
	
/* BREADCRUMBS
------------------------- */
	
.breadcrumbs .container{
	margin: 120px auto;
	margin-bottom: 30px;
	width: 65%; 
}
	
/* BUTTONS
------------------------- */
			
.glow-button {
 	color: rgba(255, 255, 255, 1);  
    -webkit-box-shadow: 0 5px 15px rgba(145, 92, 182, .4);
    -moz-box-shadow: 0 5px 15px rgba(145, 92, 182, .4);
 	box-shadow: 0 5px 15px rgba(145, 92, 182, .4);
}			
			
.glow-button:hover {
 	color: rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 5px 15px 5px rgba(255, 92, 182, .4);
    -moz-box-shadow: 0 5px 15px 5px rgba(255, 92, 182, .4);
 	box-shadow: 0 5px 15px 5px rgba(255, 92, 182, .4);
}

/* FEATURETTES (Global part)
------------------------- */

.featurette-divider {
    margin: 30px auto; /* Space out the Bootstrap <hr> more */
	width: 70%; 
}

.featurette {
	margin: auto;
    padding: 10px 10px 10px 10px;
    overflow: hidden; /* Vertically center images part 2: clear their floats. */
	width: 70%;
	background-image: url(Images/stardust.png);
	border-radius: 30px 30px 30px 30px;
}

/* Text styles */
	
.featurette .text-muted{
    margin-top: 0px;
	font-size: 16px;
	color: #CEECF5;
	margin-left: 15px;
	margin-right: 15px;
}

	.featurette .text-update {
		margin-top: 0px;
		font-size: 14px;
		color: #CEECF5;
		margin-left: 50px;
		text-align: left;
		font-style: italic;
	}

	.featurette .text-muted-models {
		margin-top: 0px;
		font-size: 16px;
		text-align: left;
		color: #CEECF5;
		margin-left: 50px;
		margin-right: 50px;
		margin-bottom: 10px;
	}

	.featurette .text-muted-figure {
		margin-top: 0px;
		font-size: 16px;
		text-align: center;
		color: #CEECF5;
		margin-left: 50px;
		margin-right: 50px;
		margin-bottom: 20px;
	}

	.featurette .text-essays {
		margin: 20px 50px 20px;
	}

	/* Image styles */

	.featurette .img-rounded {
		max-width: 90%;
		margin: 20px 0px 10px 0px;
		border-radius: 15px;
	}

/* Thin out the marketing headings */
.featurette-heading {
    font-size: 50px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}	
	
.featurette .text-p-title{
    margin-top: 0px;
	font-size: 16px;
	margin-bottom: 10px;
	color: #01A9DB;
}
	
.featurette .text-h4{
    margin-top: 0px;
	font-size: 20px;
	margin-bottom: 10px;
	color: #01A9DB;
}
	
.featurette .text-h3{
    margin-top: 10px;
	font-size: 24px;
	margin-bottom: 10px;
	color: #01A9DB;
	font-family: 'Ubuntu', sans-serif;
}
	
.featurette .sidebar {
	background-image: url(Images/stardust2.png);
	border-radius: 5px 5px 5px 5px;
	overflow: hidden;
}

.featurette .nav {
	margin-top: -120px;
}
	/* Psyche models tab and accordion coloring */
	.featurette .nav .text-FoL {
		color: #00ffff;
	} 
	.featurette #text-FoL.accordion-toggle {
		color: #00ffff;
	}
.featurette .nav .text-attachment {
	color: #4775ff;
}
.featurette #text-attachment.accordion-toggle {
	color: #4775ff;
}
	.featurette .nav .text-FoF {
		color: #007f5f;
	}
	.featurette #text-FoF.accordion-toggle {
		color: #007f5f;
	}
.featurette .nav .text-identity {
	color: #c00dfc;
}
.featurette #text-identity.accordion-toggle {
	color: #c00dfc;
}
	.featurette .nav .text-control {
		color: #ff00ff;
	}
	.featurette #text-control.accordion-toggle {
		color: #ff00ff;
	}
	.featurette .nav .text-entitlement {
		color: #ff0000;
	}
	.featurette #text-entitlement.accordion-toggle {
		color: #ff0000;
	}
	.featurette .nav .text-activities {
		color: #ad5782;
	}
	.featurette #text-activities.accordion-toggle {
		color: #ad5782;
	}



.featurette .btn {
	margin-bottom: 20px;
}
	
.featurette .embed-responsive-item{
	margin-top: 50px; 
	margin-bottom: 50px;
	border-radius: 15px 15px 15px 15px;
}	
   
.featurette .ul{
	margin-left: 60px;
	font-size: 16px;
	color: #CEECF5;
	text-align: left;
}
	
.table-condensed {
	margin-left: 100px;
}
	
	
.featurette .aiiss {
	height: 660px;
	width: 660px;
	display: block;
}
	
.featurette .future-panel {
	height: 200px;
	width: 200px;
	background-image: url(Images/stardust2.png);
	border-radius: 50px 50px 50px 50px;
	display: block;
	text-align: center;
	-moz-transition: all 0.2s ease; /* FF3.7+ */
    -o-transition: all 0.2s ease; /* Opera 10.5 */
    -webkit-transition: all 0.2s ease; /* Saf3.2+, Chrome */
    transition: all 0.2s ease;
}
	
.featurette .future-panel.top {
	border-radius: 100px 100px 50px 50px;
	margin-bottom: 30px;
}
.featurette .future-panel.left {
	border-radius: 100px 50px 50px 100px;
	display: inline-block;
	margin-right: 30px;
	float: left;
}
.featurette .future-panel.mid {
	display: inline-block;
	float: left;
}
.featurette .future-panel.right {
	border-radius: 50px 100px 100px 50px;
	display: inline-block;
	margin-left: 30px;
}
.featurette .future-panel.bottom {
	border-radius: 50px 50px 100px 100px;
	margin-top: 30px;
}
	
.future-panel:hover{
	background-image: url(Images/stardust1.png);
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border: solid;
}
	
.featurette .text-fp {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 16px;
	color: #CEECF5;
}	
	
.featurette .future-panel:hover .text-fp{
    color: #380B61;
}
.featurette .future-panel.top:hover .text-fp{
    color: #01A9DB;
}


/* FEATURETTES (Psyche images)
------------------------- */

.featurette-psyche-image {
	width: 50%;
}

	
/* FEATURETTES (Index only part)
------------------------- */

.featurette-index {
    padding-top: 120px; /* Vertically center images part 1: add padding above and below text. */
    overflow: hidden; /* Vertically center images part 2: clear their floats. */
	width: 70%;
	margin: auto;
}
.featurette-index-image {
    margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
}

/* Give some space on the sides of the floated elements so text doesn't run right into it. */
.featurette-index-image.pull-left {
    margin-right: 40px;
}
.featurette-index-image.pull-right {
    margin-left: 40px;
}

/* Thin out the marketing headings */
.featurette-index-heading {
    font-size: 50px;
    font-weight: 300;
    line-height: 1;
	color: #01A9DB;
    letter-spacing: -1px;
	font-family: 'Ubuntu', sans-serif;
}
	
.featurette-index .text-muted{
    margin-top: 0px;
	font-size: 20px;
	color: #CEECF5;
}


/* MODAL Images
------------------------- */

/* Style the Image Used to Trigger the Modal */
#modal_image {
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
}

	#modal_image:hover {
		opacity: 0.7;
	}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	margin: 0;
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow-y: scroll; /* Enable scroll if needed */
	overflow-x: scroll;
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,1.0); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
	margin: auto;
	display: block;
	width: auto;
	max-width: auto;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
	margin: auto;
	display: block;
	width: 100%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
	animation-name: zoom;
	animation-duration: 0.6s;
}

@keyframes zoom {
	from {
		transform: scale(0)
	}

	to {
		transform: scale(1)
	}
}

/* The Close Button */
.close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
}

	.close:hover,
	.close:focus {
		color: #bbb;
		text-decoration: none;
		cursor: pointer;
	}
	
/* FOOTER
------------------------- */
	
.container_footer .text-muted{
	color: #007f7f;
	font-family: 'Ubuntu', sans-serif; 
}
	