.homeGallery {
        width: 100%;
    height: auto;
    margin: 0;
    /*! padding: 0; */
    border: 0;
    text-align: center;
        padding-top: 50px;
        background-color: white;
        padding-top: 0px;
}

a{
    display: inline-block;
}
b{
    display: block;
    padding: 10px;
}
button{
    padding: 5px 10px;
}

.image{
    width: 30vw;
    max-width: 300px;
    /* margin: 1vh 1vw; */
}
.image{
    display: inline-block;
    height: 20vw;
    max-height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.spotlight.image{
    cursor: pointer;
}

#spotlight {
	background-color: #13273b;
}

#spotlight .header {
	background-color: #baa57b;
}


/* My edits */
