﻿html {
    height: 100%;
}

body {
    background: #012030;
    color: #f8f8f5;
    font-family: 'JetBrains Mono', monospace;
    font-size: 14px;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

main {
    margin: 1.5em;
    padding-bottom: 1.5em;
}

nav {
    margin: .5em 0;
}

.container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: stretch;
    gap: 1em;
    margin: 0 0 1em 0;
}

article {
    flex-grow: 1;
    max-width: 800px;
    border-radius: .5em;
    padding: 0 1em;
}

h1, h2, h3, h4, h5, h6, h7 {
    font-weight: 400;
    color: #F15025;
    margin: .5em 0;
}

h1 {
    font-size: 5em;
    margin: 0;
}


h2 {
    font-size: 2em;
}

h3, h4, h5, h6, h7 {
    font-size: 1.5em;
}

th {
    font-weight: 600;
}

.homePage h1 {
    font-family: 'Cormorant Garamond', serif;
    color: #DAFDBA;
    margin: 250px 0;
    text-align: center;
}

/* Weather Pages */

.weatherCard {
    background: #f8f8f5;
    color: #191919;
}

.kembleCard {
    background: #f8f8f5;
    color: #191919;
}

#kemble-runway {
    font-size: 5em;
    font-weight: 600;
    margin: .25em;
    text-align: center;
}

#kemble-runway-state {
    font-size: 1.5em;
    text-align: center;
    font-weight: 500;
    margin-bottom: 1em;
}

#kemble-wind {
    font-size: 4em;
    text-align: center;
    font-weight: 500;
    margin: .5em;
}

#kemble-pressures {
    width: 100%;
    margin: 1em 0;
    text-align: center;
}

#kemble-pressures td {
    width: 50%;
    font-size: 3.5em;
    font-weight: 500;
}

.warnText {
    padding: 0 .125em;
    border-radius: .125em;
    background: red;
    color: white;
}
