@media (max-width:900px) and (orientation: landscape) {
    #homeCommittee {
        font-size: 20px;
        padding: 40px;
    }

    #homeCommittee .Titles {
        font-size: 60px;
        line-height: 54px;
    }
}

@media (max-width:1012px) {
    #latest-updates #list .item {
        margin-bottom: 1rem;
    }
}


@media (max-width:991px) {

    h1 {
        font-size: 60px !important;
        line-height: 1;
    }

    h2 {
        font-size: 40px !important;
        line-height: 1;
    }

    h3 {
        font-size: 24px !important;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

    header {
        padding-bottom: 10px;
    }

    header nav>.container-fluid {
        padding: 0;
    }

    header nav .navbar-toggler {
        border: 0;
        padding: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    header nav .navbar-toggler:focus {
        outline: 0 !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    header nav .navbar-toggler .menu-text {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 500;
        padding-left: 5px;
        color: var(--base);
    }

    header nav .navbar-nav>.nav-item {
        margin: 0;
    }

    header nav .navbar-nav>.nav-item>.nav-link:active,
    header nav .navbar-nav>.nav-item>.nav-link:focus {
        outline: none !important;
        box-shadow: none !important;
    }

    header nav .navbar-nav>.nav-item>.nav-link.show {
        color: var(--contract-color);
    }

    header nav ul li.nav-item .dropdown-menu {
        width: 100% !important;
        border-left: 1px solid var(--contract-color);
        border-right: 0;
        border-top: 0;
        border-bottom: 0;
        border-radius: 0;
        padding: 5px 0 0 20px !important;
    }

    header nav .nav-item.dropdown>.dropdown-toggle:active {
        pointer-events: unset;
    }

    header nav ul li.nav-item .dropdown-menu li a {
        padding: 0 !important;
        line-height: unset !important;
        font-weight: 400;
    }

    header nav .navbar-nav .nav-item .dropdown-menu li a:hover,
    header nav .navbar-nav .nav-item .dropdown-menu li a:active,
    header nav .navbar-nav .nav-item .dropdown-menu li a:focus {
        background-color: var(--white) !important;
        color: var(--base) !important;
        font-weight: 500;
    }

    header nav .dropdown-item .fa-chevron-right {
        display: none !important;
    }

    header nav .dropdown-menu .submenu {
        position: unset;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0 !important;
        border: 0 !important;
        background: transparent;
    }

    header nav .dropdown-menu .submenu a {
        margin-bottom: 5px;
    }

    header nav .dropdown-menu .submenu a::before {
        font-family: 'Font Awesome 6 Pro';
        content: '\f0da';
        font-size: 12px;
        font-weight: 600;
        padding-right: 10px;
    }

    .home-top .logo {
        line-height: 66px;
    }

    .home-middle .right h4 {
        margin: 1em 0;
    }

    #homeCommittee {
        font-size: 24px;
        padding: 1.5em;
    }

    #homeCommittee .Titles {
        font-size: 60px;
        line-height: 60px;
    }

    .home-top .heroTitle {
        font-size: 80px;
        line-height: 80px;
        margin-bottom: .5em;
    }

    /*.home-top {
        font-size: 80px;
        line-height: 80px;
    }*/

    #content .left-content {
        padding-right: 2em;
    }

    #action-center {
        padding-top: 30px;
        padding-bottom: 30px;

    }

    #action-center .right-content {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .home-img {
        width: 97%;
    }

    .home-img-container {
        width: 96%;
    }

    .home-img-container:after {
        top: 10px;
        left: 10px;
    }

    #article-sidebar {
        margin-top: 40px;
    }

    #latest-updates #list>div {
        margin-bottom: 20px;
    }

    .carousel {
        margin-bottom: 50px;
    }

    .carousel .photo {
        margin-bottom: 30px !important;
    }

    .testimonialSingle .photo {
        margin-bottom: 20px;
    }

    .home-content .left-content {
        margin-bottom: 20px;
    }

    #action-center .sidedescription {
        max-width: none;
        margin-bottom: 20px;
    }

    #mainlist .item {
        max-width: none;
        margin-right: 0;
        width: auto;
    }

    #filterMenu ul li {
        margin-bottom: 10px;
    }

    .cardItem {
        margin-bottom: 0x;
    }

    .cardItem>div {
        margin-bottom: 20px;
    }

}

@media (768px) and (889px) {
    #homeCommittee .Titles .TitleBottom {
        position: relative;
        top: -15px;
    }
}


/* iphone 14 pro */
@media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
    #homeCommittee {
        font-size: 20px;
        padding: 40px;
    }

}

@media (max-width:480px) {

    header>.container>.row {
        align-items: center;
    }

    header .logo {
        font-size: 32px;
        line-height: 1;
    }

    #main-wrap .announcements .announcement {
        margin-left: 0;
    }

    #main-wrap .announcements h3 {
        margin-bottom: 20px;
    }

    #homeCommittee .Titles {
        line-height: 52px;
        margin-bottom: 20px;
    }

    #homeCommittee {
        margin-top: 2em;
    }

    #main-wrap #content {
        padding: 12px;
    }

    #latest-updates {
        padding: 30px 0px;
    }

    #latest-updates #list .item {
        max-width: none;
    }

    #filterMenu ul li {
        margin-bottom: 10px;
    }

    #action-center .actioncenter li .item {
        flex-direction: column;
        align-items: start;
    }

    #action-center .actioncenter li .item .text {
        width: 100%;
    }

    #action-center .Titles {
        font-size: 80px;
        line-height: 70px;
    }

    #action-center .sidedescription {
        line-height: 1.25;
        margin-bottom: 30px;
    }

    .image-right-caption img,
    .image-left-caption img {
        height: auto !important;
        margin-bottom: 20px;
    }

    .cms-component-411edc1a-radiobuttonlist .item.row {
        display: block;
    }

    .carousel-control-prev {
        left: 0% !important;
    }

    .carousel-control-next {
        right: 0% !important;
    }

    .carousel-control-next i,
    .carousel-control-prev i {
        color: var(--white);

    }
    
    .photosMain .photosCategory {
        padding:0;
        margin-bottom: 20px;
    }
    .photosMain .photosCategory .img-fluid {
        width: 100%;
    }

    #pod .img-pod {
        margin-top: 40px;
    }

    #pod .img-pod img {
        max-width: 90%;
    }

    #pod .img-pod .img-border {
        max-height: 220px;
        width: 90%;
        left: 30px;
        top: 20px;
    }

    #pod .fa-ul h3 {
        padding-left: 26px;
    }

    #pod .fa-stack i {
        font-size: 36px;
    }

    .person {
        width: 50%;
    }

    canvas {
        height: auto !important;
        width: 100% !important;
    }

    footer .text-end {
        text-align: left !important;
    }

    footer ul {
        margin-top: 20px;
    }

    footer ul li {
        margin-left: 0;
    }
}