@import '../theme/main.css';
@import '../theme/navbar.css';
@import '../theme/footer.css';
@import '../theme/fullpage.css';


.station-list {
    padding: 1rem 2rem;
    background: #f3f3f3;
    border: 1px solid #eee;
    flex-grow: 1;
}

.station-box {
    background: #fff;
    padding: 2rem;
    display: flex;
    align-items: center;
}

.station-display {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: #54ff057a;
    border-radius: 50%;
    min-height: 170px;
    height: 170px;
    min-width: 170px;
    width: 170px;
}

.station-display h1,
p {
    margin-bottom: 0;
}

.station-display h1 {
    font-size: 50px;
}

.station-display h6 {
    font-size: 17px;
    margin-bottom: 0.5rem;
}

.station-display p {
    font-size: 12px;
}

.station-data {
    width: 100%;
    padding-left: 2rem;
}

.title-data {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #000;
    padding-bottom: 0.7rem;
}

.title-data h1,
p {
    margin-bottom: 0;
}

.title-data p {
    color: #4c4c4c;
}

@media only screen and (max-width: 1199px) {

    .station-data {
        padding-left: 0rem;
    }

    .station-box {
        flex-direction: column;
    }

    .station-display {
        margin-left: auto;
        margin-right: auto;
    }

    .title-data {
        margin-top: 1rem;
        padding-bottom: 1.5rem;
        align-items: center !important;
        flex-direction: column;
    }

    .title-data h1,
    p {
        margin-bottom: 0.5rem !important;
    }

}

.weather-data {
    margin-top: 1rem;
    width: 100%;
}

.weather-data-box {
    height: 100%;
    padding: 1.5rem;
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.weather-data-box img {
    width: 70px;
    height: 70px;
    margin-bottom: 0.5rem;
}

/* box color */

.bg-pm {
    background: #B2FFD5;
}

.bg-temp {
    background: #D8FFB1;
}

.bg-humidity {
    background: #FFEBA4;
}

.bg-preciptation {
    background: #FFBFA3;
}

.bg-night {
    background: #6C6C6C;
    color: white;
}

.bg-day {
    background: #F5F5F5;
    color: #000;
}

.bg-sound {
    background: #FFD6D6;
}

.bg-lightblue {
    background: lightblue;
}

/* tesitng */

.weather-data ul {
    margin-top: 1rem;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
}

.weather-data ul li:last-child {
    border: unset;
}

.weather-data li {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
    width: 100%;
    border-right: 1px solid #616161;
}
