body {
    background-color: #ffffff;
    color: #000000;

}

.location {
    position: absolute;
    top: 0%;
    right: 0%;
}

input {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 200;
    font-style: oblique;
}

@media only screen and (min-width: 1000px) {
    .today {
        position: absolute;
        top: 10%;
        right: 15%;
        text-align: center;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    }
    .today h2.day {
    font-size: 2.25rem;
    margin: 0;
    font-weight: 200;
    text-align: center;
    font-style: italic;
}

.today h1 {
    margin: 0;
    font-size: 10rem;
    text-align: center;
}

.today h2.month {
    margin: 0;
    font-size: 4.5rem;
    font-weight: 200;
    font-style: italic;
    text-align: center;
}
}
@media only screen and (max-width: 1000px) {
    .today {
        position: absolute;
        top: 35%;
        right: 10%;
        text-align: center;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    }
    .today h2.day {
    font-size: 2rem;
    margin: 0;
    font-weight: 200;
    text-align: center;
    font-style: italic;
}

.today h1 {
    margin: 0;
    font-size: 6rem;
    text-align: center;
}

.today h2.month {
    margin: 0;
    font-size: 3rem;
    font-weight: 200;
    font-style: italic;
    text-align: center;
}
}


.sun {
    padding: 0%;
    left: 3%;
    position: fixed;
    top: 1%;
    z-index: -1;
    width: auto;
    height: 20rem;
}

.cloudy {
    padding: 0%;
    left: 5%;
    position: fixed;
    top: 1%;
    z-index: -1;
    width: auto;
    height: 28%;
}

.showers {
    padding: 0%;
    left: 10%;
    margin-left: -4rem;
    position: fixed;
    top: 1%;
    z-index: -1;
    width: auto;
    height: 18rem;
}

.thunder {
    padding: 0%;
    left: 4%;
    position: fixed;
    top: 1%;
    z-index: -1;
    width: auto;
    height: 23.5rem;
}

.m1 {
    margin: 0%;
    right: 10%;
    position: absolute;
    top: 10%;
    margin-top: 40%;
    z-index: 1;
    width: 25rem;
    height: 4rem;
}

.m2 {
    padding: 0%;
    right: 10%;
    position: absolute;
    top: 10%;
    margin-top: 20%;
    z-index: -1;
    width: 25rem;
    height: 4rem;
}

.m3 {
    padding: 0%;
    right: 10%;
    position: absolute;
    top: 10%;
    z-index: -1;
    width: 25rem;
    height: 4rem;
}

.rain {
    padding: 0%;
    left: 4%;
    position: fixed;
    top: 1%;
    z-index: -1;
    width: auto;
    height: 45%;
}

.towerimg {
    margin-bottom: -4%;
    padding: 0%;
    width: 60%;
    height: auto;
}

.inline div {
    float: left;
    min-height: 100px;
    margin-bottom: 0%;
    bottom: 0%;
}

.inline div.tower {
    margin-bottom: 0%;
    position: fixed;
    bottom: 0%;
    margin-left: 10%;
    margin-right: 2em;
}

.inline div.temperature {
    position: fixed;
    bottom: 9%;
    left: 11%;
    margin-left: 15rem;
    padding: auto;
    min-block-size: 5px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-style: italic;
}

.inline div.temperature h3 {
    font-weight: 100;
    font-size: 3.8rem;
}