.p-0{
    padding: 0;
}
.m-0{
    margin:0;
}
.wrapper{
    background: #450000;
    min-height: 100vh;
    /*height: 100vh;*/
    width:100%;
}
.logo-box{
    text-align: center;
padding:40px 0px;
}
.logo-box img{
    display: inline-block;
    max-height: 170px;
}

.heading-text {
    font-family: "Cookie Regular",sans-serif;
    font-size: 80px;
    color:#a9d16f;
    margin:10px 0px 20px 10px;
}
.page-text{
    font-family: "Khand Regular",sans-serif;
    font-size: 42px;
    color:#fff;
    word-break: break-all;
}
.menu-item{
    margin:20px;
}
#vreme{
    margin:250px 100px;
    text-shadow: 2px 1px #000000;


}
.vreme-heading{
    color:white!important;
}
#nume-oras{
    font-family: "Khand Regular",sans-serif;
    font-size: 50px;
    color:#fff;
    margin-bottom: 10px;
text-shadow: 2px 1px #121212;

}
#temperatura-oras{
    font-family: "Khand Regular",sans-serif;
    font-size: 95px;
    font-weight: bold;
    color:#fff;
    margin-bottom: 10px;
    text-shadow: 2px 1px #121212;

}
#prognoza{
    margin:20px -25px;
}
.nume_zi{
    font-family: "Khand Regular",sans-serif;
    font-size: 50px;
    color:#fff;
    margin-bottom: 10px;
    text-shadow: 2px 1px #121212;

}
.text_zi{
    font-family: "Khand Regular",sans-serif;
    font-size:65px;
    font-weight: bold;
    color:#fff;
    margin-bottom: 10px;
    text-shadow: 2px 1px #121212;


}

#imagine-temperatura-oras {
    max-width: 200px;
    max-height: 200px;
    color:white;
    margin-right: 15px;
    margin-top: 20px;
    font-size: 150px;
}

.weather-icon {
    color:white;
    font-size: 120px;
    margin: 0px 15px 0px 10px;
}
#prognoza span {
    margin:10px 3px;
}
.minim-zi {
    opacity: 0.7;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.frame{
     /*can be anything*/
    width:100%;
    position: relative;
}
.slider-img{
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.vreme-azi {
margin-left: 10px;
}
.m-p-0{
    margin:0!important;
    padding:0!important;
}

.room-rates-container {
min-height:100vh;
}

#vreme_li{
    height: 100vh;
    padding-left:10px;
    padding-right:10px;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center center!important;
}

#vreme{
    display: none;
}

.vreme-azi{
    margin-bottom: 20px;
    margin-top:250px;
    text-align: center;

}

p, img{
    display: inline-block!important;
    margin-right: 10px;
    color: white!important;

}

img{
    max-width: 82px;
    margin:0 15px 0 5px;

}

.city-title{
    text-transform: uppercase;
    font-size: 102px;
    vertical-align: middle;
    margin-right: 10px;
    text-shadow: 2px 1px #121212;

}


.weather-current-temp{
    font-family: "Khand Regular",sans-serif;
    font-size:100px;
    font-weight: bold;
    color:#fff;
    text-shadow: 2px 1px #121212;
    vertical-align: middle;
}

.description{
    text-align: center;

}

.weather-desc{
    vertical-align: middle;
    margin: 75px 0;
    display: inline-block;
    text-transform: capitalize;
    text-shadow: 2px 1px #121212;

}

.min-max{
    text-align: center;
}

.min-max p:first-of-type{
    margin-right: 50px;
}

.min-max p {
    font-family: "Khand Regular",sans-serif;
    font-size:65px;
    font-weight: bold;
    color:#fff;
    text-shadow: 2px 1px #121212;
    vertical-align: middle;
}

.min-max p span{
    margin-left: 10px;
}