﻿
    /* 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 {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 11;
      margin-top: 20px;
      margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
    }
	
    .navbar-wrapper .container {
      width: auto;
    }  
	
    .navbar-wrapper .navbar {
      max-width: 70%;
	  margin: auto;
    }

    /* Remove border and change up box shadow for more contrast */
    .navbar .navbar-inner {
	  border: ridge #9f9f9f;
	  border-radius: 15px 15px 15px 15px;	  
      -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: 70%; 
    }
	
    /* 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: ridge #ffffff;
	  border-radius: 15px 15px 15px 15px;
	}
	
   .featurette .text-muted{
      margin-top: 0px;
	  font-size: 16px;
	  color: #CEECF5;
	  margin-left: 15px;
	  margin-right: 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;
	}

	.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 (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;
    }
	
    /* FOOTER
    ------------------------- */
	
	.container_footer .text-muted{
		color: #007f7f;
		font-family: 'Ubuntu', sans-serif; 
	}
	