﻿

nav.navbar {
    background-color: #0c2c3e !important;
}

nav.navbar li a {
    color: #fff !important;
}

nav.navbar li a:hover {
    color: #1a91cb !important;
}

.btn-link {
    color: #fff;
    text-decoration: none;
}

/* ------------------ LANDING -----------------*/
.landingPage{
    text-align: center;
    padding-top: 100px;
}
.landingPage img {
    padding-bottom: 50px;
}


/* --------------------------CARD ------------------*/
.card {
    background-color: #ddd;
    padding: 40px;
    margin-bottom: 20px;
}


/* Headings
    --------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Raleway, sans-serif;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 16px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}



h3.cimsor {
    background-color: #0c2c3e;
    color: #fff;
    padding: 10px;
    clear: both;
    font-size: 16px;
    margin-bottom: 24px;
}

h3.backoffice{

}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #0c2c3e !important;
}