/* Large devices (laptops/desktops, 961px and up) */
 @media screen and (min-width: 961px) { 

/*-------------- Menu Styling-------------*/

nav li {
    font-size: 25px;  
}

/*-------------- Gallery Styling-------------*/
.wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.wrapper figure:hover {
    box-shadow: 0 .5rem 1rem #666666;
}

/*-------------- Town Trifold Styling-------------*/
#town {
    flex-flow: row nowrap;
    background-color: #BED8D4;
}

#town article {
    width: 100%;
    flex-flow: column nowrap;
    align-self: stretch;
    align-items: center;
    height: 400px;
    margin-bottom: 0;
}

#town img {
    display: flex;
    align-items: center;
    width: 90%;
    height: auto;
}

/*-------------- Article Styling-------------*/
.getOutside {
    text-align: left;
}

.getOutside img {
    float: right;
    margin-top: -500px;
    margin-right: 60px;
    width: 25%;
    height: auto;
 }
    
.prestonArt img {
    float: right;
    margin-top: -400px;
    margin-right: 20px;
    width: 20%;
    height: auto;
}

.fishArt img {
    float: right;
    margin-top: -350px;
    margin-right: 20px;
    width: 20%;
    height: auto;
}

.sodaArt img {
    float: right;
    margin-top: -400px;
    margin-right: 20px;
    width: 20%;
    height: auto;
}

.prestonArt p, .sodaArt p, .fishArt p {
    width: 55%;
    text-align: justify;
}

.prestonArt li, .sodaArt li, .fishArt li {
    width: 55%;
    text-align: justify;
    line-height: 20px;
}

}