body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: url(Images/background.jpg)center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

*{
	padding: 0;
	margin: 0;
}

div.gallery img {
    width: 100%;
    height: auto;
	margin-bottom:5vw;

}

div.desc {
    padding: 15px;
    text-align: center;
}

* {
    box-sizing: border-box;
}

.responsive {
    padding: 0 5vw;
	float:none;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}




#page-container {
  position: relative;
  min-height: 100vh;
}

#content-wrap {
  padding-bottom: 2.5rem;    /* Footer height */
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-family: 'Oswald', sans-serif;
	color:#ffffff;
	text-align: center;
	font-size:2.3vw;
  height: 2.5rem;            /* Footer height */
}










