body {
    background-color: #ffffff;
    font-family: 'Avenir Next Medium', sans-serif;
    text-align: center;
}

header {
    width: 100%;
    background-color: #fff;
}

.logo {
    width: 80%;
    align-content: center;
}

nav ul {
    list-style: none;
}

nav ul li a {
    text-decoration: none;
    font-size: 12px;
    color: black;
    text-transform: uppercase;
    font-weight: 400;
}

nav ul a:hover {
    color: #7387c1;
}

#home {
    align-content: center;
}

h1 {
    color: #7387c1;
    text-align: left;
}

h2 {
    color: black;
    text-align: left;
}

h3 {
    color: black;
    text-align: left;
}

h4 {
    color: #7387c1;
    text-align: left;
}


p {
    color: black;
    font-size: 14px;
    text-align: left;
}

li {
    color: black;
    font-size: 14px;
}

li A:hover {
    color: #7387c1;
}

.copyright p {
    color: black;
    font-size: 8pt;
    text-align: left;
}

.thumbnail img {
    width: 100%;
}

.thumbnail .lowerimage {
    display: none
}

.thumbnail:hover .topimage {
    display: none
}

.thumbnail:hover .lowerimage:last-child {
    display: inline-block
}

.recent a {
    text-decoration: none;
    color: black;
    text-align: left;
}

.recent ul li {
    list-style-type: none;
    text-align: left;
    text-decoration: underline;
}

.container a {
    color: black;
}

.container a:hover {
    color: #7387c1;
}


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media (min-width: 400px) {
    /* Larger than mobile */
    
    h1 {
        font-size: 20px;
    }
    h2 {
        font-size: 15px;
    }
    h3 {
        font-size: 14px;
    }
    h4 {
        font-size: 14px;
    }
    li {
        color: black;
    }
    nav ul {
        float: right;
        margin: 7px;
    }
    nav ul li {
        display: inline;
        padding-left: 10px;
    }
}

@media (min-width: 550px) {
    /* Larger than phablet (also point when grid becomes active) */
    
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 18px;
    }
    h3 {
        font-size: 16px;
    }
    h4 {
        font-size: 16px;
    }
    nav ul {
        float: right;
    }
    nav ul li {
        display: inline;
        padding-left: 10px;
    }
}

@media (min-width: 750px) {
    /* Larger than tablet */
    
    nav ul {
        float: right;
        margin: 7px;
    }
    nav ul li {
        display: inline;
        padding-left: 10px;
    }
    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 18px;
    }
}

@media (min-width: 1000px) {
    /* Larger than desktop */
    
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    /* Larger than Desktop HD */
    
    h1 {
        font-size: 32px;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 22px;
    }
}