@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,500,700');



body {
    background-color: #000;
    font-family: 'Rajdhani', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
    
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
}

p,li,a,span,label {
    
    font-family: 'Rajdhani', sans-serif;
    font-weight: 500;
    letter-spacing: 0.02em;
}

p {
    margin: 25px 0;
}



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

header {
    padding: 35px 15px;
    background: linear-gradient(to right,#ffffff,#eeeeee, #dddddd);
}

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



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

.navbar {
    position: relative;
    height: auto;
    min-height: 70px;
    margin-bottom: 0px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    border-radius: 0;
    padding: 9px 0;
    padding-bottom: 0;
    background: #000000;
    background: -moz-linear-gradient(to right,#000000,#58283c);
    background: -webkit-linear-gradient(to right,#000000,#58283c);
    background: linear-gradient(to right,#333333,#000000);

}

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

.navbar li a:hover{
    color: #dddddd!important;
    
}

.navbar li a.active {
    color: #fcf700!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: #000000;
    background-image: none;
    border: 2px solid #ffffff;
    border-radius: 4px;
}

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

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



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

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


.slide:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: linear-gradient(to bottom right,#ffffff,#046a88,#000000,#000000,#000000,#646200,#fcf700);
        opacity: .70;
}

.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/contact.jpg);
}



.slide h2 {
    color: #c11c1c;
    font-size: 80px!important;
    text-shadow: 4px 4px 7px #000000;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

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

.slide p {
    color: #55a9ff;
    font-size: 40px!important;
    letter-spacing: 1px;
    text-shadow: 2px 2px 2px #000;
}

.slide p a{
    color: #ffffff;
    font-size: 24px!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: 60px 15px 40px 15px;
    background: linear-gradient(to bottom,#000000,#ffffff);
    background-image: url(/images/background.jpg);
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    overflow-x: hidden;
    position: relative;
}

section:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: linear-gradient(to bottom,#000000,#fcf700);
        opacity: .20;
}


.well {
    padding: 20px 30px 30px 30px;
    background: linear-gradient(to bottom,rgba(34, 34, 34, 0.5),rgba(0, 0, 0, 0.55));
    border: 3px solid #222222;
    border-radius: 15px;
}

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

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

.well h3 {
    font-size: 30px;
    color: #e3bb13;
    margin-bottom: 20px;
    text-shadow: 2px 2px 2px #000000;
}

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

.well li a {
    color:#6bafff!important;
} 
    
.well li a:hover {
    color:#a4ff6b!important;
} 

.well img {
    border-radius: 15px;
    border: 4px solid #333333;
}

.well hr { 
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 2px solid #333;

}

.well .img-right {
    width: 35%;
    float: right;
    margin-left: 25px;
    margin-bottom: 25px;
}

.well .img-right-50 {
    width: 50%;
    float: right;
    margin-left: 25px;
    margin-bottom: 25px;
}


/* ------------ buttons --------*/

.btn-cx-primary {
    font-size: 20px;
    letter-spacing: 0.03em;
    padding: 10px 20px;
    border: 2px solid #fcf700;
    color: #fcf700;
    background-color: #000;
    border-radius: 10px;
} 

.btn-cx-primary:hover {
    color: #000;
    background-color: #fcf700;
    
}

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


.nav-footer {
    position: relative;
    background-image: url(/images/services.jpg);
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0 10px 0;
    border-top: 4px solid #333333;
}

.nav-footer:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: linear-gradient(to bottom,#646200,#fcf700);
        opacity: .70;
}




a .thumbnail {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 100px;
    background-position: center top;
    background-color: #000000;
    background-size: cover;
    background-repeat: no-repeat;
    border: 3px solid #333333;
    border-radius: 10px;
    margin: 0 0 60px 0;
}


a .thumbnail:before {
        content: '';
        position: absolute;
        top: 0;
        right: -1px;
        bottom: 0;
        left: -1px;
        background: linear-gradient(to bottom right,#046a88,#000000,#000000);
        opacity: .70;
}


a .thumbnail h3 {  
    text-align: center;
    color: #ffffff!important;
    z-index: 3;
}

a .thumbnail:hover >h3{  
    color: #dddddd;!important;
    text-decoration: none;
}


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



.nav-footer ul li a{
    color: #eeeeee;
    font-size: 20px;
       
}

.nav-footer ul li a:hover{
    background-color: transparent!important; 
    color: #dddddd!important;
}

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






footer {
    background: linear-gradient(to bottom,#570e0e,#000000);
    border-top: 4px solid #333333;
    padding-top: 0;
    padding-bottom: 30px;
    color: #fff;
        letter-spacing: 0.05em;
}

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


footer a h3 {
    color: #9e9e9e;
    margin: 40px 20px;
}

footer p.signature{
    

}

footer p.signature a{
    color: #9e9e9e;
}







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




@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 img {
    margin-bottom: 20px;
}    
    
.well h2 {
    font-size: 30px;
}

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