﻿#guideNavLinks {
    margin-bottom:16px;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #guideOverview.card-columns {
        column-count: 5;
    }
}

@media (min-width: 992px) {
    #quideItemDetails.card-columns {
        column-count: 3;
    }
}

#guideOverview.card-columns {
    width: 95%; /* Adjust this to your liking */
    margin: 0 auto; /*This centers the container */
}

.card {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}


.list-group-item-action:active {
    color: #cfd2da;
    background-color: #434857;
}