﻿@font-face {
    font-family: 'FSAlbert';
    src: url('../../fonts/FSAlbert.eot');
    src: url('../../fonts/FSAlbert.eot?#iefix') format('eot'), url('../../fonts/FSAlbert.woff') format('woff'), url('../../fonts/FSAlbert.woff2') format('woff2'), url('../../fonts/FSAlbert.ttf') format('truetype'), url('../../fonts/FSAlbert.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FSAlbert-Light';
    src: url('../../fonts/FSAlbert-Light.eot');
    src: url('../../fonts/FSAlbert-Light.eot?#iefix') format('eot'), url('../../fonts/FSAlbert-Light.woff') format('woff'), url('../../fonts/FSAlbert-Light.woff2') format('woff2'), url('../../fonts/FSAlbert-Light.ttf') format('truetype'), url('../../fonts/FSAlbert-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FSAlbert-Bold';
    src: url('../../fonts/FSAlbert-Bold.eot');
    src: url('../../fonts/FSAlbert-Bold.eot?#iefix') format('eot'), url('../../fonts/FSAlbert-Bold.woff') format('woff'), url('../../fonts/FSAlbert-Bold.woff2') format('woff2'), url('../../fonts/FSAlbert-Bold.ttf') format('truetype'), url('../../fonts/FSAlbert-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'FSAlbert-Bold', sans-serif;
    line-height: 1.5;
    color: #323232;
    font-size: 14px;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

.container-fluid {
    /*background: linear-gradient(135deg, #ffffff 0%, #DC143C 100%);*/
    background-color: white;
}

.navbar-nav li a {
    line-height: 50px;
    font-family: 'FSAlbert', sans-serif;
    color: #323232;
    font-size: 16px;
    font-weight: 550;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

    .navbar-nav li a:hover {
        background-color: red; /*#DC143C;*/
        color: white;
    }

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #DC143C;
    border-color: #337ab7;
    color: white;
}

