.hero-home{
	background-image: url('/assets/images/home/background-hero.jpg');
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    border-bottom: 2px solid #d2ad67;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .hero-home{
    height: auto;
  }
}

.hero-text-holder{
	height: 100%;
	background-color: #1A1A1A;
	opacity: 0.9;
}

.hero-text{
	text-align:center;
	color: #e6bc6c;
	padding-top:140px;
	font-size: 55px;
	font-weight: 700;
	margin: 0px!Important;
	
}

.page-sections{
	padding-left: 15px;
	padding-right:15px;
	padding-top:0px;
	margin: auto;
  	width: 100%;
	
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  	.page-sections{
		padding-left: 0px;
		padding-right: 0px;
		
	}
}

.section-header{
	background-color:#1A1A1A;
	padding-top: 45px;
	padding-bottom: 45px;
	border-bottom: 2px solid #d2ad67;
}

.section-header-text{
	text-align: center;
	font-size:32px;
	color:#e6bc6c;
}


.home-map-holder{
	width: 100%;
	margin: auto;
	margin-bottom:25px;
}

.map{
	width:100%;
	height:450px;
}

.tsandcs-container{
	background-color: #ffffff;
	padding: 25px;
}


.tncs-header-text{
	color: #d2ad67;
	font-weight: 500;
}

p{
	color: #1A1A1A;
	font-weight: 400;
}

.tncs-list{
	color: #1A1A1A;
	font-weight: 400;
}

li{
	margin-top:15px;
	margin-bottom:15px;
}