html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'Arial', sans-serif;
    text-align: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-image: linear-gradient(to bottom, #206c56 11%, #f9dd90 132%);
}

.home {
    width: 100%;
    background-color: #eb9b43;
    padding-top: 10px;
    padding-bottom: 10px;
}

.home a {
    width: 100%;
    padding-top: 1px;
    padding-bottom: 1px;
    color: #fff;
}

h1 {
    display: block;
    font-size: 2em;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-size: 32px;
    line-height: 40px;
    font-family: 'Arial', sans-serif;
    color: #ffffff;
}

.spotlight-group {
    background: rgba(255,255,255,0.50);
    padding-top: 50px;
    padding-bottom: 50px;
}

a {
    display: inline-block;
}

b {
    display: block;
    padding: 10px;
    background: rgba(255,255,255,0.50);
}

button {
    padding: 5px 10px;
}

img,
.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;
}