body {  font-family: 'Didact Gothic', sans-serif;
  font-size: 14px;
}

.centered {  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.jumbotron {    background-color:rgb(47,106,210) ;
    color: #fff;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black,  2px 2px 5px #000;
    padding: 60px 25px;
}


.everest-bg {
  background: url("../img/everest-mountain-new.jpg") no-repeat center;
}

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


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


.logo {    font-size: 200px;
    color: rgb(108,96,106) ;
}


.logo-small {
    color: rgb(47,106,210) ;
    font-size: 50px;
}

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


.carousel-control.right, .carousel-control.left {    background-image: none;
    color: rgb(47,106,210) ;
}

.carousel-indicators li {    color: rgb(47,106,210) ;
}

.carousel-indicators li.active {    color: rgb(47,106,210) ;
}

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

.item span {    font-style: normal;
}

.navbar {
    margin-bottom: 0;
    background-color: #fff;
    z-index: 9999;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
}

.navbar li a, .navbar .navbar-brand {
    /*color: #fff !important;*/
    color: rgb(108,96,106) !important;
}

.navbar-nav li a:hover, .navbar-nav li.active a {
    color: #fff !important;
    background-color: rgb(47,106,210)  !important;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
}

footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #fff;
}

.footer-style {
    background-color:rgb(108,96,106);
    padding-top: 20px;

}

.footer-text{
    font-size: 16px;
    color:  #f6f6f6;
}

.custom-bullet-check .custom-bullet-right li {
    display: block;
}

.custom-bullet-check li:before
{
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    font-size: 10px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color:rgb(47,106,210);
}

.custom-bullet-right li:before
{
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e258" !important;
    font-family: 'Glyphicons Halflings';
    font-size: 10px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color:rgb(108,96,106) !important;
}

.custom-bullet-check li {
    display: block;
}

.custom-bullet-check li:before
{
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    font-size: 10px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color:rgb(47,106,210);
}

/*
 * Override Bootstrap's default container.
 */
.override-top-padding
{
  padding-top: 10px !important;
}
