body {
    font: 400 15px/1.8 Lato, sans-serif;
    color: #777;
  }
 

/* ***************************
     NAVIGATION BAR
****************************** */
  .navbar {
    font-family: Montserrat, sans-serif;
    margin-bottom: 0;
    background-color:  #fbfcfc;
    border: 0;
    font-size: 13px !important;
    letter-spacing: 4px;
    opacity: 0.9;
      
  }
  .navbar li a, .navbar .navbar-brand { 
    color:  #2c3e50  !important;
  }
  .navbar-nav li a:hover {
    color:  #f9d1fc  !important;
      text-decoration: underline
  }
  .navbar-nav li.active a {
    color: #f9d1fc !important;
    background-color:  #f4f6f6 !important;
  }
  .navbar-default .navbar-toggle {
    border-color: transparent;
  }
  .open .dropdown-toggle {
    color: #fff;
    background-color: #aeb6bf !important;
  }
  .dropdown-menu li a {
    color: #000 !important;
  }
  .dropdown-menu li a:hover {
    background-color: transparent !important;
  }

/* ***************************
      HOME FOOTER
****************************** */
.newsletter {
    background-color: #aeb6bf;
    
}

.newsletter .container{
    padding-top: 10px;
    padding-bottom: 60px;
    padding-left: 10px;
    padding-right: 0px;
}

.newsletter .form-group{
    display: inline-block;
  vertical-align: middle;   
}

.newsletter input[type=email] {
    padding-top: 5px;
    width: 300px;
    height: 50px;
    font-size: 20px;
    
}

.newsletter form button {
    height: 50px;
    background-color: #f9d1fc ;
    color:#fff;
    font-size: 20px
}

footer {
    background-color: #2d2d30;
    color: #f5f5f5;
    padding: 32px;
  }
 
footer p{
    font-size: 20px;
    margin-bottom: -5px;
}
   
  .form-control {
    border-radius: 0;
  }

   
/* ***************************
      Image Gallery
****************************** */

.first img:hover {
    opacity: 0.5;
}

.second img:hover {
    opacity: 0.5;
}

.row.text-center > div {
        display: inline-block;
        float: none;
    }

@media only screen and (max-width: 575px) 
{
    .charslogo img {
    padding-top: 130px;
    width: 100%;
    height: auto;
    }
    
    .skslogo img {
    padding-top:50px;
    width: 100%;
    height: auto;
    }
    
    .first { 
    padding-bottom: 5px;
    }

    .first img {
    width: 140%;
    height: auto;  
    
    }

    .second img {
    width: 140%;
    height: auto;
    }
    
    
    .col-xs-2 {width: 25%; height: auto}
    
}

@media only screen and (min-width: 576px) and (max-width: 767.98px)
{
    .charslogo img {
    padding-top: 130px;
    width: 100%;
    height: auto;
    }
    
    .skslogo img {
    padding-top:50px;
    width: 80%;
    height: auto;
    }
    
    .first { 
    padding-bottom: 15px;
    }

    .first img {
    width: 100%;
    height: auto;  
    
    }

    .second img {
    width: 100%;
    height: auto;
    }
    
    
    .col-xs-2 {width: 25%; height: auto}
}

@media only screen and (min-width: 768px) and (max-width: 991.98px)
{
    .charslogo img {
    padding-top: 130px;
    width: 80%;
    height: auto;
    }
    
    .skslogo img {
    padding-top:50px;
    width: 60%;
    height: auto;
    }
    
    .first { 
    padding-bottom: 10px;
    }

    .first img {
    width: 125px;
    height: 180px;  
    
    }

    .second img {
    width: 125px;
    height: 180px;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1199.98px)
{
    .charslogo img {
    padding-top: 130px;
    width: 80%;
    height: 60%;
    }
    
    .skslogo img {
    padding-top:50px;
    width: 60%;
    height: 60%;;
    }
    
    .first { 
    padding-bottom: 15px;
    }

    .first img {
    width: 150px;
    height: 200px;  
    
    }

    .second img {
    width: 150px;
    height: 200px;
    }

}

@media only screen and (min-width: 1200px)
{
    .charslogo img {
    padding-top:100px;
    width: 60%;
    height: 60%;
}

    .skslogo img {
    padding-top:50px;
    width: 50%;
    height: 50%;
}
    
    .first { 
    padding-bottom: 15px;
    }

    .first img {
    width: 150px;
    height: 200px;  
    
    }

    .second img {
    width: 150px;
    height: 200px;
    }
}


/* ***************************
      Carousel
****************************** */
.carousel {
  width: 80%;
  overflow: hidden;
}

.carousel .item img {
    max-height: 500px;
    /* min-width: 768px; */
    width: 80%;
}


.carousel-control.right{
    opacity:0.1 !important;
    color:floralwhite;
}

.carousel-control.left{
    opacity:0.1 !important;
    color:floralwhite;
}


@media screen and (max-width: 768px) {
  .carousel {
    /* Pushes out the margins on mobile devices so it lines up with the article body. */
    margin-left: -20px !important;
    margin-right: -20px !important;
    width: inherit !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px)
{
    .carousel {
    width: 75%;
    height: auto;
    overflow: hidden;
    }
}

@media only screen and (min-width: 1200px)
{
    .carousel {
    width: 992px;
    height: auto;
    overflow: hidden;
    }
}  

/* ***************************
      HOME FOOTER
****************************** */
.newsletter {
    background-color: #aeb6bf;
    
}

.newsletter .container{
    padding-top: 10px;
    padding-bottom: 60px;
    padding-left: 10px;
    padding-right: 0px;
}

.newsletter .form-group{
    display: inline-block;
  vertical-align: middle;   
}

.newsletter input[type=email] {
   
    width: 300px;
    height: 50px;
    font-size: 20px;
    
}

.newsletter input[type=submit] {
    height: 51px;
    background-color: #f9d1fc ;
    color:#fff;
    font-size: 20px
}

.newsletter form button {
    height: 50px;
    background-color: #f9d1fc ;
    color:#fff;
    font-size: 20px
}

footer {
    background-color: #2d2d30;
    color: #f5f5f5;
    padding: 32px;
  }
 
footer p{
    font-size: 20px;
    margin-bottom: -5px;
}
   
  .form-control {
    border-radius: 0;
  }
