@media only screen and (min-width: 560px) and (max-width: 780px) {
	#masthead{
    display: flex!important;
    flex-direction: column!important;
	}
	.site-logo,.main-navigation{
		width: 100%!important;
		justify-content: center!important;
		margin-top: 30px;
	}
	.site-header .main-navigation > div > ul > li > a {
		display: flex!important;
	}
	.site-header .main-navigation > div > ul > li > a:after{
		display: contents!important;
	}
}
@media only screen and (max-width: 559px) {
	#masthead{
		display: flex!important;
		align-items: center;
	}
	#toggle-menu{
		background-color: #876549;
	}
	.site-logo{
		width: 85%!important;
	}
	#site-navigation{
		position: absolute;
        right: 10px;
        top: 20px;
	}
	.home.page.hide-homepage-title .site-content{
		padding-top: 0px!important;
	}
}
#post-7831 a:hover, #post-7833 a:hover {
    color: #fff!important;
	text-decoration-color: #876549!important;
}
#ourprojects h1 {
        text-align: center;
        color: #FF5722; /* Bright orange from the logo */
        margin-bottom: 20px;
    }

    #ourprojects {
        list-style-type: none;
        padding: 0;
    }

    #ourprojects li {
        background: #FFF; /* White background for contrast */
        border: 1px solid #FFC107; /* Yellow border from the logo */
        border-radius: 5px;
        margin-bottom: 10px;
        padding: 15px;
        transition: background-color 0.3s, color 0.3s;
    }

    #ourprojects li:hover {
        background-color: #FFEBEE; /* Light pink for hover */
        color: #D32F2F; /* Red from the logo */
    }

    #ourprojects a {
        text-decoration: none;
        color: #E91E63; /* Pink from the logo */
        font-weight: bold;
    }

    #ourprojects a:hover {
        text-decoration: underline;
        color: #FF5722; /* Orange from the logo */
    }
.district-representatives {
            display: grid;
            grid-template-columns: 1fr;
            gap: 20px;
            padding: 20px;
        }

        @media (min-width: 600px) {
            .district-representatives {
                grid-template-columns: 1fr 1fr; /* Two columns for larger screens */
            }
        }

        .representative {
            border-radius: 12px;
            padding: 20px;
            background-color: #fff;
            text-align: center;
             box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
            border: 1px solid #eaeaea;
        }

        .representative h5 {
            font-size: 1.25em;
            font-weight: bold;
            color: #993300;
            margin-bottom: 10px;
        }

        .email {
            color: #b07456;
            font-weight: 600;
            font-size: 0.9em;
            margin-bottom: 15px;
        }

        .district-info {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            margin-bottom: 10px;
        }

        .district-name {
            font-size: 1em;
            font-weight: bold;
            color: #555;
        }

        .district-icon {
            width: 24px;
            height: 24px;
        }

        hr {
            border: none;
            border-top: 1px solid #eaeaea;
            margin: 15px 0;
        }

        .location {
            font-size: 1em;
            font-weight: normal;
            color: #555;
            margin-bottom: 20px;
        }

        .donate-btn {
            display: inline-block;
            padding: 10px 25px;
            font-size: 1em;
            font-weight: bold;
            color: #fff;
            background-color: #ff9900;
            text-decoration: none;
            border-radius: 5px;
            border: none;
            cursor: pointer;
        }

        .donate-btn:hover {
            background-color: #e68a00;
        }
.representative a{
	text-decoration: none;
    color: #fff;
}

.representative a:hover{
	text-decoration: underline;
    color: #fff!important;
}
.mobile-nav-side .site-header #site-navigation.main-navigation{
	margin-top: 5px;
}