body {
    background-color: #29a7db;
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    font-family: "ff-cocon-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #212427;
    overflow: scroll;

}

#noPos {
    width: 100vw;
    height: 100vh;
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: flex-start;
    z-index: 1;
    background-color: #29a7db;
    margin: 0;
    padding: 0;
}

#landscape {
    width: 100vw;
    height: 100vh;
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: flex-start;
    z-index: 1;
    background-color: #29a7db;
    margin: 0;
    padding: 0;


}

#landscapeVideo {
    width: 100vw;
    max-height: 100vh;
    position: absolute;
    top: 0;
    padding: 0;
    margin: 0;
}

#loader {
    width: 100vw;
    height: 100vh;
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: flex-start;
    z-index: 1;
    background-color: #29a7db;
    margin: 0;
    padding: 0;

}

#posP,
#noPosBtn {
    position: absolute;
    display: flex;
    top: 70%;
    max-width: 80%;

}

#loaderP {
    position: absolute;
    display: flex;
    top: 60%;
    font-size: 26pt;

}

#noPosBtn {
    display: flex;
    position: absolute;
    top: 90%;
    color: #212427;
}

#loaderVideo,
#noPosVideo {
    max-width: 100%;
    max-height: 100%;

}


#content-wrapper {
    display: flex;
}


#weatherDesc {
    display: flex;
    flex-direction: column;
    padding-bottom: 1400px;

}

#dogDiv {
    width: 100vw;
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: flex-start;
    background-color: #29a7db;
    margin: 0;
    padding: 0;

}

#dogIcon {
    width: 100vw;
    max-width: 100%;
    position: absolute;
    top: 0;
    padding: 0;
    margin: 0;

}

#dataNow {
    display: flex;
    flex-direction: column-reverse;
    position: absolute;
    top: 60%;
    left: 25%;
    right: 25%;
    justify-content: center;
    align-items: center;


}

#weatherInfo {
    display: flex;
    flex-direction: column-reverse;
    position: absolute;
    top: 70%;
    left: 10%;
    right: 10%;
    justify-content: center;
    align-items: center;
    font-style: italic;


}

#temperatureNow {
    font-size: 42pt;
    padding: 0;
    margin: 0;
}

#cityNow {
    font-size: 16pt;
    /* color: #f5f5f5; */
    padding: 0;
    margin: 0;
}



#windDiv {
    display: flex;
    position: absolute;
    top: 102.5%;
    left: 5%;
    width: 37.5%;
    height: 10%;
    background-color: #d3d3d3;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-size: 16pt;
    padding: 10px;
}

#windIcon {
    width: 60%;
    height: 100%;

}

#sunDiv {
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 102.5%;
    right: 5%;
    height: 10%;
    width: 37.5%;
    background-color: #d3d3d3;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 10px;

}

#sunTime {
    display: flex;
    flex-direction: column;
    font-size: 16pt;


}

#sunTime p {
    margin: 0;
    padding: 0;

}

#sunPicTimes {
    width: 50%;
    height: 100%;
}

#Next24H {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    position: absolute;
    top: 75%;
    left: 5%;
    width: 90%;
    height: 25%;
    overflow-y: hidden;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #d3d3d3;
    overflow: auto;
    scrollbar-width: none;
    font-size: 16pt;

}


#Next24H div {
    margin: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;


}

#hourDiv {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;


}



#Next24H p {
    margin: 0;
    padding: 0;

}


#hourIcon {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
}

#sunText {
    font-size: 16pt;
    font-style: italic;
    color: #212427;

}

#Forecast {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: absolute;
    top: 120%;
    left: 5%;
    width: 90%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #d3d3d3;
    overflow: auto;
    scrollbar-width: none;
    font-size: 16pt;

}

#forecastTitle {
    display: flex;
    position: absolute;
    justify-content: center;
    top: 111%;
    left: 30%;
    font-style: italic;
    /* color: #f5f5f5; */
    font-size: 16pt;

}

.forecastDays {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    padding: 0 10px 0px 10px;
    box-shadow: inset 0px 0px 20px -10px #ffffff80;


}

#forecastIcon {
    width: 50px;
    height: 50px;

}

#dayTemp {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#upBone,
#downBone {
    width: 30px;
}

#upBone img,
#downBone img {
    width: 100%;
}

.dayName {
    display: flex;
    width: 65px;
    margin-right: 5px;
    font-style: italic;
}

#footer {
    /* display: flex; */
    display: none;
    position: absolute;
    justify-content: center;
    right: 3%;
    bottom: 0;
    font-size: 10pt;
    font-style: italic;
    color: #212427;

}

#landscape {
    display: none;
}

#refresh-wrapper {
    position: fixed;
    padding: 10px;
    left: 0;
    right: 0;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #29a7db;
    z-index: 2;
    opacity: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

#refreshIcon {
    padding: 0;
    width: auto;
}

#refreshText {
    padding: 0;
    margin: 0;
    margin-top: -10px;
    font-size: 10pt;
    font-style: italic;
    color: #212427;
}

/* Centering and scaling content on larger screens */

@media (min-width: 450px) {


    /* Centering and scaling content on larger screens */
    #content-wrapper {
        width: 375px;
        height: 667px;
        max-width: 100vw;
        max-height: 100vh;
        margin: 0 auto;
        position: relative;
        justify-content: center;
        align-items: center;

    }


    #dogDiv,
    #dogIcon {

        width: 375px;
        max-width: 375px;
    }

}

