/*
 * Fonts
 */
@import url(../../../base/fonts/Lato.css);

/*
 * Common
 */
@import url(../main.css);

/*
 * Specific values
 */
:root {
    --font-family: 'Lato';
    --primary-color: #4a90e2;
    --secondary-color: #6d76b5;
    --tertiary-color: #575e66;
    --primary-color-border: rgba(0,54,136,.15);

    --h1-font-family: 'Lato';
    --h1-font-size: 54px;
    --h1-font-color: #575e66;
    --h1-line-height: 70px;
    --h1-font-weight: 300;

    --h2-font-family: 'Lato';
    --h2-font-size: 44px;
    --h2-font-color: #575e66;
    --h2-line-height: 70px;
    --h2-font-weight: 300;

    --h3-font-size: 34px;
    --h3-font-color: #575e66;
    --h3-line-height: 40px;
    --h3-font-weight: 300;

    --h4-font-size: 28px;
    --h4-font-color: #575e66;
    --h4-line-height: 38px;

    --line-theme1: #fafafa;
    --line-theme2: #f2f2f2;
    --line-theme3: linear-gradient(180deg, #989eb3 0%, #989eb3 100%);
    --line-theme4: linear-gradient(180deg, rgba(243,246,249,0.80) 0%, rgba(243,246,249,0.80) 100%);

    --button-border-radius: 0px;
    --background-image: url(../../../../../../themes/builder/images/corporate/fullwidth/fullwidth-bg-1.jpg) no-repeat;
    --multilevelpushmenu-border-color: rgba(162,73,67,.15);

    --formation-navbar-font-family: 'Lato';
    --formation-navbar-color: #575e66;
    --formation-header-progression-color: #575e66;
}

.modules .element i.fa-file-text,
.modules .element i.fa-folder {
    color: #575e66;
}
.navbar .nav > li > a {
    font-family: 'Lato';
}
