body {
    font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	margin: 0;
}
img{
	width:100%;
	height: 100%;
}
.wrapper {
	height: 100%;
	position: relative;
	width: 100%;
	margin: 25px 0px;
}
.sections {
  background-size: cover;
  height: 100%;
  left: 0;
  margin: auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 94%;
}
.logo {
	overflow: hidden;
	width: 15%;
	height: auto;
	margin: auto;
	float: right;
}
.sections > .content {
  background-image: url("../images/bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  width: 100%;
}
.buttons_cont {
	margin: auto;
	overflow: hidden;
	position: relative;
	text-align: center;
	top: 60%;
	width: 70%;
	box-sizing: border-box;
	padding: 0 40px;
	z-index: 99;
}
.button {
	background-color: #fff;
	box-sizing: border-box;
	color: #03b7b0;
	cursor: pointer;
	font-size: 22px;
	margin: auto;
	text-transform: uppercase;
	width: auto;
	display: block;
	float: right;
	text-align: center;
	text-decoration: none;
	font-weight: bolder;
	padding: 10px 20px;
	border: 1px solid #999;
}
.button:hover{background-color:#fafafa;}
.logo.bottom {
	height: 100px;
	width: 180px;
	position: relative;
	top: 20%;
}

@media (max-width: 767px) {

.wrapper {
  height: auto !important;
}
.sections {
  position: relative;
  height:100%;
}
.sections > .content {
	overflow: hidden;
}
.logo {
	width: 125px;
	height: auto;
	float: none;
	margin: 25px auto;
}
.buttons_cont {
	margin: 30px auto auto;
	top: inherit;
	width: 95%;
	margin-bottom: 25px;
}
.button {
	font-size: 14px;
	margin-right: 15px;
	padding: 7px 15px;
	display: inline-block;
	float:none;
}
.buttons_cont > .button {
	margin-left: 10px; 
}
}