#weather-button {
    color: rgb(255, 255, 255, 1);
}

#weather-form-submit {
    background-color: rgb(68, 68, 68);
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    border: 1px solid white;
    border-radius: 5px;
    outline: none;
}

#weather-form-submit:hover {
    color: rgb(68, 68, 68);
    background-color: white;
    outline: none;
}

#zip-form-submit {
    background-color: rgb(68, 68, 68);
    margin-top: 10px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    border: 1px solid white;
    border-radius: 5px;
    outline: none;
}

#zip-form-submit:hover {
    color: rgb(68, 68, 68);
    background-color: white;
    outline: none;
}

#reset-button-container {
    height: 100%;
    width: 100%;
    text-align: center;
}

#reset-button {
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin: auto;
    margin-top: 25px;
}

.non-nav-button {
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
}

h2 {
    padding: 0px;
    margin: 0px;
}

h3 {
    padding: 0px;
    margin: 0px;
    margin-bottom: 2px;
}

#or-h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 {
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
}

hr {
    padding: 0px;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 0px;

}

.user-input {
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
}

@media (min-width: 801px) {
    #video-page-inner-container {
        top: 40%;
        transform: translateY(-40%);
    }

    h2 {
        font-size: 35px;
    }

    #select-stations-h2 {
        font-size: 38px;
    }

    #weather-form-submit {
        font-size: 20px;
        margin-top: 15px;
    }

    #zip-form-submit {
        font-size: 20px;
    }

    #reset-button {
        font-size: 20px;
    }

    .non-nav-button {
        font-size: 15px;
    }

    .large-title-separator {
        width: 450px;
    }

    h4 {
        font-size: 16px;
    }

    label {
        font-size: 20px;
    }

    input {
        font-size: 20px;
    }

    #weather-page-inner-container {
        position: relative;
        width: fit-content;
        height: fit-content;
        margin: auto;
        top: 45%;
        transform: translateY(-45%);
        padding-bottom: 20px;
    }

    #button-container button {
        font-size: 30px;
        width: 150px;
    }

    #form-separator {
        width: 100%;
        padding: 0px 0px 0px 0px;
        margin: 15px 0px 10px 0px;
        text-align: center;
    }

    #weather-form {
        text-align: center;
    }

    #weather-form-split {
        overflow: hidden;
    }

    #weather-form-left-outer {
        width: 400px;
        height: fit-content;
        float: left;
    }

    #weather-form-left-inner {
        width: fit-content;
        height: fit-content;
        margin: auto;
    }

    #weather-form-right-outer {
        width: 400px;
        height: fit-content;
        float: right;
    }

    #weather-form-right-inner {
        width: fit-content;
        height: fit-content;
        margin: auto;
    }

    #weather-display {
        overflow: hidden;
        position: relative;
        width: fit-content;
        height: fit-content;
    }

    #metar-outer {
        /* float: left; */
        width: 400px;
        padding-bottom: 30px;
    }

    #metar-outer h2 {
        text-align: center;
    }

    #taf-outer {
        /* float: right; */
        width: 400px;
        text-align: center;
    }

    #metar-inner {
        width: fit-content;
        height: fit-content;
        margin: auto;
        margin-left: 20px;
    }

    #taf-inner {
        width: fit-content;
        height: fit-content;
        margin: auto;
    }

    #metar-table td {
        width: 90px;
    }

    #taf-table td {
        width: 80px;
    }

    #metar-hr {
        width: 220px;
    }

    #windsaloft-hr {
        width: 285px;
    }

    #zip-hr {
        width: 305px;
    }

    #manual-hr {
        width: 480px;
    }

    h3 {
        font-size: 28px;
    }
}

@media (max-width: 800px) {
    #video-page-inner-container {
        top: 0px;
    }

    #zip-form {
        margin-top: 10px;
    }

    #weather-form-submit {
        font-size: 12px;
        margin-top: 15px;
    }

    #zip-form-submit {
        font-size: 12px;
    }

    #reset-button {
        font-size: 12px;
    }

    .non-nav-button {
        font-size: 9px;
    }

    .large-title-separator {
        width: 290px;
    }

    h4 {
        font-size: 10px;
    }

    #weather-page-inner-container {
        position: relative;
        width: fit-content;
        height: fit-content;
        margin: auto;
        top: 45%;
        transform: translateY(-45%);
        padding-bottom: 20px;
    }

    #form-separator {
        width: 100%;
        padding: 0px 0px 0px 0px;
        margin: 10px 0px 10px 0px;
        text-align: center;
    }

    #weather-form {
        text-align: center;
    }

    #weather-form-left-outer {
        width: fit-content;
        height: fit-content;
        margin: auto;
        text-align: center;
    }

    #weather-form-left-inner {
        width: fit-content;
        height: fit-content;
        margin: auto;
    }

    #weather-form-right-outer {
        width: fit-content;
        height: fit-content;
        margin-bottom: auto;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    #weather-form-right-inner {
        width: fit-content;
        height: fit-content;
        margin: auto;
    }

    #weather-display {
        position: relative;
        width: fit-content;
        height: fit-content;
    }

    #metar-outer {
        width: fit-content;
        height: fit-content;
        margin: auto;
        padding-bottom: 15px;
    }

    #metar-outer h2 {
        text-align: center;
    }

    #taf-outer {
        width: fit-content;
        height: fit-content;
        margin: auto;
        text-align: center;
    }

    #metar-inner {
        width: fit-content;
        height: fit-content;
        margin: auto;
    }

    #taf-inner {
        width: fit-content;
        height: fit-content;
        margin: auto;
    }

    #metar-table td {
        width: 55px;
    }

    #taf-table td {
        width: 65px;
    }

    h2 {
        font-size: 20px;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
    }

    #select-stations-h2 {
        font-size: 23px;
    }

    td {
        font-size: 10px;
    }

    th {
        font-size: 11px;
    }

    #metar-hr {
        width: 130px;
    }

    #windsaloft-hr {
        width: 170px;
    }

    #zip-hr {
        width: 210px;
    }

    #manual-hr {
        width: 325px;
    }

    h3 {
        font-size: 19px;
    }
}
