html {
  position: relative;
  min-height: 100%;
  margin: 0;
}

body {
	font-size: 16px;
	font-family: 'Barlow', sans-serif;
	margin-bottom: 100px;
}

a {
	color: #CCA514;
}

a:hover {
	color: #99863D;	
}
.container {
	width: 1200px;
}
.header {
	border-top: 4px solid #00CCB0;
	height: 200px;
	border-bottom: 12px solid #FF9600;
	width: 100%;
}

.header img {
	float: left;
	height: 70px;
	margin-top: 85px;
	padding-right: 15px;
}
.headerborder {
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	height: 197px;
}

.title {
	padding-top: 60px;
	margin-left: -10px;

}


.title h1{
	font-size: 60px;
	font-family: 'Italianno', cursive;
}

.subtitle h2{
	font-size: 20px;
	color: #99863D;

}

.subtitle {
	margin-top: -35px;
}

.col-lg-8 {
	min-height: 600px;
	padding-bottom: 30px;
}

.col-lg-8 h1 {
	font-size: 30px;
	font-weight: 600;
	color: #CCA514;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 30px;
	position: relative;
}

.col-lg-4 {
	padding-top: 20px;
	margin-left: -20px;
	
}

.col-lg-4 li {
	list-style: none;
	font-size: 20px;
	padding-bottom: 10px;
}

.col-lg-4 a {
	color: #99863D;
	font-weight: 600;
}

.col-lg-4 a:hover {
	color: #CCA514;
	font-weight: 600;
}


.footer {
	width: 100%;
	border-top: 1px solid #000;
	height: 100px;
	line-height: 100px;
	bottom: 0;
	position: absolute;
	background-color: #00CCB0;
	text-align: center;
}

.footer p {
	margin: 0 !important;
	color: #fff;
}
