html {
    overflow-x: hidden !important;
}

body {
    padding-top: 56px;
    background-color: hsla(60, 3%, 22%, 1);
    ;
    font-family: 'Roboto Condensed', sans-serif;
    overflow-x: hidden;
}

a {
    color: black;
}

ul {
    display: inline-block;
    text-align: left;
}

img {
    border-radius: 7px;
}

.card-color {
    background-color: hsla(60, 3%, 85%, 1);
}

.nav-col {
    background-color: hsla(60, 4%, 18%, 1);
    font-size: 125%;
}

.portfolio-item {
    margin-bottom: 30px;
}

.mainImage {
    width: 99.5%;
}

.my-4,
.mb-3 {
    color: aliceblue;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 0;
    height: 100%;
    width: 92%;
    opacity: 0;
    transition: .5s ease;
    background-color: hsla(60, 3%, 65%, .75);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px);
}

.overlay-2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 0;
    height: 100%;
    width: 90%;
    opacity: 0;
    transition: .5s ease;
    background-color: hsla(60, 3%, 65%, .75);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px);
}

.folio-overlay:hover .overlay {
    opacity: 1;
}

.folio-overlay-2:hover .overlay-2 {
    opacity: 1;
}

.text-color {
    color: white;
}

.text {
    color: white;
    font-size: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.social-media {
    padding: 5px;
}

.text-color {
    color: hsla(60, 0%, 60%, 1);
}

.text-color-2 {
    color: hsla(60, 0%, 30%, 1);
}

.footer-logo {
    align-content: center;
}

.bottomFix {
    position: fixed;
    bottom: 0px;
    width: 100%;
}

.gallery-scroll {
    display: flex;
    overflow-x: auto;
}

.min-scroll-pad {
    padding-left: 7px;
    padding-right: 7px;
}

#logo-link {
    height: 150%;
}

#main-banner {
    position: absolute;
    top: 35%;
    left: 25%;
}

#main-banner-text {
    font-size: 350%;
    color: aliceblue;
}

.left-arrow {
    height: 25%;
    top: 35%;
    padding-top: 7%;
    padding-bottom: 7%;
    padding-right: 5%;
    z-index: 1;
}

#right-arrow {
    padding-top: 7%;
    padding-bottom: 7%;
    padding-right: 5%;
    z-index: 1;
}

#facebook-icon {
    border-radius: 8px;
}

.facebook-index {
    border-radius: 8px;
}

.swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    object-fit: contain;
}

.scroll-gallery {
    padding: 5px 5px 5px 5px;
    width: 280px;
    /*border-radius: 7px;*/
}

#res-scroll-min {
    display: none;
}

.text-query {
    display: none;
}

#main-banner-2 {
    display: none;
}

#main-banner-text-2 {
    display: none;
}

#nav-logo {
    width: 125%;
}


/*media queries*/

@media only screen and (max-width: 768px) {
    #nav-logo {
        width: 100%;
    }
    #res-scroll {
        display: none;
    }
    #res-scroll-min {
        display: block;
    }
    .p-image1 {
        display: none;
    }
    .p-image2 {
        display: block;
    }
    .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 15px;
        right: 0;
        opacity: 0;
        transition: .5s ease;
        background-color: hsla(60, 3%, 75%, .5);
        border-top-left-radius: calc(.25rem - 1px);
        border-top-right-radius: calc(.25rem - 1px);
        border-bottom-right-radius: calc(.25rem - 1px);
        border-bottom-left-radius: calc(.25rem - 1px);
    }
    .scroll-gallery {
        padding: 5px 5px 5px 0px;
        height: 200px;
        width: 200px;
        border-top-left-radius: calc(.25rem - 1px);
        border-top-right-radius: calc(.25rem - 1px);
        border-bottom-right-radius: calc(.25rem - 1px);
        border-bottom-left-radius: calc(.25rem - 1px);
    }
    .text-query {
        display: block;
        color: white;
    }
    #main-banner-2 {
        display: block;
    }
    #main-banner-text-2 {
        display: inline-block;
        color: hsla(60, 0%, 60%, 1);
        font-size: 100%;
        text-align: center;
    }
    .grayout {
        /*filter: grayscale(75%);*/
        opacity: 0.5;
    }
    .footer-logo {
        align-content: center;
        margin-bottom: 20px;
    }
}