@font-face {
    font-family:"Montserrat-Black";
    src: url("../fonts/Montserrat/Montserrat-Black.ttf") format("truetype");
}

@font-face {
    font-family:"Montserrat-Black-bold";
    src: url("../fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
}

@font-face {
    font-family:"Montserrat-Thin";
    src: url("../fonts/Montserrat/Montserrat-Thin.ttf") format("truetype");
}

@font-face {
    font-family:"Montserrat-SemiBold";
    src: url("../fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family:"Montserrat-Bold";
    src: url("../fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
}

@font-face {
    font-family:"Montserrat-ExtraBold";
    src: url("../fonts/Montserrat/Montserrat-ExtraBold.ttf") format("truetype");
}
@font-face {
    font-family:"Montserrat-Regular";
    src: url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
}

@font-face {
    font-family:"Montserrat-Light";
    src: url("../fonts/Montserrat/Montserrat-Light.ttf") format("truetype");
}

@font-face {
    font-family:"Montserrat-Medium";
    src: url("../fonts/Montserrat/Montserrat-Medium.ttf") format("truetype");
}


.logo_div{
    background: linear-gradient(90deg, rgba(30,50,100,1) 0%, rgba(255,255,255,0) 100%), url("../imgs/MG_mobile.jpg") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 0px 140px;
}
@media screen and (min-width: 1024px) { /* Specific to this particular image */
    .logo_div {
        background: linear-gradient(90deg, rgba(30,50,100,1) 0%, rgba(255,255,255,0) 100%), url("../imgs/MG.jpg")  no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: 0px 0px;
        min-height: 800px;
    }
}

.modry_pruh_div {
    background-color: #00A1E7;
}

.btn-outline-primary:hover {
    background-color: #00A1E7 !important;
    border-color: #00A1E7 !important;
    color: white !important;
}

.btn-outline-primary {
    color: #1C3161 !important;
    border-color: #1C3161 !important;
}

.white_background_div {
    background-color: #fff;
}

.bc_sede {
    background-color: #EDEDED;
}

.btn-out-white {
    border-color: white !important;
    color: white !important;
}

.btn-out-white:hover {
    border-color: #1C3161 !important;
    color: #1C3161 !important;
}

.color-white {
    color: white !important;
}

a:hover {
    text-decoration: none !important;
}

.color-modra-tm {
    color: #1C3161;
}

.bc_tmave_modre {
    background-color: #1C3161;
}

.h-3 {
    height: 3px;
}

.h-5 {
    height: 5px;
}

.h-10 {
    height: 10px;
}

.menu_div {
    height: 123px;
    margin: auto;
}

.mont-menu {
    font-family: Montserrat-Medium, serif;
    text-transform: uppercase;
    font-size: 16px;
}

.mont-extraBold{
    font-family: Montserrat-ExtraBold, serif;
}

.mont-bold{
    font-family: Montserrat-Bold, serif;
}

.mont-regular{
    font-family: Montserrat-Regular, serif;
}

.mont-semi-bold {
    font-family: Montserrat-SemiBold, serif;
}

.f-size-14{
    font-size: 14px;
}

.f-size-16{
    font-size: 16px;
}

.f-size-18{
    font-size: 18px;
}

.f-size-20{
    font-size: 20px;
}

.f-size-22{
    font-size: 22px;
}

.mt-150 {
    margin-top: 150px !important;
}

body {
    color: #1C3161;
}

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

.custom-mt-nadpis {
    margin-top: 6rem !important;
}

@media (min-width: 992px) {
    .custom-mt-nadpis {
        margin-top: 9rem !important;
    }
}

.fixed-menu {
    background-color: #1D3162;
}

.vertical-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}