.head-banner-content{
	/*height: 300px;*/
	background-color: pink;
	display: block;
	margin-bottom: 30px;
}
.head-banner-content img{
	width:100%;
}

#button-order-now{
	margin: 0 auto;
	padding: 10px 33px;
	background-color: #0C75A3;
	color: white;
	text-align: center;
	font-size: 1.8em;
	border-radius: 10px;
	border: 2px solid white;
}

#title-landing{
	text-align: center;
}

.order-now-landing{
	text-align: center;
}

#terms-content{
	text-align: center;
	width: 100%;
	background:url('https://images.template.net/wp-content/uploads/2016/02/03065742/Free-chalkboard-black.jpg');
	background-size: 100%;
	color: white;
	margin-top: 35px;
	padding: 20px;
}
#terms-content > h2{
	margin-bottom: 0;
}

#terms-text{
	padding: 20px 10px;
	width: 100%;
	/*border-bottom: 1px solid black;*/
	/*background-color: rgba(0, 0, 0, .3);*/
	/*font-size: 1.5em;*/
}
#terms-text > li{
	font-size: 1.3em;
}
#terms-text > h2{
	margin-bottom: 0;
}

.bottom-content{
	float:left;
	width: 100%;
	bottom: 0px;
	right: 0px;
}
.col-left-landing{
	display: inline-block;
	padding-top: 10px;
	margin-right:10px; 
	width: 50%;
	position: relative;
	float:left;
}
.col-right-landing{
	display: inline-block;
	width:48%;
	padding-top: 10px;
	position: relative;
	/*background-color: blue;*/
	height: 500px;
	float: left;
}

.col-left-landing img{
	width:100%;
}
.other-content{
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	font-size: 1.8em;
	padding-left: 20px;
}
