<link href="https://fonts.googleapis.com/css?family=Exo:300,400,500,700|Quicksand&display=swap" rel="stylesheet">


body {
    background-color: #1c6aab;
    
}

h1,h2,h3,h4,h5,h6 {
    
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}

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

p {
    margin: 25px 0;
}

.mt25 {
    margin-top: 25px;
}



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

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

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

.text  {
    text-align: right;
    position: absolute;
    z-index: 2;
    right: 40px;
    top: -30px;
}

.text  p{
    font-size: 20px;
    color: #00babf;
    font-style: italic;
}



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

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

}

.navbar li a{
    font-size: 20px;
    color: #1b5f98!important;
    font-style: italic;
    
}

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

.navbar li a.active {
    color: #36c3bc!important;
    text-shadow: 2px 2px 2px #ffffff;
}

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

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

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

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #206bad;
}



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

.slide {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 300px;
    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: -moz-linear-gradient(to bottom,#1c6aab,#1c6aab,#054579,#061e33);
        background: -webkit-linear-gradient(to bottom,#1c6aab,#1c6aab,#054579,#061e33);
        background: linear-gradient(to bottom,#26cece,#1c6aab,#054579,#061e33);
        opacity: 0.70;
}

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

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

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

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

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

 

.slide h2 {
    color: #b0dbff;
    font-size: 60px!important;
    text-shadow: 4px 4px 4px #2b587e;
    text-transform: uppercase;
    letter-spacing: 0.09em;
}

.slide h2 span {
    
    color: #c4fdff;
    letter-spacing: 0.09em;
    
}

.slide h3 {
    font-weight: 300;
    color: #ffffff;
    font-size: 26px!important;
    text-shadow: 2px 2px 2px #525252;
    letter-spacing: 0.05em;
    line-height: 36px;


    
}

.slide p {
    color: #41ceef;
    font-size: 28px!important;
    letter-spacing: 1px;
    text-shadow: 2px 2px 2px #01345d;
    font-weight: 300; 
    text-transform: capitalize;
    letter-spacing: 0.05em;
}

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


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

section {
    padding: 60px 15px 40px 15px;
    background-image: url(/images/background.jpg);
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    overflow-x: hidden;
    position: relative;
}


.well {
    padding: 20px 40px 30px 40px;
    background: -moz-linear-gradient(to bottom,rgba(255, 255, 255, 0.8),rgba(255, 255, 255, 0.5));
    background: -webkit-linear-gradient(to bottom,rgba(255, 255, 255, 0.8),rgba(255, 255, 255, 0.5));
    background: linear-gradient(to bottom,rgba(255, 255, 255, 0.8),rgba(255, 255, 255, 0.5));
    border: 2px solid #ffffff;
    border-radius: 15px;
}

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

.well h1 {
    font-size: 38px;
    color: #174972;
    margin-bottom: 20px;
    text-shadow: 2px 2px 2px #ffffff;
    letter-spacing: 0.03em;
}


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

.well h3 {
    font-size: 24px;
    color: #2b9baa;
    margin-bottom: 20px;
}

.well h4 {
    font-size: 22px;
    color: #000000;
    margin: 30px 0 5px 0;
}

.well p, .well li {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 18px;
    color: #111111;
}

.well ul {
    margin-top: 10px;
}

.well dl {
    margin: 10px 0;
}

.well dt {
    font-weight: 600;
    line-height: 1.4;
    font-size: 21px;
    margin-right: 20px;
    color: #02669b;
    min-width: 280px;
}

.well dd {
    font-weight: 400;
    line-height: 1.4;
    font-size: 21px;
    color: #555555;
}


.well img {
    border: 4px solid #eeeeee;
}

.well hr { 
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 3px solid #b9c2d3;
}

.well .img-right {
    width: 35%;
    float: right;
    margin-left: 25px;
    margin-bottom: 25px;
    border: 4px solid #ffffff!important;
}

.well .img-right-50 {
    width: 50%;
    float: right;
    margin-left: 25px;
    margin-bottom: 25px;
    border: 4px solid #ffffff!important;
}

.well-text{
    border: 2px solid #dbe2fc;
    padding: 0px 25px 25px 25px;
    border-radius: 10px;
    background-color: rgba(235, 251, 255, 0.3);
}

.well-text p{
    color: #4766c3;
}


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

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

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

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


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

.nav-footer:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(to bottom right,#1c6aab,#2797f4,#77bef8);
    background: -webkit-linear-gradient(to bottom right,#1c6aab,#2797f4,#77bef8);
    background: linear-gradient(to bottom right,#1c6aab,#2797f4,#77bef8);
    opacity: .50;
}




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


a .thumbnail:before {
        content: '';
        position: absolute;
        top: 0;
        right: -1px;
        bottom: 0;
        left: -1px;
        border-radius: 10px;
        background-color: #03A9F4;
        opacity: 0.7;
        transition: background-color 0.8s ease;
}


a .thumbnail h3 {  
    text-align: center;
    font-size: 20px;
    color: #ffffff!important;
    text-shadow: 2px 2px 2px #092238;
    letter-spacing: 0.06em;
    font-weight: 400;
    z-index: 3;
}

a .thumbnail:hover {  
    border: 2px solid #ffffff!important;
}

a .thumbnail:hover:before{ 
    background-color: #ffffff;
    opacity: 0.8;
}

a .thumbnail:hover > h3 {  
    color: #0c4676!important;
    text-shadow: 2px 2px 2px #ffffff;
    text-decoration: none!important;
}
    
    

a:hover {  
    text-decoration: none!important;
}


/* ------------- 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: -moz-linear-gradient(to bottom,#000000,#333333);
    background: -webkit-linear-gradient(to bottom,#000000,#333333);
    background: linear-gradient(to bottom,#000000,#333333);
    border-top: 4px solid #777777;
    padding-top: 20px;
    padding-bottom: 30px;
    color: #fff;
    letter-spacing: 0.05em;
}

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


footer h2 {
    color: #6cb6f4;
    margin: 20px 20px;
    font-weight: 300;
    font-size: 20px;
}

footer h3 {
    color: #6cb6f4;
    margin: 20px 20px;
    font-weight: 300;
    font-size: 14px;
}

footer h5 {
    color: #6cb6f4;
    margin: 20px 20px;
    font-weight: 300;
    font-size: 16px;
}

footer p.signature{
    

}

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


p.clear {
  clear: both;
}




@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) {
    
.logo img {
    width: 80px;
    margin-top: 0px;
} 
    
.navbar {
    background: #ffffff;

}    
    
.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: #ffffff;;
    margin: 0 -15px -1px -15px;
    text-align: right;
}  
    
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #ffffff;
}    
    
    
    
     
.slide {
    min-height: 200px;
}
    
.slide h2 {
    font-size: 26px!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 .img-circle {
    max-width: 300px;
    margin: 20px auto;
  
} 
    
.well h1 {
    font-size: 28px;
}    
    
.well h2 {
    font-size: 22px;
}
    
.well h3 {
    font-size: 20x;
}
    
.well h4 {
    font-size: 18px;
    line-height: 24px;
}    

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

} 
    
a .thumbnail {
    display: block;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 80px;
    margin: 20px;
}  
    
    
a .thumbnail h3 {  
    font-size: 18px;
    position: relative;
    z-index: 9999;
}
    
.nav-footer {
    padding: 30px 0 10px 0;
    border-top: 4px solid #ffffff;
}
    
 
    
}
    