#mainbody17 {
    display: flex;
    flex-grow: 1;
    width: calc(1581vw/19.20);
    flex-direction: column;
    justify-content: space-between;
}

#weathersource {
    font-size: calc(55vw/19.20);
    color: #5AA519;
    text-transform: uppercase;
    font-weight: 800;
    left: calc(342vw/19.20);
    margin-top: calc(43vh/10.80);
    height: calc(60vh/10.80);
    position: absolute;
}

#weatherpage1 {
    padding-top: calc(160vh/10.80);
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#weatherpage2 {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    padding-top: calc(160vh/10.80);
}

#weatherpage3 {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    padding-top: calc(160vh/10.80);
}

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

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

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

.wheadline {
    width: 100%;
    background-color: #002564;
    color: #F2F1F0;
    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(63vw/19.20);
}

#wheadline1 {}

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

.weatherimageimg {
    width: 52%;
}

#temperatures {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    line-height: calc(109vh/10.80);
    width: 100%;
}

.temp {
    color: #002564;
    flex-grow: 1;
    font-size: calc(110vw/19.20);
    font-weight: 900;
    lin-height: 94%;
    text-align: center;
    width: 50%;
}

.min {
    color: #002564;
}

.max {
    color: #5AA519;
}

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

.compass {
    left: calc(138vw/19.20);
}

.weathermap {
    position: relative;
    height: calc(831vh/10.80);
    width: calc(700vw/19.20);
}

.weathermapimg {
    height: calc(1023vh/10.80);
    clip: rect( calc(133vh/10.80), calc(1101vw/19.20), calc(913vh/10.80), calc(27vw/19.20));
    position: absolute;
    overflow: hidden;
    top: calc(-145vh/10.80);
    left: calc(-306vw/19.20);
}