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:#8B1936;
    padding-top: 10px;
    padding-bottom: 10px;
}
.home a{
width:100%;
background-color:#8B1936;
    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:#8B1936;
	    background: #ffffffdb;
    padding: 5px;
	}
.spotlight-group{
background: rgba(255,255,255,0.50);
    padding-top: 50px;
    padding-bottom: 50px;
}
spotlight
{
	border:2px solid;
	border-color:#1bbd36;
	}
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;
}
.back-to-top {
  position: fixed;
  display: inline;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
  background: #8B1936;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top em {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #2ae149;
  transition: 0.3s ease-in-out;
}
[class*=" icofont-"], [class^=icofont-] {
    font-family: IcoFont!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}
