:root {
    --color-link: #0077c0;
    --color-btn: #0077c0;
    --color-btn-txt: #fff;
    --color-text: #05192c;
    --color-text-white: #FFFFFF;
    --color-title: #05192c;
    --color-bg-1: #fff;
    --color-bg-2: #f3f3f3;
    --color-bg-3: #546171;
    --color-red: #f3a46f;
    --font-title: Teko;
    --font-text: Raleway;
}

/* Fonts size */
h1, .h1 {
    font-size: 70px;
}
h1.center-title span {
    height: 70px;
}
h2, .h2 {
    font-size: 50px;
}
h2.center-title span {
    height: 50px;
}
h3, .h3,
h3 > a, .h3 > a {
    font-size: 34px;
}
@media (max-width: 480px) {
    h1, .h1 {
        font-size: 40px;
    }
    h2, .h2 {
        font-size: 34px;
    }
    h3, .h3,
    h3 > a, .h3 > a {
        font-size: 28px;
    }
}
.nav-menu ul.navbar-nav > li > a {
    font-size:26px;
}
#home-slideshow h1.center-title {
    font-size: 90px;
}
#home-slideshow h1.center-title span {
    font-size: 30px;
}