.lightbox__content {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 713px;
}

.light-switches {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 530px;
}

@media screen and (max-width: 767px) {
    .light-switches {
        max-width: 100%;
        flex-direction: column;
    }
}

.light-switch-button {
    width: 100%;
    max-width: 250px;
    text-transform: uppercase;
    font-family: "United Sans Condensed";
    font-size: 18px;
    font-weight: 700;
    background: transparent;
    color: #CFB991 !important;
    border: 2px #CFB991 solid;
    text-align: center;
    padding: 0.75rem 1rem;
}

.light-switch-button:hover {
    cursor: pointer;
}

.light-switch-button:first-child {
    margin-right: 1.5rem;
}

@media screen and (max-width: 767px) {
    .light-switch-button {
        margin-right: 0;
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .light-switch-button:first-child {
        margin-right: 0;
    }
}

.light-switch-button.selected {
    background: white;
    color: black !important;
}

/**/
/* Posters */
/**/

.posters {
    height: 100%;
    width: auto;
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 325px 325px;
}

@media screen and (max-width: 767px) {
    .posters {
        display: flex;
        flex-direction: column;
    }
}

.poster-group {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .posters-group {
        margin-bottom: 1.5rem;
    }
}

.poster-image {
    width: auto;
    height: 334px;
    margin-bottom: 0.75rem;
}

.poster-download-buttons {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 260px;
}

.poster-button {
    flex-basis: 32%;
    color: #CFB991 !important;
    border: 2px #CFB991 solid;
    font-size: 14px;
    text-decoration: none !important;
    padding: 0.25rem 0.5rem;
    font-family: "United Sans";
    font-weight: 700;
    text-align: center;
}

/**/
/* Cake Toppers */
/**/

.cake-toppers {
    height: 100%;
    width: auto;
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 221px 221px 221px;
}

@media screen and (max-width: 767px) {
    .cake-toppers {
        display: flex;
        flex-direction: column;
    }
}

.cupCake-topper-group {
    display: none;
    padding: 1rem;
    flex-direction: column;
    align-items: center;
}

.cupCake-topper-group.show {
    display: flex !important;
}

.cake-topper-group {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cake-topper-group.hide {
    display: none;
}

@media screen and (max-width: 767px) {
    .cake-topper-group {
        margin-bottom: 1.5rem;
    }
}

.cake-topper-image {
    width: auto;
    height: 236px;
    margin-bottom: 0.75rem;
}

@media screen and (max-width: 767px) {
    .cake-topper-image {
        height: 280px;
    }
}

.cake-topper-download-buttons {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 260px;
}

.cake-topper-button {
    color: #CFB991 !important;
    border: 2px #CFB991 solid;
    font-size: 14px;
    text-decoration: none !important;
    padding: 0.25rem 0.5rem;
    font-family: "United Sans";
    font-weight: 700;
    text-align: center;
    width: 100%;
}

/**/
/* Yard Signs */
/**/

.signs {
    height: 100%;
    width: auto;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 235px 235px 235px;
    align-items: flex-end;
    margin: auto 0;
}

@media screen and (max-width: 767px) {
    .signs {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.sign-group {
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .sign-group {
        margin-bottom: 1.5rem;
    }
}

.sign-image {
    width: 100%;
    height: auto;
    margin-bottom: 0.75rem;
}

.sign-download-buttons {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 210px;
}

.sign-button {
    flex-basis: 100%;
    color: #CFB991 !important;
    border: 2px #CFB991 solid;
    font-size: 14px;
    text-decoration: none !important;
    padding: 0.25rem 0.5rem;
    font-family: "United Sans";
    font-weight: 700;
    text-align: center;
}

/**/
/* Cake Toppers */
/**/

.cake-toppers {
    height: 100%;
    width: auto;
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 221px 221px 221px;
}

@media screen and (max-width: 767px) {
    .cake-toppers {
        display: flex;
        flex-direction: column;
    }
}

.cupCake-topper-group {
    display: none;
    padding: 1rem;
    flex-direction: column;
    align-items: center;
}

.cupCake-topper-group.show {
    display: flex !important;
}

.cake-topper-group {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cake-topper-group.hide {
    display: none;
}

@media screen and (max-width: 767px) {
    .cake-topper-group {
        margin-bottom: 1.5rem;
    }
}

.cake-topper-image {
    width: auto;
    height: 236px;
    margin-bottom: 0.75rem;
}

@media screen and (max-width: 767px) {
    .cake-topper-image {
        height: 280px;
    }
}

.cake-topper-download-buttons {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 260px;
}

.cake-topper-button {
    color: #CFB991 !important;
    border: 2px #CFB991 solid;
    font-size: 14px;
    text-decoration: none !important;
    padding: 0.25rem 0.5rem;
    font-family: "United Sans";
    font-weight: 700;
    text-align: center;
    width: 100%;
}

/**/
/* Mortarboards */
/**/

.boards {
    height: 100%;
    width: auto;
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 220px 220px 220px;
    align-items: flex-end;
    margin: auto 0;
}

@media screen and (max-width: 767px) {
    .boards {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.board-group {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .board-group {
        margin-bottom: 1.5rem;
    }
}

.board-image {
    width: 100%;
    height: auto;
    margin-bottom: 0.75rem;
}

.board-download-buttons {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.board-button {
    flex-basis: 100%;
    color: #CFB991 !important;
    border: 2px #CFB991 solid;
    font-size: 14px;
    text-decoration: none !important;
    padding: 0.25rem 0.5rem;
    font-family: "United Sans";
    font-weight: 700;
    text-align: center;
}


/**/
/* Wallpapers */
/**/

.wallpapers {
    height: 100%;
    width: auto;
    display: grid;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 240px 240px 240px;
}

@media screen and (max-width: 767px) {
    .wallpapers {
        display: flex;
        flex-direction: column;
    }
}

.mobile-wallpaper-group {
    display: none;
    padding: 0.5rem;
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
}

.mobile-wallpaper-group.show {
    display: flex !important;
}

.desktop-wallpaper-group {
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
}

.desktop-wallpaper-group.hide {
    display: none;
}

@media screen and (max-width: 767px) {
    .desktop-wallpaper-group {
        margin-bottom: 1.5rem;
    }
}

.wallpaper-image {
    width: 100%;
    height: auto;
    margin-bottom: 0.75rem;
}

.wallpaper-image--mobile {
    width: 100%;
    height: auto;
    margin-bottom: 0.75rem;
}

@media screen and (max-width: 767px) {
    .wallpaper-image {
        height: auto;
        width: 90%;
        min-width: 300px;
    }
}

@media screen and (max-width: 767px) {
    .wallpaper-image--mobile {
        height: 360px;
        width: auto;
    }
}

.wallpaper-download-buttons {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 260px;
}

@media screen and (max-width: 767px) {
    .wallpaper-download-buttons {
        max-width: 300px;
    }
}

.wallpaper-button {
    flex-basis: 49%;
    color: #CFB991 !important;
    border: 2px #CFB991 solid;
    font-size: 13px;
    text-decoration: none !important;
    padding: 0.25rem 0.5rem;
    font-family: "United Sans";
    font-weight: 700;
    text-align: center;
    width: 100%;
}

.mobile-wallpaper-group .wallpaper-button {
    flex-basis: 100%;
}













