.page-con-area {
    background-image: url('../images/page-con-area-bg.png');
    background-color: #ab8d69;
    background-position: center top;
}
.page-header {
    background-image: url('../images/page-header-bg.jpg');
    background-color: #ab8d69;
    background-position: center top;
    background-repeat: no-repeat; 
}
.page-title {
    font-family: antonio;
    font-size: 64px;
    color: #fff;
    text-align: center;
    line-height: 74px;
    padding: 70px 0 38px 0;
}
.about-airboat {
    padding: 35px 0 20px 0;
}
.about-airboat .left-text, .our-team .left-text {
    float: left;
    width: 56%;
    padding: 46px 0 0 0;
}
.about-airboat .heading, .history .heading, .our-team .heading, .our-boats .heading, .why-different .heading{
    font-size: 50px;
    font-family: antonio;
    color: #edc576;
    line-height: 60px;
    margin: 0 0 15px 0;
}
.about-airboat .left-text .simple-text, .history .simple-text, .our-team .simple-text, .our-boats .simple-text, .why-different-box .simple-text{
    color: #fff;
    line-height: 26px;
}
.about-airboat .right-img, .our-team .right-img {
    float: right;
    width: 42%;
}
.about-airboat .right-img img, .history img, .our-team img, .our-boats img, .why-different-box img {
    float: left;
}
.history {
	background-color: #483425;
	background-color: rgba(72, 52, 37, 0.67);
    padding: 45px 0 40px 0;
}
.history .left-img, .our-boats .left-img {
    float: left;
    width: 42%;
}
.history .right-text, .our-boats .right-text {
    float: right;
    width: 56%;
    padding: 40px 0 0 0;
}
.our-team {
    padding: 24px 0 0 0;
}
.our-team .left-text {
    padding: 25px 0 0 0;
}
.our-boats {
	background-color: #412d1b;
	background-color: rgba(65, 45, 27, 0.35);
    padding: 40px 0 60px 0;
}
.why-different {
    background-image: url('../images/why-different-bg.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    padding: 65px 0 68px 0;
}
.why-different .heading {
    text-align: center;
    margin: 0 0 44px 0;
}
.why-different-box {
    float: left;
    width: 32%;
    margin: 0 0.6%;
}
.why-different-box .title {
    font-size: 30px;
    font-family: antonio;
    color: #edc576;
    line-height: 38px;
    margin: 45px 0 22px 0;
}











@media screen and (max-width: 1200px) {
	.about-airboat .heading, .history .heading, .our-team .heading, .our-boats .heading, .why-different .heading {
	  font-size: 36px;
	  line-height: 44px;
	  margin: 0 0 5px;
	}
	.about-airboat .left-text, .our-team .left-text, .history .right-text, .our-boats .right-text {
	  padding: 0;
	}
}
@media screen and (max-width: 990px) {
	.page-title {
	  font-size: 46px;
	  line-height: 56px;
	}
	.about-airboat .heading, .history .heading, .our-team .heading, .our-boats .heading, .why-different .heading {
	  font-size: 28px;
	  line-height: 36px;
	  margin: 0 0 5px;
	}
	.why-different-box .title {
	  font-size: 22px;
	  line-height: 28px;
	  margin: 20px 0;
	}
}
@media screen and (max-width: 768px) {
	.page-title {
	  font-size: 36px;
	  line-height: 46px;
	}
	.about-airboat .left-text, .our-team .left-text, .history .right-text, .our-boats .right-text, .why-different-box{
		width: 100%;
	}
	.about-airboat .right-img, .our-team .right-img, .history .left-img, .our-boats .left-img {
	  display: none;
	}
	.why-different {
	  padding: 30px 0;
	}
	.why-different-box {
	  margin: 30px 0 0 0;
	}
	.why-different-box .title {
	  margin: 15px 0 0;
	}
	.why-different {
	  background-size: cover;
	  padding: 30px 0;
	}
	.page-con-area {
	  background-size: cover;
	}
}