@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");

html body{
    background-image: url("../images/bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    backdrop-filter: blur(10px);
}

html, body {
    min-height:100vh;
}

body{
    padding: 1.5rem 0 1.5rem 0;
}

#main_container{
    width: 90%;
    margin: 0 auto;
    padding: 0!important;
}

#weather_card{
    padding: 0 1.875rem 15px 1.875rem;
}

.leftCol{
    margin-bottom: 0!important;
}

.appBG{
    background-color: rgba(255, 255, 255, 0.5)!important;
}

.boldHead{
    font-weight: 600;
}

.weatherIcon{
    line-height: 0.5;
    font-size: 10vh;
    text-align: center;
}

.weather_details{
    padding: 0; 
    text-align: left;
    font-size: .92rem;
}

.weather_details li{
    float: left;
    clear: left;
    position: relative;
    left: 20px;
    width: calc(100% - 40px);
}

#weather_container{
    width: 100%;
}

/* Breakpoints */

@media (min-width: 1200px) { 

#main_container{
    width: 40%;
}

#weather_card{
    padding: 0.938rem;
}

.leftCol{
    margin-bottom: 1.5rem!important;
}

}