body {
    width: 100%;
    height: 100%;
    font-size: 165%;
}

html {
    width: 100%;
    height: 100%;
}

@media(min-width:768px) {
    .navbar {
        background-color: #7AB28E; 
        color: #FFF;
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
        -webkit-box-shadow: 0 4px 4px -2px rgba(0,0,0,0.5);
        -moz-box-shadow: 0 4px 4px -2px rgba(0,0,0,0.5);
        box-shadow: 0 4px 4px -2px rgba(0,0,0,0.5); 
    }

    .top-nav-collapse {
        padding: 0;
    }
}

.navbar-nav {
    float: right;
    margin: 0;
}

.navbar-default {
    background-color: #7AB28E;
    border: none;
    -webkit-box-shadow: 0 4px 4px -2px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 4px 4px -2px rgba(0,0,0,0.5);
    box-shadow: 0 4px 4px -2px rgba(0,0,0,0.5);      
}

.intro-section .col-lg-12 {
    padding: 20px;
}

.intro-section {
    margin-top: 105px;
    padding-top: 135px;
    padding-bottom: 35px;
    text-align: center;
    color: #fff;
    background-image: url(../img/132981676.jpg);
    background-size: cover;
    box-shadow: 
        inset 0px 8px 8px -2px rgba(0,0,0,0.2),
        inset 0px -8px 8px -2px rgba(0,0,0,0.2);         
}


.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e4efe8;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
}

.navbar-default .navbar-brand {
    color: #fff;
}
.navbar-default .navbar-brand a:hover {
    color: #fff;
}

.bgimg-1 {
    /* margin-top: 150px; */
    /* margin-bottom: 150px; */
    background-image: url("../img/140375061.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;   
    min-height: 400px;
    box-shadow: 
        inset 0px 8px 8px -2px rgba(0,0,0,0.4),
        inset 0px -8px 8px -2px rgba(0,0,0,0.2);    
}

.featurette-divider {
  margin: 5rem 0; 
}

.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

.media {
    margin: 0;
    padding: 0;
}

.media li {
    font-size:0.8em;
    list-style-type: none;
    display:inline;
}
 
.footer {
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #7AB28E;
  color: #fff;
}

.footer a {
    color: #fff;
    float: right;
}

.logo {
    width: 190px;
    height: auto;
    margin-top: -20px;
}

.logo1 {
    width: 250px;
    height: auto;
    margin-top: -50px;
}

 .center{
    text-align: center;
}

.empty-divider {
    margin: 500px;
}