body {
	background-image: url('outback_one.jpg');
	background: url('outback_one.jpg') no-repeat center top fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height:100vh;
}
#info_wrapper {
	display: block;
	width: 80%;
	min-height: 150px;
	margin: 0 auto;
	background-color: rgba(255,255,255,0.80);
	box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
	position: relative;
	border-radius: 20px;
	border: 1px solid #185802;
    line-height: normal;
}
#main_heading {
	font-family: 'Raleway', sans-serif;	
	font-size: 5em;
	text-align: center;
	color: #ffff;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
	             0px 8px 13px rgba(0,0,0,0.1),
	             0px 18px 23px rgba(0,0,0,0.1);
}
#bottom_stripe {
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	width: 100%;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background-image: url("halftone.png");
	background-repeat: repeat;
}
#bottom_logo {
	background-image: url('small_logo.png');
	width: 182px;
	height: 39px;
	margin: 10px auto;
	background-repeat: no-repeat;
}
#bottom_padding {
	width: 100%;
	height: 100px;
}
.box_text {
	text-align: center;
	font-family: 'Raleway', sans-serif;	
	font-size: 1.3em;
}
#company_name {
	font-size: 3em;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}