.forecast {
    text-align: center;
}

.forecast-now {
    clear: left;
}

.forecast-now .city-name {
    width: 100%;
    display: block;
}

.forecast-now .forecast-a-day {}

.forecast-now .forecast-a-day .weather-day {}

.forecast-now .forecast-a-day .weather-wrapper {
    height: 4em;
    position: relative;
    font-size: 1.2em;
}

.forecast-now .forecast-a-day .weather-wrapper span {
    position: absolute;
    bottom: 1em;
}

.forecast-now .forecast-a-day .weather-wrapper span.weather-description {
    display: none;
}

.forecast-now .forecast-a-day .weather-wrapper span.weather-icon {
    display: none;
}

.forecast-daily {
    clear: left;
}

.forecast-daily .forecast-a-day {
    float: left;
}

.forecast-daily .forecast-a-day .weather-day {}

.forecast-daily .forecast-a-day .weather-wrapper {
    height: 5em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: auto 100%;
    position: relative;
    font-size: 0.8em;
    margin-top: 30px;
}

.forecast-daily .forecast-a-day .weather-wrapper span {
    position: absolute;
    width: 45%;
    margin-top: 140px;
    font-size: 1.5em;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.forecast-daily .forecast-a-day .weather-wrapper span.weather-main {
    display: none;
}

.forecast-daily .forecast-a-day .weather-wrapper span.weather-description {
    display: none;
}

.forecast-daily .forecast-a-day .weather-wrapper span.main-temp-max {
    left: 0px;
    text-align: right;
    color: lightblue;
}

.forecast-daily .forecast-a-day .weather-wrapper span.main-temp-min {
    right: 0px;
    text-align: left;
    color: lightcoral;
}

#forecast_result {
    padding-bottom: 10px;
    overflow: hidden;
    color: white;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #3E404D;
    height: 1080px;
}

#forecast_result2 {
    padding-bottom: 10px;
    overflow: hidden;
    color: white;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #3D4D43;
    height: 1080px;
}

.forecast-daily>.forecast-a-day>.weather-wrapper>span.main-temp-min {
    padding-top: 70px;
    top: 0px;
}

.forecast-daily>.forecast-a-day>.weather-wrapper>span.main-temp-max {
    padding-top: 70px;
    top: 0px;
}

.forecast-now>.forecast-a-day>.weather-day {
    display: none;
}

/* Large Devices, Wide Screens */

    .forecast-now>.city-name {
        font-size: 9em;
        left: 0px;
        margin-bottom: 50px;
    }
.forecast-now>.city-name a{
    color: white;
}
    .forecast-now .forecast-a-day .weather-wrapper span.weather-main {
        left: 0px;
        text-align: right;
        background-position: right center;
        background-repeat: no-repeat;
        background-size: cover;
        background-size: auto 100%;
        height: 8em;
        top: 50px;
    }
    .forecast-now .forecast-a-day .weather-wrapper {
        width: 100%;
        float: left;
    }
    .wind-deg {
        left: 0%;
        font-size: 5em;
        width: 50%!important;
        top: 530px;
        height: 120px;
        line-height: 30px;
        height: 250px;
        overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
        color: #00D96D;
    }
    .wind-deg:before {
        content: url(../img/i_deg.png);
        display: block;
        margin-bottom: 50px;
    }
    .wind-speed {
        left: 50%;
        font-size: 5em;
        line-height: 1em;
        width: 50%!important;
        top: 530px;
        height: 120px;
        color: #99CCFF;
    }
    .wind-speed:before {
        content: url(../img/i_wind.png);
        display: block;
    }
    .sys-sunset {
        left: 50%;
        font-size: 5em;
        line-height: 1em;
        width: 50%!important;
        top: 250px;
        height: 120px;
        color: #FFA64D;
    }
    .sys-sunset:before {
        content: url(../img/i_ss.png);
        display: block;
    }
    .sys-sunrise {
        float: left;
        left: 0%;
        font-size: 5em;
        line-height: 1em;
        width: 50%!important;
        top: 250px;
        height: 120px;
        color: #FF7373;
    }
    .sys-sunrise:before {
        content: url(../img/i_sr.png);
        display: block;
    }
    .forecast-daily .forecast-a-day {
        width: 33.3333333%!important;
        margin-top: 550px;
        margin-left: auto;
        margin-right: auto;
        font-size: 3em;
        display: none;
    }
    .forecast-now .forecast-a-day .weather-wrapper span.main-temp {
        right: 0px;
        text-align: left;
        font-size: 8em;
        top: 0.8em;
        padding-left: 20px;
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
.forecast-now .forecast-a-day .weather-wrapper span.main-temp{
    width: 60%
}
.forecast-now .forecast-a-day .weather-wrapper span{
    width: 40%;
}
