html {
  background: url(/images/standoutinthejungle.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}

body {
    width: 100%;
    min-width: 320px;
    font-family: roboto, sans-serif;
    font-weight: 300;
    line-height: 16px;
    font-size: 23px;
    height: 100%;
    color: #888;
    min-height: 100%;
	margin: 0;
}

.container {
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.image-container {
    float: left;
    width: 100%;
	text-align: center;
	margin-top: 27.5%;
}

.image-container img {
    width: auto;
    object-fit: contain;
    max-width: 100%;
}

.button-container {
    width: 100%;
    text-align: center;
    min-width: 500px;
    max-width: 1500px;
    margin: 0 auto;
	
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
}

.btn.btn_default {
	-webkit-transition: all 0.15s ease-out 0s;
	-moz-transition: all 0.15s ease-out 0s;
	transition: all 0.15s ease-out 0s;
	white-space: normal;
	border: 1px solid #ed9400;
	outline: none;
	color: #fff;
	font-weight: 500;
	background: #ed9400;
	line-height: 100%;
	margin: 15px;
	width: 100%;
	text-align: center;
	-webkit-appearance: none;
	opacity: 1;
	display: inline-block;
	width: auto;
	padding: 15px 25px;
	text-decoration: none;
}

.btn.btn_default:hover {
	-webkit-transition: all 0.15s ease-out 0s;
	-moz-transition: all 0.15s ease-out 0s;
	transition: all 0.15s ease-out 0s;
	background: transparent;
	color: #ed9400;
}
