body {
    font-family: 'Work Sans', sans-serif;
    background-image: url(../images/bg.jpg);
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fw-boldest {
    font-weight: 900;
}


/* Links */
a,
a:focus,
a:hover {
    color: #fff;
}

a.black,
a.black:focus,
a.black:hover, .black a, .black a:focus, .black a:hover {
    color: #000000;
}


.fs-7 {
    font-size: 7rem;
}

/*
 * Base structure
 */

h1 {
    line-height: 0.8 !important;
}

.main-contaner {
    width: 100%;
    display: flex;
    overflow: auto;
    min-height: 100vh;
    align-items: center;
    flex-direction: column;
}

/*.header-container {*/
/*    min-height: 10vh*/
/*}*/

/*.empty-window-container {*/
/*    min-height: 50vh*/
/*}*/

/*.main-content-container {*/
/*    min-height: 40vh*/
/*}*/

button.btn-primary {
    background: #418DFF;
    color: white;
    border: 1px solid #418DFF;
    font-weight: bold;
    padding: 15px 25px;
}

button.btn-primary:hover {
    background: #418DFF;
    border: 1px solid #418DFF;
    opacity: .8;
}

.navbar.fixed-top {
    background: white;
    margin-top: 0 !important;
    padding: 30px 0;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
    padding-left: calc(var(--bs-gutter-x) * .5) !important;;
}

.navbar.fixed-top .navbar-nav {
    padding-right: 160px;
}

.navbar.fixed-top .navbar-brand{
    position: absolute;
    display: inline !important;
    left: 125px;
}

.navbar-toggler {
    background: none !important; ;
    color: white !important;
}

.background-blue {
    background-color: #2A3E5E;
}

.background-blue-light {
     background-color: rgba(225, 232, 253, 0.95)
}

.background-blue-lightest {
    background-color: #F0F3FF;
}

.background-green {
    background-color: #00977E;
}

.background-purple {
    background-color: #FFE3DF;
}

.background-crimson-light {
    background-color: #67253A;
}

.background-red {
    background-color: #E2451F;
}

.background-red-intense {
    background-color: #F14D3A;
}

.background-yellow {
    background-color: #FEC800;
}

.background-yellow-light {
    background-color: #FFFAE9;
}

.background-grey {
    background-color: #F1F1EC;
}


.background-grey-dark {
    background-color: #302F2F;
}


.background-crimson {
    background-color: #9A0032;
}

.color-crimson {
    color: #9A0032;
}

.empty-window-container {
    height: 200px;
}



.seciton-height-500 {
    min-height: 500px;
}

.fw-bold-light {
    font-weight: 500;
}

iframe {
    width: 100%;
    height: 350px;
}

@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px
    }
}

@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1920px
    }

}

@media (max-width: 1400px){

    .main-content-container {
        position:  relative !important;
    }


    .empty-window-container {
        height: 400px !important;
    }

}

@media screen and (max-width: 1800px) and (min-width: 1450px){
}


@media screen and (max-width: 991.98px) {

    .lead {
        font-size: 1.00rem !important;
    }

    /*.navbar {*/
    /*    position: absolute;*/
    /*    top: 0;*/
    /*    left: 0;*/
    /*    width: 100%;*/

    /*}*/

    /*.navbar button.navbar-toggler  {*/
    /*    position: fixed;*/
    /*    z-index: 2;*/
    /*    border-radius: 35px;*/
    /*    padding: .75rem !important;*/
    /*    background: #C0CF00 !important;*/
    /*    padding-right: 50px;*/
    /*    right: 25px;*/
    /*    top: 25px;*/
    /*}*/

    /*.navbar.fixed-top .navbar-nav {*/
    /*    padding-right: 0 !important;*/
    /*}*/


    /*.navbar-collapse {*/
    /*    background: white;*/
    /*    top: 0;*/
    /*    position: fixed;*/
    /*    width: 100%;*/
    /*    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;*/
    /*    left: 0;*/
    /*}*/



}



@media screen and (max-width: 768px) {

    .lead {
        font-size: 1.00rem !important;
    }
}


@media screen and (max-height: 576px) {

    .lead {
        font-size: 1.00rem !important;
    }
}


@media screen and (max-width: 320px)  {


    .lead {
        font-size: 1rem !important;
    }

}

