body {
    background-color: rgb(0, 0, 0);
    color: rgb(49, 207, 235);
    margin-bottom: 30px;
    /*background-image: url("/static/images/bg.png");*/
    background-repeat: repeat;
}

.weather {
    font-family: 'Righteous', cursive;
    font-size: 24px;
}

.date {
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    color: deeppink;
    text-align: center;
}

.right {
    text-align: right;
}

.forecast {
    font-size: 14px;
    font-family: 'Mulish', sans-serif;
    color: cornflowerblue;

}

h1 {
    color: chartreuse;
    font-family: 'Amatic SC', cursive;
    font-size: 48px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 2px 2px #00ffbf;
}

h3 {
    text-align: center;
    font-size: 32px;
    font-family: 'Amatic SC', cursive;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 2px 2px #2f3030;
}

.header-margin {
    margin-top: 90px
}

.right {
    text-align: right;
}

.cleantable {
    text-shadow: none;

}

.shadow {
    box-shadow: rgb(105, 40, 40) 2px 2px;
    border-radius: 10px;
}

.table-top-margin {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
}

table {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    /*border: #00ffbf 2px solid;*/
}

.search {
    margin-left: auto;
    margin-right: auto;
}

hr.sm {
    border-top: 1px solid white;
}

hr {
    border-top: 6px solid rgb(255, 255, 255);
    width: 100%;
}

.button {
    transition-duration: 0.4s;
    background-color: #ffffff;
    border: 2px solid rgb(105, 231, 168);
    height: 120px;
    width: 120px;
    border-radius: 50%;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
}

.button:hover {
    background-color: #4CAF50;
    color: white;
}

input[type=text] {
    border: 0px;
    border-radius: 4px;
    background-color: #979797;
    color: white;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
}

input[type=submit] {
    background-color: darkslategrey;
    transition-duration: 0.4s;
    background-color: #ffffff;
    border: 2px solid rgb(105, 231, 168);
    height: 35px;
    width: 35px;
    border-radius: 50%;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    margin-left: 8px;
    margin-right: 8px;
}

input[type=submit]:hover {
    background-color: rgb(105, 231, 168);
    color: white;
    font-family: 'Roboto Condensed', sans-serif;
}

.location {
    color: rgb(202, 137, 235);
    font-family: 'Mulish', sans-serif;
    font-weight: bold;
}

td {
    padding: 0px;
}

.locationname {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Mulish', sans-serif;
}

.weather_icon {
    background-color: #7c7c7c, border 2px solid;
    border-radius: 5px;
}

.weather_icon_lg {
    background-color: #b7b7bb;
    border-radius: 5px;
    border: #ff0000 2px solid;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.lonlat {
    font-size: x-small;
    color: #ffffff;
}

.footer {
    font-size: xx-small;
    text-align: center;
    color: #92cece;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgb(36, 36, 36);
}

/* The navigation bar */
.navbar {
    overflow: hidden;
    background-color: #333;
    position: fixed;
    /* Set the navbar to fixed position */
    top: 0;
    left: 0;
    /* Position the navbar at the top of the page */
    width: 100%;
    /* Full width */
}


.weather-body {
    background-color: rgb(56, 56, 56);
    border-radius: 10px;
    padding: 10px;
    box-shadow: rgb(105, 40, 40) 2px 2px;
    justify-content: center;
    font-weight: bold;
    width: 100%;
    height: 100%;
}

.hourly_forecast {
    background-color: rgb(56, 56, 56);
    border-radius: 10px;
    padding: 20px;
    box-shadow: rgb(105, 40, 40) 2px 2px;
    justify-content: center;
    font-weight: bold;
    font-size: small;
    font-family: 'Mulish', sans-serif;
    align-self: auto;
    float: right;
}

.no-shadow {
    background-color: rgb(56, 56, 56);
    border-radius: 10px;
    padding: 10px;
    justify-content: center;
    font-family: 'Mulish', sans-serif;
    font-weight: bold;
    font-size: small
}

.title {
    color: chartreuse;
    font-family: 'Amatic SC', cursive;
    font-size: 48px;
    text-align: center;
    text-shadow: 2px 2px #00ffbf;
}

.alerts {
    background-color: rgb(56, 56, 56);
    border-radius: 10px;
    padding: 10px;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    font-family: 'Mulish', sans-serif;
    box-shadow: rgb(105, 40, 40) 2px 2px;
}

h2 {
    color: #ff0000;
    background-color: gold;
    text-align: center;
}

holder {
    width: 2px;
    height: 2px;
}

pre {
    font-family: 'JetBrains Mono', monospace;
    font-weight: bolder;
    font-size: small;
    background-color: rgb(43, 38, 53);
    box-shadow: rgb(40, 105, 94) 2px 2px;
    width: 200px;
    height: 200px;
    color: white;
    border-radius: 50%;
    align-self: center;
    margin-bottom: 300px;
    text-shadow: 1px 1px rgb(105, 105, 105)
}


.daily-forecast-cell {
    width: 175px;
    margin-right: 12px;
}

.daily {
    margin-right: auto;
    margin-left: auto;
}