@charset "utf-8";

body {
    font: 400 15px Lato, sans-serif;
    line-height: 1.8;
    color: #818181;
	 position: relative;
}

.toptext {
	background-color: #000; /* black */
	color: #ffffff;
	padding-top: 50px;
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 5px;
	font-family: Montserrat, sans-serif;
	
}
.jumbotron { 
    background-color: #f4511e; /* Orange */
    color: #ffffff;
	 padding: 100px 25px;
	     font-family: Montserrat, sans-serif;
}


/*lessthan 768 pixels wide */
@media screen and (max-width: 768px) {
    .col-sm-4 {
        text-align: center;
        margin: 25px 0;
    }
}


.bg-grey {
    background-color: #f6f6f6;
}

.container-fluid {
    padding: 60px 50px;
}

.logo {
    font-size: 200px;
	   color: #64427D;
}
.logo-shuttle {
    color: #64427D;
    font-size: 400px;
}

.logo-small {
    color: #64427D;
    font-size: 50px;
}
.logo-smallgreen {
    color: #0BB824;
    font-size: 50px;
}

.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}

.thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}
.carousel-inner{
top: 50px;	
}

#myCarousel2 .carousel-inner{
top: 0px;	
}
/*image carousel*/
.carousel-inner img {
   /* -webkit-filter: grayscale(90%);
    filter: grayscale(90%); /* make all photos black and white */ 
    width: 100%; /* Set width to 100% */
    margin: auto;
}

.carousel-caption h3 {
    color: #fff !important;
}

@media (max-width: 600px) {
    .carousel-caption {
        display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
    }
}



/*text carousel*/
.carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #03BCFF;
}
/*Featured Text lessthan 480 pixels wide */
  @media screen and (max-width: 480px) {
    body {
    }
#feature h2 {
		  margin-top: 80px;
	}
	
	#about {
		  margin-top: 80px;
		    padding: 30px 5px;
	}
	#mission {
		  margin-top: 60px;
		    padding: 30px 0px;
	}
	/*.container-fluid {
    padding: 60px 50px;
    padding-top: 60px;
    padding-right: 50px;
    padding-bottom: 60px;
    padding-left: 50px;
}*/
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 15px;
    margin-left: 15px;
}
	/*.containerpadhalf {
      padding: 30px 10px;
	  margin-right: 15px;
	  margin-left: 15px;*/
  
  .carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #FFCE00;
	visibility:hidden;
	}
}
.carousel-indicators {
    bottom: -50px;
}
.carousel-indicators li {
    border-color: #FF00C6;
}

.carousel-indicators li.active {
    background-color: #03BCFF;
}

.item h4 {
    font-size: 19px;
    line-height: 1.175em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
}

.item span {
    font-style: normal;
}

.panel {
    border: 1px solid #f4511e; 
    border-radius:0;
    transition: box-shadow 0.5s;
}

.panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}

.panel-footer .btn:hover {
    border: 1px solid #f4511e;
    background-color: #fff !important;
    color: #f4511e;
}

.panel-heading {
    color: #fff !important;
    background-color: #f4511e !important;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.panel-footer {
    background-color: #fff !important;
}

.panel-footer h3 {
    font-size: 32px;
}

.panel-footer h4 {
    color: #aaa;
    font-size: 14px;
}

.panel-footer .btn {
    margin: 15px 0;
    background-color: #f4511e;
    color: #fff;
}
/*nav bar*/
.navbar {
    margin-bottom: 0;
    background-color: #000;
    z-index: 9999;
    border: 0;
    font-size: 10px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
	 font-family: Montserrat, sans-serif;
}

.navbar li a, .navbar .navbar-brand {
    color: #03BCFF !important;
}

.brand {
	
	font-size: 17px;
	line-height: 20px;
}

.center-me {
  margin: 0 auto;
}
.not
{
padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
/*new for nav*/
.head {
    margin-top: 8px;
    margin-right: 15px;
	margin-left: 7px;
    margin-bottom: 8px;
	position: relative;
    float: left;
   letter-spacing: 1px;	
}


.nav>li>a {
    position: relative;
    display: block;
    padding: 14px 10px;
}
.navbar-nav li a:hover, .navbar-nav li.active a {
    color: #03BCFF !important;
    background-color: #fff !important;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
}
h1.heading{
	 color: #03BCFF;
}
h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #FF00C6;
    font-weight: 600;
	margin-top: 20px;
    margin-bottom: 20px;
}

h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #03BCFF;
    font-weight: 400;
    margin-bottom: 30px;
}

h4.greentext{
	 color: #0BB824;
}



.slideanim {visibility:hidden;}
.slide {
    /* The name of the animation */
    animation-name: slide;
    -webkit-animation-name: slide; 
    /* The duration of the animation */
    animation-duration: 2s; 
    -webkit-animation-duration: 2s;
    /* Make the element visible */
    visibility: visible; 
	 /* visibility: hidden;*/ 
}

/* Go from 0% to 100% opacity (see-through) and specify the percentage from when to slide in the element along the Y-axis */
@keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
		transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
		transform: translateY(0%);
    } 
}
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
		transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
		transform: translateY(0%);
    }
}
