body {
            font-family: 'Roboto', sans-serif;
        }
.offcanvas-header {
    background-color: #213875;
    color:white;
}
.top-menu {
    background-color: white;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}
.logo {
    width: 50px; /* Adjust size as needed */
    height: auto; /* Maintain aspect ratio */
    float: left;
}
.btn-close {
    filter: invert(1); /* Change button color to white */
}
.bg-pollbusters {
    background-color: #213875;
}
.navbar-toggler {
    background-color: transparent; /* Make button background transparent */
    color: #213875;
    border: none; /* Remove border */
}
.top-40 {
    margin-top: 40px;
}
.brand {margin-left:20px;}

ul li {margin-top:10px;}
        
a {
	color:#213875;
}        

a.followed {
	color:#0173bc;
}

footer {margin-top:60px; font-weight:100;}