@media only screen and (min-width: 1001px)  {
    .nav-content {
        width: 590px;
    }

}
@media only screen and (max-width: 1001px)  {
    .small-image {
        display: block !important;
    }
    img.demo {
        margin: 0 !important;
    }
    .mySlides {
        margin-right: 0;
    }
    .panel-col {
        display: flex;
        padding: 8px 0px;
        justify-content: center;
    }
    .panel-div {
        display: flex;
        flex-direction: column;
    }
    .navbar-lg .nav-content {
    display: flex !important;
    opacity: 0;
    pointer-events: none;
}
.navbar-lg .active {
    display: flex;
    flex-direction: column;
    pointer-events: all;
}
.active {
    transition: 200ms !important;
    opacity: 1 !important;
}

}
@media only screen and (max-width: 800px)  {
    .heading {
        font-size: 40px !important;
    }
    .body-text {
        font-size: 18px !important;
    }
    .mySlides img, .mySlides1 img {
        width: 340px !important;
    }
    img.demo {
        width: 110px !important;
    }
    .colored-div {
        display: none;
    }
}
@media only screen and (max-width: 640px)  {
    .mySlides img, .mySlides1 img {
        width: 340px !important;
    }
    img.demo {
        width: 110px !important;
    }
}
