@charset "UTF-8";
/* CSS Document */

body::-webkit-scrollbar {
  display: none;
}

.jumbotron_img{
    background-image: url("../images/PXT00008782178604.webp");
    background-size: cover;
    height: 100vh;
    min-height: 400px;
    color: white;
}

.jumbotron_content{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.image_size{
    height: 100%;
    width: 100%;
    text-align: center;
}

.footer_botom{
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
}

@media screen and (min-width: 375px) and (max-width: 640px) and (orientation: portrait){
    .image_size{
        width: 65%;
        height: auto;
    }
}

@media screen and (min-width: 641px) and (max-width: 744px) and (orientation: portrait){
    .image_size{
        width: 65%;
        height: auto;
    }
}

@media screen and (min-width: 745px) and (max-width: 820px) and (orientation: portrait){
    .image_size{
        width: 55%;
        height: auto;
    }
}

@media screen and (min-width: 821px) and (max-width: 1024px) and (orientation: portrait){
    .image_size{
        width: 50%;
        height: auto;
    }
}

@media screen and (min-width: 667px) and (max-width: 852px) and (orientation: landscape){
    .image_size{
        width: 30%;
        height: auto;
    }
}

@media screen and (min-width: 853px) and (max-width: 956px) and (orientation: landscape){
    .image_size{
        width: 35%;
        height: auto;
    }
}

@media screen and (min-width: 957px) and (max-width: 1179px) and (orientation: landscape){
    .image_size{
        width: 37%;
        height: auto;
    }
}

@media screen and (min-width: 1180px) and (max-width: 1280px) and (orientation: landscape){
    .image_size{
        width: 42%;
        height: auto;
    }
}

@media screen and (min-width: 1281px) and (max-width: 1367px) and (orientation: landscape){
    .image_size{
        width: 47%;
        height: auto;
    }
}

@media screen and (min-width: 1368px){
    .image_size{
        width: 60%;
        height: auto;
    }
}