﻿.grad {
    background: linear-gradient(to right, #154734 0%, #848D00 100%);
}

.results_header {
    text-align: center;
    color: white;
}

.results{
    font-weight: 700;
    font-size: 45px;
}
.winner {
    margin-left: 20%;
    float: left;
    width: 15%;
    color: white;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.state {
    float: left;
    width: 15%;
    color: white;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.production {
    float: left;
    width: 15%;
    color: white;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.hybrid {
    margin-right: 20%;
    color: white;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.hybrid-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 350px;
}


.hybrid-link {
    font-size: 16px;
    font-weight: 600;
    font-family: gotham-narrow;
    color: rgb(83, 86, 90);
}

h1 .yield_masters {
    font-family: gotham-narrow;
    font-size: 42px;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
}

p .yield_masters {
    font-family: gotham-narrow;
    font-size: 14px;
    font-weight: 700;
    line-height: 12px;
    text-align: center;
}

.unitedstates {
    width: 800px;
}

.midpage {
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    gap: 10px 20px;
    row-gap: 10px;
    column-gap: 20px;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 50px;
    align-content: center;
    justify-content: center;
}

h2.seewin {
    font-family: gotham-narrow;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
    margin-bottom: 20px;
}

p.click {
    font-family: gotham;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    margin-bottom: 0px;
}

p.allnumb {
    font-family: gotham;
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
    text-align: left;
}

h1.bama {
    font-family: gotham-narrow;
    font-size: 42px;
    font-weight: 700;
    line-height: 44px;
    text-align: left;
    margin-top: 20px;
}

h3.statewin {
    font-family: gotham-narrow;
    font-size: 14px;
    font-weight: 700;
    line-height: 12px;
    text-align: left;
    margin-top: 10px;
    padding-bottom: 10px;
}

h1.numb {
    font-family: gotham-narrow;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
    line-height: 0.8;
}

h6.madison {
    font-family: gotham;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    margin-bottom: 20px;
}

.yield-section {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.win-hybrid {
    text-align: center;
    border: 1px solid #C8C9C7;
    font-size: 16px;
    font-weight: 600;
    font-family: gotham-narrow;
    padding: 10px 36px;
    margin-top: 10px;
}


.unitedstates svg .selectable {
    fill: #F6C950;
    cursor: pointer;
}

.unitedstates svg .selected {
    fill: #066A38;
    cursor: default;
}
.unitedstates svg g {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #808080;
    stroke: white;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.unitedstates svg {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #808080;
    stroke: white;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.midpage .leftText{
    min-width: 300px;
}

@media (max-width: 767px) {

    .results {
        font-size: 35px;
    }

    .winner {
        font-size: 15px;
        font-weight: bold;
    }

    .state {
        font-size: 15px;
        font-weight: bold;
    }

    .production {
        font-size: 15px;
        font-weight: bold;
    }

    .hybrid {
        font-size: 15px;
        font-weight: bold;
    }
}