/* TODO */
@media screen and (max-width: 1219px) {
    .weather_forecast li {
        min-width: 38vw;
    }
}
@media screen and (max-width: 1100px){
    #fast_access ul li a{
        width: 22rem;
        height: 20rem;
        padding: 3.4rem 2.5rem;
    }
    #fast_access ul li a img{
        height: 7rem;
    }
    #fast_access ul li a span{
        font-size: 1.8rem;
        font-weight: 800;
    }

    #fast_access_monitoring ul li{
        width: 48%;
        margin-bottom: 1rem;
    }
    #fast_access_monitoring ul li a{
        width: 100%;
    }
    #fast_access_monitoring ul li:nth-child(n+2){
        margin-left: 0rem;
    }
    #fast_access_monitoring ul li:nth-child(2n){
        margin-left: 1rem;
    }

    #weather_information ul li span{
        font-size: 1.4rem;
    }
    #weather_information #weather_left ul li{
        margin-top: 1rem;
        padding-left: 4rem;
    }
    #weather_information #weather_center iframe{
        height: 27rem;
    }
    #weather_information #weather_right ul li a{
        margin-top: 1rem;
        padding-left: 4rem;
        background-size: 2.4rem;
    }
   
}
@media screen and (max-width: 1000px){
    #fast_access ul li a{
        width: 19rem;
        height: 17rem;
        padding: 2.5rem 2rem;
    }
    #fast_access ul li a img{
        height: 6rem;
    }
    #fast_access ul li a span{
        font-size: 1.6rem;
        font-weight: 700;
    }
}
@media screen and (max-width: 900px){
    .weather_forecast li {
        min-width: 100%;
    }
    #fast_access ul li{
        width: 24%;
    }
    #fast_access ul li:nth-child(n+2){
        margin-left: 1%;
    }
    #fast_access ul li a{
        width: 100%;
        padding: 2rem 1rem;
    }
    #fast_access ul li a span{
        font-size: 1.5rem;
        line-height: 1.8rem;
    }

    #weather_information #weather_left{
        width: 50%;
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    #weather_information #weather_left ul{
        text-align: left;
        display: block;
        width: 100%;
    }
    #weather_information #weather_right{
        width: 100%;
    }
    #weather_information #weather_center{
        width: 100%;
    }
    #weather_information #weather_center{
        margin: 2rem 0;
        padding: 2rem 0;
        border: 2px solid #ffffff;
        border-left: none;
        border-right: none;
    }
    .weather_forecast {
        border: none
    }
    #weather_information #weather_right{
        text-align: center;
    }
}
    
@media screen and (max-width: 800px){
   
    #monitoring #alert{
        width: 100%;
        padding: 1.5rem 2rem 1.5rem 2rem;
        text-align: justify;
    }
    #monitoring #alert img{
        display: none;
    }
    #monitoring #alert p{
        width: 100%;
        padding-left: 0rem;
    }
}

@media screen and (max-width: 700px){
    #fast_access_monitoring ul li a{
        text-align: center;
        height: auto;
    }
    #fast_access_monitoring ul li a img{
        margin-bottom: 2rem;
    }
    #fast_access_monitoring ul li a span{
        display: block;
        width: 100%;
        font-size: 1.8rem;
        line-height: 2.5rem;
        font-weight: 900;
        margin-left: 0rem;
    }
    #weather_information #weather_left{
        width: 60%;
    }
}

@media screen and (max-width: 600px){
    #fast_access ul li{
        width: calc(50% - 1rem);
    }
    #fast_access ul li:nth-child(n+2){
        margin-left: 0;
    }
    #fast_access ul li:nth-child(2n){
        margin-left: 1rem;
    }
    #weather_information #weather_left{
        width: 70%;
    }
}
@media screen and (max-width: 500px){

    #weather_information #weather_left{
        width: 95%;
    }
}
@media screen and (max-width: 400px) {
    .weather_forecast .temperature .icon,
    .weather_forecast .temperature .min,
    .weather_forecast .temperature .max {
        width: 10.0rem;
    }
    .weather_forecast .temperature .value {
        font-size: 4.3rem !important;
    }

    #fast_access_monitoring ul li{
        width: 100%;
        margin-left: 0;
    }
    #fast_access_monitoring ul li:nth-child(2n){
        margin-left: 0rem;
    }
}