html, body{
    max-width: 100vw;
    min-height: 100vh;
    overflow-x: hidden;
    background-color: silver;
}

*{
    margin: 0;
}

hr{
    margin: 0;
}

p{
    margin: 0!important;
}

/*body{
    background-color: gray!important;
}

.tab{
    border: 15px solid orange;
    border-radius: 25px;
    padding: 20px;
    background-color: white;
    height: 100%;
}

header{
    background-color: orange;
    padding: 0 10%;
}

.icon{
    max-height: 25vw;
    margin: auto;
}

.tab p{
    font-size: 1.5rem!important;
}

header img{
    max-height: 24px;
    vertical-align: text-bottom;
}

header p{
    display: inline-block;
}

.arrow{
    position: absolute;
    left: 31.5%;
    top: 26%;
    height: 75%!important;
    transform-origin: center 84.347%;
    animation: alternate rotation 3s infinite;
}

@keyframes rotation{
    from{
        rotate: -90deg;
    }
    to{
        rotate: 90deg;
    }
}*/

.main .col-9{
    background-color: #F6F6F7;
    border-radius: 0 25px 25px 0;
}

.main .col-3{
    border-radius: 25px 0 0 25px;
    background-color: white;
}

.searchbar svg{
    width: 1.25rem;
    display: inline-block;
}

.searchbar input{
    display: inline-block;
}

.week{
    width: min-content;
    margin-top: 2rem;
}

.week h4{
    color: black!important;
}

.city{
    width: 100%;
    border-radius: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    height: 8rem;
}

.city.mojs{
    background-image: url(img/zilina.jpg);
}

.city.dolnykubin{
    background-image: url(img/dolnykubin-1.jpg);
}

.city.holic{
    background-image: url(img/holic-1.jpg);
}

.gradient{
    width: 100%;
    height: 100%;
    background-color: rgba(128, 128, 128, 0.432);
    border-radius: 25px;
}

.city-name{
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: white;
    width: 100%;
    height: min-content;
    border-radius: 20px;
    text-align: center;
}

.weather-now{
    width: 200px;
    display: block;
    margin: auto;
}

.forecast-img{
    width: 50px;
}

.tab{
    border-radius: 25px;
    background-color: white;
    padding: 1.5rem;
    height: 100%;
}

.wsw{
    width: 24px;
}

.forecast .tab{
    width: 13.5%;
}

.forecast{
    margin-bottom: 4rem;
}

.highlights .tab p{
    width: 100%;
    text-align: center;
}

.forecast h5{
    text-align: center;
    width: 100%;
    font-size: 1rem!important;
}

.forecast div{
    margin-top: auto;
    text-align: center;
}

.forecast .tab{
    padding: 1rem;
}

.forecast .tab div{
    margin-top: 0.75rem;
}

.lead{
    font-size: 0.85rem!important;
    opacity: 0.7;
}

.parameter{
    font-size: 1.25rem!important;
    margin-bottom: 1.5rem;
}

.highlights .tab{
    height: 12rem;
}

.sun{
    width: 45px;
    /*vertical-align: baseline;*/
}

.scale{
    width: 11rem;
    margin: auto;
    display: block;
}

.scale-count{
    position: absolute;
    bottom: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min-content!important;
    font-size: 2.25rem;
}

.value{
    width: min-content!important;
    font-weight: bold;
    font-size: 2.25rem;
}

.unit{
    font-size: 1.5;
    width: min-content!important;
}

.main .col-3{
    padding: 0 4rem;
}

.description{
    margin-top: auto!important;
}

.min{
    width: min-content!important;
}

.temp{
    font-size: 7.5rem;
    line-height: 7.5rem;
    font-weight: 300;
}

.celsius{
    font-size: 3rem;
    vertical-align: top;
    font-weight: 300;
}

.main .col-3 p{
    text-align: start;
}

.divider{
    margin: 2rem 0;
}

.current-icon{
    width: 30px;
    font-weight: 500;
}

#time{
    font-size: 1.25rem!important;
}

#date{
    font-size: 1.25rem;
    margin-right: 0.4rem!important;
}

.current{
    font-weight: 500;
}

#logo{
    width: 150px;
    margin: auto;
    display: block;
    margin-top: 2.5rem;
}

#uv{
    width: 6rem;
}

.middle{
    vertical-align: middle;
}

@media only screen and (max-width: 768px) {
    .main .col-3,.col-9{
        width: 100%;
    }

    .main .col-3 {
        border-radius: 25px;
        background-color: white;
        margin-bottom: 1rem!important;
    }

    .main .col-9{
        border-radius: 25px;
    }

    .forecast{
        overflow-x: scroll;
    }

    .forecast .tab {
        min-width: 50%;
    }

    .forecast .tab:not(:last-child){
        margin-right: 1rem;
    }

    .city{
        margin-bottom: 1rem;
    }
}