body {
    color: #bfc1c8;
    font-family: "Roboto", "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    background: #1e202b;
}






.brand-name h1 {
    margin-bottom: 5px;
    font-size: 16px;
    font-size: 1em;
    color: white;

}

.brand-name p {
    font-size: 0.7em;
    display: block;
    color: #bfc1c8;

}

.nav-link {
    border: 2px solid;
    border-color: white;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.nav-link:hover {

    color: #009AD8 !important;
    border-color: #009AD8;
    ;
}

.hero {
    background-image: url('../imges/banner.png');
    background-size: cover;
    padding: 70px 0;
    min-height: 350px;

}

.find-location input[type="text"] {
    width: 100%;
    padding: 20px 50px 20px 20px;
    background: #1e202b;
    color: white;
    border: unset;
}

.find-location input[type="button"] {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    padding: 0 40px;
}


.table {
    background: #323544;
    --bs-table-striped-color: #8C8D92 !important;
    --bs-table-color: #8C8D92 !important;
    border: unset !important;
    transform: translateY(-30%) ;
    -webkit-transform: translateY(-30%) ;
    -moz-transform: translateY(-30%) ;
    -ms-transform: translateY(-30%) ;
    -o-transform: translateY(-30%) ;
}
th{
background: rgba(0, 0, 0, 0.1) !important;}

.num {
    font-size: 4rem;
    font-weight: 700;
}

.custom {
    color: #009ad8;
    margin: 20px 0;
}

.site-footer {
    background: #262936;
    padding: 50px 0;
}

input::placeholder {
    color: #8C8D92 !important;
}

.site-footer .social-links a {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    background: #1e202b;
    color: #009ad8;
    text-align: center;
    line-height: 2;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 20px;
    font-size: 1.4285714286em;
}

.site-footer .social-links a:hover {
    background: #009ad8;
    color: white;
}

/* .table{
    position: absolute;
    top: -50%;
} */

td,
th {
    border: unset;
}
.forecast-icon img{

    width:175%
}