.jumbotron{
    /* background-image: url('../images/bg.png'); */
    color: black;
    height: 100vh;
    margin-top: 2rem;
    background-size: cover;
    background-position: top;
    position: relative;
    z-index: 1;
}

.jumbotron img{
    height: 35rem;
    rotate: 15deg;
}
.jumbotron h1{
    font-size: 69pt;
    font-weight: bold;
    color: var(--black);
}
.jumbotron p{
    color: var(--text-disabled);
}

@media screen and (max-width: 1280px) {
    .jumbotron img{
        height: 30rem;
    }

    .jumbotron h1{
        font-size: 50pt;
    }

}

@media screen and (max-width: 992px) {
    .jumbotron{
        width: 100vw;
        margin-bottom: 1rem;
    }
    .jumbotron img{
        height: 25rem;
        margin-top: 4rem;
    }

    .jumbotron h1{
        font-size: 30pt;
    }
}

@media screen and (min-width: 2559px) {
    .container{
        max-width: 2000px;
    }
    .jumbotron img{
        height: 50rem;
    }
    .jumbotron h1{
        font-size: 110pt;
    }
    .jumbotron p{
        font-size: 20pt;
    }
    .jumbotron .custom-btn-black{
        width: 25rem;
        height: 5rem;
    }
    .jumbotron .custom-btn-white{
        width: 15rem;
        height: 5rem;
    }
}