
body {
    background-color: #070707;
    font-family: Excon, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.667em;
    color: #fff;
}

.menu-logo {
    height: 100px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #070707;
    background-color: #befe07;
}

.nav-link {
    color: #ffffff;
}

.nav-link:focus, .nav-link:hover {
    color: #befe07;
}

.menu-bar {
    z-index: 10;
    position: relative;
}

.landings-image {
    background-image: url('../img/mixer.jpeg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 276px;
    padding-bottom: 337px;
    position: relative;
}

.f8in-header {
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
    margin-left: 10vw;
    margin-right: 10vw;
}

.f8in-bg-gradient {
    background-image: linear-gradient(to bottom, rgba(7, 7, 7, .6), rgba(7, 7, 7, .13) 19.79%, rgba(7, 7, 7, .33) 35.86%, rgba(7, 7, 7, .92) 80.02%, #070707);
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.row {
    z-index: 3;
}

.home-row {
    min-height: 80vh;
    margin-top: -15vh;
}

.btn-primary {
    background-image: linear-gradient(to right, #befe07, #718614);
    box-shadow: 0 0 14px 0 #000000;
    color: black;
    text-align: center;
    letter-spacing: .06em;
    text-transform: uppercase;
    transform-style: preserve-3d;
    border-radius: 0;
    justify-content: center;
    padding: 20px 24px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.111em;
    text-decoration: none;
    transition: box-shadow .3s, background-color .3s, transform .3s, color .3s;
    border: 0;
}

.f8in-subtitle {
    color: #d7ff01;
    font-size: 1.5rem;
}

.f8in-title {
    font-size: 80px;
    font-weight: 900;
    text-transform: uppercase;
}

.about-us-img {
    width: 100%;
    margin-top: 15vh;
}

.landings-block {
    min-height: 100vh;
    margin-top: 180px;
}

.intro-text-block {
    margin-left: 10vw;
}

.f8in-main-title {
    font-size: 100px;
    font-weight: 900;
    text-transform: uppercase;
}

.outline-text {
    color: black !important;
    text-shadow: -1px 1px 0 #fff, 1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff !important;
}

.intro-block-image-1 {
    position: absolute;
    top: 180px;
    right: 0;
    height: 45vh;
    width: 50vw;
    object-fit: cover;
    object-position: bottom;
}


.intro-block-image-2 {
    position: absolute;
    top: 500px;
    left: 10vw;
    height: 45vh;
    width: 50vw;
    object-fit: cover;
    object-position: center;
}

.image-personal {
    width: 100%;
    height: 50vh;
    object-fit: cover;
    object-position: center;
}

.h4-title {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 700;
}

.personal-row {
    margin-top: 180px;
    margin-bottom: 100px;
}

.link {
    text-decoration: none;
    color: white;
}

.link:hover {
    color: #befe07;
}

.intro-block-image-2-mobile {
    display: none;
    width: 80%;
    margin: auto;
    margin-bottom: 50px;
}

.contact-footer-block {
    margin-top: 55px;
}

@media only screen and (max-width: 1100px) {
    .intro-block-image-1, .intro-block-image-2, .nav-pills {
        display: none;
    }
    .intro-block-image-2-mobile {
        display: block;
    }

    .landings-block {
        min-height: auto;
    }
    .contact-footer-block {
        margin-top: 0;
        text-align: center;
    }
}