@media only screen and (min-width: 920px) {
    nav ul li:first-child {
        display: none;
    }
    .moto {
        font-size: 1.2em;
    }
    .headertext h1 {
        font-size: 50px;
        padding-left: 1.4em;
    }
    header>img {
        width: 150px;
        padding: 1.4em;
    }
    .currentconditions {
        display: inline-block;
    }
    .forecast {
        display: block;
    }
    nav ul {
        display: flex;
    }
    nav li {
        flex: 1 1 100%;
    }
    .top {
        font-size: 1.25em;
    }
    article img {
        width: 25%;
        height: auto;
        float: right;
        padding: 1em;
    }
    .bottomimage img {
        display: inline-flex;
        float: left;
    }
    .contact {
        text-align: center;
    }
    .mappicture img {
        width: 25%;
        float: right;
    }
   
}