.navBar {
    font-size: 3rem;
    width: 80%;
}

.navList {
    list-style-type: none;
    text-align: right;
}

.flexGrid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.col {
    width: 32%;
    height: auto;
}

.col img {
    width: 100%;
}

.largeCol {
    width: 320px;
    height: auto;
}

.largeCol video {
    width: 100%;
}

@media screen and (min-width: 1400px) {
    .dogDescription {
        padding: 0rem 12rem 0 12rem;
    }
}