@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "IBM Plex Mono";
    font-weight: 400;
    font-style: normal;
}

.table_head {
    text-transform: uppercase;
    text-align: center;
}

.table_text {
    text-transform: uppercase;
    text-align: center;
}

text {
    font-family: 'IBM Plex Mono', monospace;
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
}

.selectedChamber {
    background-color: #e2716d;
    border-radius: 10px;
    font-weight: 700;
}

.selectedYear {
    background-color: #7276e9;
    border-radius: 10px;
    font-weight: 700;
}

.statesover {
    pointer-events: all;
}

a {
    color: inherit;
    text-decoration: none;
}

a:visited {
    color: inherit;
}

a:hover {
    color: inherit;
}

a:active {
    color: inherit;
}

@media only screen and (max-width:700px) {
    .computer {
        display: none;
    }
    .phone {
        display: block;
    }
    .computerContent {
        display: none;
    }
    .listText {
        font-size: 3vw;
    }
    .special {
        display: block;
        width: 100%
    }
    #links {
        width: 100%;
        margin-left: 0%;
    }
}

@media only screen and (min-width:700px) and (max-width:1200px) {
    .computer {
        display: block;
    }
    .phone {
        display: none;
    }
    .cContent {
        margin-left: 0%;
        width: 100%;
        display: block;
    }
    .listText {
        font-size: 2vw;
    }
    .special {
        display: block;
        width: 100%
    }
}

@media only screen and (min-width:1200px) {
    .computer {
        display: block;
    }
    .cContent {
        margin-left: 10%;
        width: 80%;
        display: block;
    }
    .phone {
        display: none;
    }
    .listText {
        font-size: 2vw;
    }
    .special {
        margin-left: 10%;
        width: 80%
    }
}

.overlay {
    fill: none;
    pointer-events: all;
}

path {
    stroke-linejoin: round;
    stroke-linecap: round;
}

.selectbox {
    width: 50%;
    text-align: center;
    font-size: 15px;
    color: black;
    font-family: "Montserrat";
    border-radius: 10px;
    border: lightgray solid 1px;
    background-color: white;
    -webkit-appearance: none;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAJCAYAAAA/33wPAAAAvklEQVQoFY2QMQqEMBBFv7ERa/EMXkGw11K8QbDXzuN4BHv7QO6ifUgj7v4UAdlVM8Uwf+b9YZJISnlqrfEUZVlinucnBGKaJgghbiHOyLyFKIoCbdvecpyReYvo/Ma2bajrGtbaC58kCdZ1RZ7nl/4/4d5EsO/7nzl7IUtodBexMMagaRrs+06JLMvcNWmaOv2W/C/TMAyD58dxROgSmvxFFMdxoOs6lliWBXEcuzokXRbRoJRyvqqqQvye+QDMDz1D6yuj9wAAAABJRU5ErkJggg==);
    background-position: right center;
    background-repeat: no-repeat;
    padding: 2px 10px;
}

.selectboxComputer {
    width: 30%;
    text-align: center;
    font-size: 15px;
    color: black;
    font-family: "Montserrat";
    border-radius: 10px;
    border: lightgray solid 1px;
    background-color: white;
    -webkit-appearance: none;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAJCAYAAAA/33wPAAAAvklEQVQoFY2QMQqEMBBFv7ERa/EMXkGw11K8QbDXzuN4BHv7QO6ifUgj7v4UAdlVM8Uwf+b9YZJISnlqrfEUZVlinucnBGKaJgghbiHOyLyFKIoCbdvecpyReYvo/Ma2bajrGtbaC58kCdZ1RZ7nl/4/4d5EsO/7nzl7IUtodBexMMagaRrs+06JLMvcNWmaOv2W/C/TMAyD58dxROgSmvxFFMdxoOs6lliWBXEcuzokXRbRoJRyvqqqQvye+QDMDz1D6yuj9wAAAABJRU5ErkJggg==);
    background-position: right center;
    background-repeat: no-repeat;
    padding: 2px 10px;
}

.district-boundaries {
    fill: none;
    stroke: black;
    stroke-width: .5px;
}

.state-boundaries {
    fill: none;
    stroke: black;
    stroke-width: 1.5px;
}