body {
    background-color: #fff;
}


/* ------------- header --------------*/

header {
    padding: 35px 15px;
    background: linear-gradient(to bottom, #8ae416, #3c763d);
}

.logo img {
    position: absolute;
    z-index: 2;
    margin-top: -25px;
}



/* ------------- nav --------------*/

.navbar {
    position: relative;
    height: auto;
    min-height: 70px;
    margin-bottom: 0px;
    border-bottom: 1px solid #8ae416;
    border-top: 1px solid #000000;
    border-radius: 0;
    padding: 9px 0;
    padding-bottom: 0;
    background: #6d0019;
    background: -moz-linear-gradient(top,#000000 0,#161616 56%,#1b1b1b 100%);
    background: -webkit-linear-gradient(top,#000000 0,#161616 56%,#1b1b1b 100%);
    background: linear-gradient(to top,#000000 0,#161616 56%,#1b1b1b 100%);

}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Squada One'
}

p, li, a, em, b, label {
    font-family: 'Droid Sans';
}

.navbar li a{
    font-size: 20px;
    color: #ffffff!important;
    
}

.navbar li a.active {
    color: #8ae416!important;
    text-shadow: 2px 2px 2px #000;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #F44336;
    background-image: none;
    border: 2px solid transparent;
    border-radius: 4px;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #F44336;
    outline: none;
}

.navbar-inverse .navbar-toggle {
    border-color: #E91E63;
}



/* ------------- slider --------------*/

.slide {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 400px;
    background-position: center center;
    background-color: #000000;
    background-size: cover;
    background-repeat: no-repeat;
}


.slide:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #000;
        opacity: .75;
}

.slide-0 {
    background-image: url(/images/home.jpg);
}

.slide-1 {
    background-image: url(/images/about.jpg);
}

.slide-2 {
    background-image: url(/images/services.jpg);
}

.slide-3 {
    background-image: url(/images/hours.jpg);
}

.slide-4 {
    background-image: url(/images/location.jpg);
}


.slide h1 {
    color: #fff;
    font-size: 80px!important;
    text-shadow: 2px 2px 2px #000;
}

.slide h2 {
    color: #ffffff;
    font-size: 38px!important;
    text-shadow: 2px 2px 2px #000;
}

.slide p {
    color: #8ae416!important;
    font-size: 22px!important;
    letter-spacing: 1px;
    text-shadow: 2px 2px 2px #000;
}

.slide p a{
    color: #87f7fc;
    font-size: 20px!important;
    letter-spacing: 1px;
    text-shadow: 2px 2px 2px #000;
}



.carousel-control i {
    position: absolute;
    top: 50%;
    z-index: 5;
    font-size: 46px;
}

.carousel-control.right i {
    right: 15%;
    left: auto;
}

.carousel-control.left i {
    left: 15%;
    right: auto;
}

/* ------------- sections and containers --------------*/

section {
    padding: 50px 15px 40px 15px;
    background: linear-gradient(to bottom,#eee,#ffffff);
}

.well {
    padding: 20px 30px;
    background: linear-gradient(to bottom,#eee,#ffffff);
    border: 4px solid #ddd;
    border-radius: 15px;
}

/* ------------- typography --------------*/

.well h2 {
    font-size: 40px;
    color: #000000;
    margin-bottom: 20px;
    text-shadow: 2px 2px 2px #ffffff;
}

.well p, .well li {
    margin-bottom: 20px;
    font-weight: 200;
    line-height: 1.4;
    font-size: 21px;
    color: #333333;
}

.well img {
    border-radius: 15px;
    border: 3px solid #ffffff;
}



/* ------------- footer --------------*/


footer {
    background: linear-gradient(to bottom,#222222,#000000);
    border-top: 5px solid #ccc;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
}

.gototop {
    position: fixed;
    bottom: 10px;
    right: -5px;
    padding: 10px 20px 10px 10px;
    
}


footer ul {
    
    margin-bottom: 30px!important;
       
}

footer ul li a{
    
    font-size: 20px;
    color: #ffffff;

       
}

footer ul li a:hover{
    background-color: transparent!important; 
    color: #8ae416!important;
}

footer ul li a.active {
    color: #8ae416!important;
    text-shadow: 2px 2px 2px #000;
}

footer p.signature{
    color: #ffffff;
    margin: 20px;
}

footer p.signature a{
    color: #ffffff;
}



@media screen and (max-width: 991px) {
    
.logo img {
    width: 190px;
    margin-top: -25px;
} 
    
.nav>li>a {
    padding: 15px 10px;
}    
    
}


.logo img {
    position: absolute;
    z-index: 2;
    margin-top: -25px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 3px solid #8ae416;
}

.btn-info {
    color: #fff;
    background-color: #000;
    border-color: #8ae416;
    padding: 10px 20px;
    border-radius: 25px;
    margin-top: 15px;
}


@media screen and (max-width: 767px) {
    
.navbar-collapse {
    max-height: 340px;
    padding-right: 35px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    background-color: rgba(0, 0, 0, 0.54);
    margin: 0 -15px -1px -15px;
    text-align: right;
}    
    
    
    
     
.slide {
    min-height: 200px;
}
    
.slide h2 {
    font-size: 30px!important;
}

.slide h3 {
    font-size: 20px!important;
}
    
.slide p, .slide p a {
    font-size: 16px!important;
}
    
section {
    padding: 20px 0;
}

.well {
    padding: 0 0;
    background: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
} 
    
.well h2 {
    font-size: 30px;
}

.well p, .well li {
    font-size: 18px;
    color: #000000;
}    
    
     
     
}