/* ==========================================================================
   Author's custom styles
   ========================================================================== */
footer {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 24%;
    width: 100%;
    background: url(../img/debut_dark.png) center repeat;
}

.success {
    display: none;
    margin: 0 0 13px;
    padding: 10px;
    border: solid 1px #bd8;
}

h1{
	font-weight: bold;
    text-transform: uppercase;
}

h2{
	text-transform: uppercase;
}

hr{
	border-top: 3px solid #eee;
}

#icon{
	position: relative;
    float: left;
    margin-right: 5px;
    height: 25px;
    width: 25px;
}

#icon img{
	position: absolute;
    left: 0;
    opacity: 1;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

#icon img.social_top:hover{
	opacity: 0;
}

.jumbotron .container {
    margin-top: 20px;
    width: 100%;
    padding: 0;
}

li a{
    cursor: pointer;
}

.nav-pills {
    padding-top: 5px;
}

.navbar{
box-shadow: 0px -0.1em .7em 0px #262626;
}

.carousel img{
 top: 0;
 left: 50%;
 min-width: 100%;
    height: 515px;
}

.title {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3.5px;
    font-size: 2.8rem;
    margin-bottom: 15px;
}

.carousel-caption h1 {
    color: #495054;
    font-weight: 400;
    font-size: 8.42857143rem;
    text-transform: uppercase;
}

.campus_main {
    max-width: 100%;
}

.campus-info {
    height: 10%;
    padding-bottom: 20px;
    padding-top: 20px;
    font-size: 1.8rem;
    color: #777;
    background-color: #f3f3f3;
}

.carousel-caption h2 {
    color: #495054;
    font-weight: 400;
    font-size: 4.42857143rem;
    text-transform: uppercase;
}

footer h2 {
    font-size: 1.6rem;
    color: #999999;
}

footer p {
    font-size: 1.4rem;
    color: #999999;
}

.next_service {
    height: 10%;
    padding-bottom: 20px;
    padding-top: 20px;
    background-color: #f3f3f3;
}

footer li a{
    font-size: 1.4rem;
    color: #999999;
}

footer .btn {
    width: 100%;
    -o-border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

footer .btn:hover {
   background-color: #5cb4cb;
   color: #fff;
}

.next_service .btn {
    border-radius: 0px;
}

.next_service .btn:hover {
   background-color: #5cb4cb;   
}

.next_service p {
    font-size: 1.6rem;
}

.next_service h3 {
    margin: 0;
}


.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  max-height: 500px;
  padding: 0;
  margin-left: auto;
    margin-right: auto;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

.navbar-nav > li.active > a, .navbar-nav > li.active > a:hover, .navbar-nav > li.active > a:focus{
    background-color: #fff;
    color: #5cb4cb;
    border-radius: 0px;
    border-bottom: 10px solid #33646e;
}

.navbar-nav > li > a {
  color: #495054;
  margin-left: 10px;
  font-size: 1.6rem;
  padding-bottom: 22px; 
}

.navbar-nav > li > a:hover{
   border-radius: 0px;
   background-color: #eee;
   border-bottom: 10px solid #33646e;
}

.navbar-nav > li.dropdown > a:hover{
 border-bottom: none;   
}

.navbar-nav > li.dropdown.active > a:hover{
	border-bottom: 10px solid #33646e;
}

.navbar-nav{
 margin-top: 8px;   
}


.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu > li > a{
   
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}
.front-button {
    position: relative;
}

.caption{
	margin-top: -15px;
    margin-bottom: 45px;
}

.caption h5{
	margin-top: -5px;
}

.front{
}

.button-caption {
    position: absolute;
    bottom: 15%;
    padding-left: 15%;
    padding-right: 5%;
    padding-top: 2%;
    padding-bottom: 2%;
    background-color: #33646e;
    color: #fff;
    font-size: 20px;
}


.full_title {
    position: absolute;
    top: 13%;
    left: 34%;
    text-align: center;
    font-size: 8.2rem;
    color: #fff;
}

.sub_hero{
	margin-right: 0px;
    margin-left: 0px;
    margin-top: 30px;
}

.full_image, .sub-hero {
    position: relative;
    width: 100%;
}

.bio:before{
    position: absolute;
    content:'';
    height: 100%;
    border-right: 4px double #333;
    width: 0;
    right: -0px;
}

.bio_pic_main {
    width: 100%;
}

.bio_pic_mobile{
        display: none;
}

@media(min-width: 1200px){
.navbar-toggle{
    display: none;   
 }
}

@media(min-width: 991px){
 
 	.front{
    	max-width: 370px;
    }
    .title{
    font-size: 3.6rem;
    }
    .buffer{
    	margin-top: 4%;
        margin-bottom: 7%;
    }
}

@media(max-width: 1199px){
    .bio:before{
     height: auto;   
    }
    .bio_pic_main{
        display: none;
    }
    .bio_pic_mobile{
    display: block;
     width: 100%;   
    }    
}

@media(max-width: 990px){
    .navbar-nav > li >a, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus{
    background-color: #fff;
    color: #5cb4cb;
    border-radius: 0px;
    border-bottom: none;
    }

    .front{
        max-width: 100%;
        width: 700px;
        margin-bottom: 15px;
    }
    
    .title{
    	font-size: 2.8rem;
        margin-top: 20px;
    }
    
    .jumbotron{
        display: none;   
    }
    .sub_hero{
        display: none;   
    }

}