@font-face {
    font-family: 'BebasNeue Bold';
    font-style: normal;
    font-weight: normal;
    src: local('BebasNeue Bold'), url('../fonts/bebas/BebasNeue Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'BebasNeue Regular';
    font-style: normal;
    font-weight: normal;
    src: local('BebasNeue Regular'), url('../fonts/bebas/BebasNeue Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'DeadSecretary Cyr Regular';
    font-style: normal;
    font-weight: normal;
    src: local('DEAD SECRETARY Cyr Regular'), url('../fonts/deadsecretary/DEAD SECRETARY Cyr Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'DeadSecretary';
    font-style: normal;
    font-weight: normal;
    src: local('DeadSecretary'), url('../fonts/deadsecretary/DeadSecretary.ttf') format('truetype');
}

@media only screen and (min-width: 992px)  {
    #MainBgPosition {
        background-position: center -5.5em;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1342px !important;
    }
}

.navbar .navbar-nav .nav-link {
    font-family: "DeadSecretary Cyr Regular";
    font-size: 1.375rem;
    letter-spacing: 0.10em;
}

.deadsecretary_font_1_3 {
    font-family: "DeadSecretary Cyr Regular";
    font-size: 1.3em !important;
    text-transform: lowercase !important;
}

.black-bottom {
    border-bottom: 0.4em solid #000;
}

.opacity90 {
    opacity: 0.9;
}