body,
html {
    height: 100%;
    margin: 0;
    color: white;
}

@font-face {
    font-family: GothamBold;
    src: url(fonts/Gotham-Bold.otf);
}

@font-face {
    font-family: GothamUltra;
    src: url(fonts/Gotham-Ultra.otf);
}

@font-face {
    font-family: Roboto;
    src: url(fonts/Roboto-Regular.ttf);
}

.bg {
    background-image: url(./img/backg.png);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 5px;
    padding-bottom: 5px;
}

.bottom a {
    font-family: GothamBold;
    background-color: #ff7900;
    color: white;
    padding: 15px 25px;
    text-align: center;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    border-radius: 10px;
}

.middle img {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.top {
    height: 41%;
    display: flex;
    flex-direction: column-reverse;
    padding-left: 10%;
    padding-right: 10%;
}

.top h2 {
    font-family: GothamBold;
    text-align: center;
    font-size: 1.5em;
    margin: 0;
    padding-bottom: 30px;
}

.middle {
    height: 18%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.bottom {
    height: 41%;
    text-align: center;
    position: relative;
    margin: 0 30px;
}

.bottom h1 {
    font-family: GothamUltra;
    text-align: center;
    font-size: 1.8em;
    padding-top: 30px;
    margin-top: 0;
    margin-bottom: 50px;
    letter-spacing: 0.03em;
    max-width: 800px;
    margin: 0 auto;
}

.bottom p {
    font-family: Roboto;
    text-align: center;
    font-size: 1.1em;
    margin-bottom: 5%;
    max-width: 900px;
    margin: auto;
    position: absolute;
    bottom: 27%;
    left: 0;
    right: 0;
}

.bottom a {
    margin: auto;
    bottom: 7%;
    left: 0;
    right: 0;
}

.bottom .btn {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
}

@media (max-width: 1024px) {
    .top h2 {
        font-family: GothamBold;
        text-align: center;
        font-size: 1.3em;
        margin: 0;
        padding-bottom: 20px;
    }

    .bottom h1 {
        font-family: GothamUltra;
        text-align: center;
        font-size: 1.7em;
        padding-top: 20px;
        margin-top: 0;
        margin-bottom: 40px;
        letter-spacing: 0.03em;
    }

    .bootom p {
        font-family: Roboto;
        text-align: center;
        font-size: 0.9em;
        margin-bottom: 4%;
    }

    .bottom a {
        font-family: GothamBold;
        background-color: #ff7900;
        color: white;
        padding: 10px 20px;
        text-align: center;
        text-decoration: none;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
        border-radius: 10px;
        font-size: 14px;
    }

    .top {
        padding-left: 5%;
        padding-right: 5%;
    }

    .bottom {
        height: 40%;
        text-align: center;
    }

}

@media (max-width: 768px) {
    .top h2 {
        font-family: GothamBold;
        text-align: center;
        font-size: 1.2em;
        margin: 0;
        padding-bottom: 20px;
    }

    .bottom h1 {
        font-family: GothamUltra;
        text-align: center;
        font-size: 1.5em;
        padding-top: 20px;
        margin-top: 0;
        margin-bottom: 20px;
        letter-spacing: 0.03em;
    }

    .bottom p {
        font-family: Roboto;
        text-align: center;
        font-size: 0.8em;
        margin-bottom: 3%;
    }

    .bottom a {
        font-family: GothamBold;
        background-color: #ff7900;
        color: white;
        padding: 10px 20px;
        text-align: center;
        text-decoration: none;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
        border-radius: 10px;
        font-size: 12px;
    }

    .top {
        padding-left: 5%;
        padding-right: 5%;
    }

    .bottom {
        height: 40%;
        text-align: center;
    }

}


@media (max-width: 480px) {

    .middle img {
        height: auto;
        width: 80%;
        margin: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .top h2 {
        font-family: GothamBold;
        text-align: center;
        font-size: 1.2em;
        margin: 0;
        padding-bottom: 5px;
    }

    .bottom h1 {
        font-family: GothamUltra;
        text-align: center;
        font-size: 1.5em;
        padding-top: 5px;
        margin-top: 0;
        margin-bottom: 20px;
        letter-spacing: 0.03em;
    }

    .bottom p {
        font-family: Roboto;
        text-align: center;
        font-size: 1em;
        margin-bottom: 5%;
    }

    .bottom a {
        font-family: GothamBold;
        background-color: #ff7900;
        color: white;
        padding: 10px 20px;
        text-align: center;
        text-decoration: none;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
        border-radius: 10px;
        font-size: 1em;
    }

    .middle {
        display: flex;
        justify-content: center;
    }

    .top {
        padding-left: 5%;
        padding-right: 5%;
    }

    .bottom {
        height: 40%;
        text-align: center;
    }

}

@media (max-width: 385px) {
    .bottom h1 {
        font-size: 5vw;
    }

    .top h2 {
        font-size: 4vw;
    }

    .bottom p {
        font-size: 3.5vw;
    }

    .bottom a {
        font-size: 4vw;
    }
}