html, body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Aral, Helvetica, sans-serif;
    text-align: center;
	background:url(gallery/body.jpg);
	background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.home{
width:100%;
background-color:#00145F;
    padding-top: 10px;
    padding-bottom: 10px;
}
.home a{
width:100%;
background-color:#00145F;
    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-weight: bold; */
    /* font-family: sans-serif; */
    font-size: 32px;
    line-height: 40px;
    font-family: 'open_sansextrabold';
    color: #FDBD08;
	}
.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;
}