/*
#002f87 Royal Blue
#041e42 Navy  Blue
#ffb81c	Gold
#a2aaad Gray
#7c878e Dark Gray
*/

body {
    background-color: #7c878e;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
}

.body-container {
    background: #041e42;
    border: 3px solid #ffb81c;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px 30px;
    border-radius: 15px;
    max-width: 960px;
}

.base-div {
    background: #fff;
    border-radius: 15px;
    max-width: 960px;
}

.header-row {
    background: #002f87;
    text-align: center;
    padding: 5px 10px;
    border-radius: 15px 15px 0px 0px;
    max-width: 960px;
}

p{
    display:inline-block;
    margin:10px;
}

h1 {
    font-size: 32px;
    font-weight: bolder;
    color: #fff;
    text-shadow: -1px -1px 0 #041e42, 1px -1px 0 #041e42,-1px 1px 0 #041e42,1px 1px 0 #041e42;
}

h2 {
    display:inline-block;
    font-size: 26px;
    font-weight: bolder;
    color: #041e42;
}

h3 {
    display:inline-block;
    font-size: 16px;
    font-weight: bolder;
    line-height: 18px;
    color: #041e42;
    margin: 0px;
}

.body-row {
    background: #fff;
    text-align: center;
    border-radius: 0px 0px 15px 15px;
    max-width: 960px;
    /* min-height: 300px; */
}

.left-col {
    background: #a2aaad;
    text-align: left;
    border-right: 3px solid #7c878e;
    border-radius: 0px 0px 0px 15px;
    padding: 15px;
}

.right-col {
    text-align: left;
    padding: 15px 30px 15px 30px;
}

.wx-row {
    border: 1px solid #a2aaad;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /* height: 175px; */
    margin-bottom: 20px;
}

.forecast-col{
    background: #002f87;
    font-size: 10px;
    line-height: 18px;
    color: #fff;
    /* height: 90px; */
    margin: 5px;
    padding: 5px;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* Used css and html from https://bootstrapious.com/p/bootstrap-search-bar */
.form-control:focus {
    box-shadow: none;
}

.form-control-underlined {
    border-width: 0;
    border-bottom-width: 1px;
    border-radius: 0;
    padding-left: 0;
}

.form-control::placeholder {
    font-size: 0.7rem;
    color: #041e42;
    font-style: italic;
}

.search-button {
    background: #ffb81c;
    border: 1px solid #ffb81c;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.search-button:hover {
    background: #002f87;
    border: 1px solid #ffb81c;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.search-button:active {
    background: #002f87;
    border: 1px solid #ffb81c;
    /* box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19); */
}

.search-box {
    border: 2px solid #ffb81c;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.my-btn {
    background-color: #7c878e;
    color: #fff;
    width: 75%;
    border-radius: 15px;
    margin: 10px 20px 10px 20px;
}

.btn-sm {
    width: 150px;
}

.my-btn:hover {
    background-color: #002f87;
    color: #fff;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.my-btn:focus {
    background-color: #002f87;
    color: #fff;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.my-btn:active {
    background-color: #002f87;
    color: #fff;
}

/* UV Index colors */
.uv {
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}
.uv-12{
    background-color: #85c98b;
}
.uv-35{
    background-color: #ffde00;
}
.uv-67{
    background-color: #f99d1b;
}
.uv-810{
    background-color: #ed1c24;
}
.uv-11{
    background-color: #da3884;
}

@media screen and (max-width: 767px) {
    .hide-on-small-screen {
        display: none;
    }
    
    /* #search-saves {
        display: none;
    }
    
    .left-col {
        background: #a2aaad;
        text-align: left;
        border: none;
        border-radius: 0;
        padding: 15px;
    }   */
}