body {
    background-color: #1e1e1e !important
}

body #carouselExampleControls {
    height: calc(100% - 65px);
    width: 100%;
    padding: 1.5% 0
}

body #carouselExampleControls img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

body #carouselExampleControls .carousel-inner {
    height: 100%
}

body #carouselExampleControls .carousel-item {
    height: 100%
}

.potriate {
    display: none;
    background-color: white;
    text-align: center
}

.potriate .message {
    width: 100%;
    color: black;
    font-size: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

nav {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-image: url(../Assets/Bar.png);
    background-size: cover;
    height: 65px
}

nav ul {
    height: 100%;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 500px;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff
}

nav ul img {
    width: 85px;
    -o-object-fit: contain;
    object-fit: contain
}

.prev-icon,
.next-icon {
    color: white;
    font-size: 27px;
}

@media (max-width: 900px) {
    body #carouselExampleControls {
        height: calc(100% - 55px);
        width: 100%;
        padding: 1.5% 0
    }
    nav {
        height: 55px
    }
    nav ul img {
        width: 75px
    }
    .prev-icon,
    .next-icon {
        font-size: 16px;
    }
}

@media screen and (orientation: portrait) {
    #carouselExampleControls {
        display: none !important
    }
    .main-nav {
        display: none !important
    }
    .potriate {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100vh
    }
}

html,
body {
    height: 100%;
    overflow: hidden;
    outline: 0;
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif
}