#mainbody244 {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

#weatherpage1, #weatherpage2, #weatherpage3 {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

#weathersource {
    font-size: calc(70vh/10.80);
    font-weight: 700;
    color: #5AA519;
    position: absolute;
    /* text-transform: uppercase; */
    left: calc(58vw/19.20);
    padding-left: calc(42vw/19.20);
    padding-right: calc(42vw/19.20);
}

#weatherarea {
    background-color: transparent;
    height: calc(660vh/10.80);
    margin: 0 auto;
    width: calc(1400vw/19.20);
}

.weatheritem {
    background-color: #F2F1F0;
    position: relative;
    width: 30%;
    height: 97%;
    float: left;
    margin: calc(10vw/19.20);
    border-radius: calc(20vw/19.20);
}

#weatheritem1 {
    margin-left: calc(46vw/19.20);
}

.wheadline {
    background-color: #002564;
    color: #F2F1F0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    border-top-left-radius: calc(20vw/19.20);
    border-top-right-radius: calc(20vw/19.20);
    padding-top: calc(20vh/10.80);
    padding-bottom: calc(20vh/10.80);
    font-size: calc(60vh/10.80);
}

.weatherimage {
    text-align: center;
    margin-top: calc(30vh/10.80);
}

.weatherimageimg {
    width: 52%;
}

.temp {
    color: #002564;
    position: absolute;
    top: calc(342vh/10.80);
    font-weight: 900;
    font-size: calc(130vh/10.80);
    font-weight: 700;
    width: calc(130vw/19.20);
    text-align: center;
}

.min {
    left: calc(19vw/19.20);
    color: #002564;
}

.max {
    left: calc(250vw/19.20);
    color: #5AA519;
}

.compass {
    top: calc(120vh/10.80);
    left: calc(138vw/19.20);
}

.weathermap {
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.weathermapimg {
    height: 100%;
}

/* #wmap1 {
    position: absolute;
    width: 100%;
    object-fit: cover;
    height: 100%;
    overflow: hidden;
    clip: rect( calc(58vh/10.80), calc(1450vw/19.20), calc(1050vh/10.80), calc(355vw/19.20) );
}
#wmap2 {
    position: absolute;
    width: 100%;
    object-fit: cover;
    height: 100%;
    overflow: hidden;
    clip: rect( calc(58vh/10.80), calc(1450vw/19.20), calc(1050vh/10.80), calc(355vw/19.20) );
} */