html, body {
    height: 100%;
}
html {
    overflow-y: hidden;
}
body {
    overflow-y: scroll;
    color: black;
    font-size: 18px;
    font-family: stratum;
    background-image: url("../img/bg_xl.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: 100% 100%;
    background-color: rgb(254, 254, 254);
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

@media(max-height: 1014px) and (max-width: 2000px){
    body {
    background-size: auto auto;
    }
}
@media(min-height: 1015px) and (max-width: 2000px){
    body {
    background-size: auto 100%;
    }
}
@media(max-height: 1014px) and (min-width: 2001px){
    body {
    background-size: 100% auto;
    }
}

.bg1, .bg2 {
    letter-spacing: 1px;
    line-height: 150%;
}

.img-big {
    max-width: 560px;
    margin-right: auto;
    margin-left: auto;
}

.img-center {
    margin-left: auto;
    margin-right: auto;
}

.secound-line {
    padding-top: 30px;
}

.secound-div {
    padding-bottom: 30px;
}

.ftracker-team-img {
    margin: 20px auto 0 auto;
    max-width: 360px;
}

.header {
    z-index: 1;
}
.what-is-text {
    padding-bottom: 20px;
}

h1 {
    font-weight: bold;
    font-family: BankGothicLight;
    padding: 55px 0;
    letter-spacing: 1px;
    font-size: 45px;
    color: rgb(85, 87, 88);
    font-weight: normal;
}

.bg1 {
    background: rgb(254, 254, 254);
}

.bg2 {
    background: rgb(254, 254, 254);
}

a, a:hover, a:active, a:link, a:visited {
    color: inherit;
    text-decoration: none;
}

.text-center {
    text-align: center;
}

.big-div {
    display: block;
}

.mini-div {
    display: none;
}

@media (max-width: 991px) {
    .big-div {
        display: none;
    }

    .mini-div {
        display: block;
    }

    .img-big {
        max-width: 100%;
    }
}

@media ( min-width: 1140px) {
    .text-block {
        max-width: 600px;
    }
}
@media ( min-width: 1600px) {
    .text-block {
        margin-left: 14%;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 45px;
        padding-bottom: 15px;
    }

    .container-fluid {
        padding-top: 0;
        padding-bottom: 0;
    }

    .first-div {
        padding-bottom: 20px;
    }
}

@media (max-width: 374px) {
    h1 {
        font-size: 35px;
        padding-top: 10px;
    }

    .ftracker-team-img {
        display: none;
    }
}

.footer {
    padding: 10px 15px;
    background: #252527;
    color: white;
    font-size: 20px;
    position: relative;
}
@media (min-width: 768px) {
    .footer i {
        position: absolute;
        transform: translateX(-50%);
        left: 50%;
        background: none !important;
        color: inherit;
        border: none;
        padding: 0 !important;
        font-size: 70px;
        cursor: pointer;
        line-height: 25px;
        z-index: 1;
    }
}
@media (max-width: 767px){
        .footer i {
        position: absolute;
        transform: translateX(-50%);
        top: 55%;
        left: 50%;
        background: none !important;
        color: inherit;
        border: none;
        padding: 0 !important;
        font-size: 70px;
        cursor: pointer;
        line-height: 25px;
        z-index: 1;
    }
}

.next-fluid {
    padding-bottom: 50px;
    overflow-x: hidden;
}

@media (max-width: 425px) {
    .next-fluid {
        padding-bottom: 100px;
        overflow-x: hidden;
    }
}


@media (max-width: 767px) {
    .image img {
        height: 150px;
        min-height: 150px;
        min-width: 866px;
        position: absolute;
        right: -75px;
    }

    .image {
        margin-bottom: 100px;
    }
}

@media (min-width: 768px) {
    .image img {
        min-width: 117vw;
        margin-left: calc(-50vw - 50%);
        margin-top: -8%;
        z-index: 0;
    }
    #Responsive-img {
        min-width: 123vw;
    }
}
@media (min-width: 1600px){
    .image img {
        margin-left: calc(-55vw - 16%);
        margin-top: -9%;
    }
}