.clearfix:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
.main-content-panel .clearfix:after {
	clear:left;
}
.clearfix {display:inline-block}
/* start commented backslash hack \*/
* html .clearfix {height:1%}
.clearfix {display:block}
/* close commented backslash hack */

html {
  box-sizing: border-box;
}
*, *::before, *::after {
  box-sizing: inherit;
}

body {
	font-family:arial,verdana,sans-serif;
	font-size:16px;
	color: #333333;
	-webkit-text-size-adjust:none;
}
body.slide {
	overflow:hidden;
}

ul.unstyled {
	margin:0;
	padding:0;
	list-style-type:none;
}
ul.unstyled > li {
	margin:0;
	padding:0 !important;
	background-image:none !important;
}
ul.unstyled-indented {
	list-style-type:none;
}
ul.unstyled-indented > li {
	background-image:none !important;
}
ul.inline > li {
	float:left;
	display:block;
	padding:0 10px 5px 0 !important;
}
ol {
	padding:0 0 0 20px;
}
ol > li > ol {
    list-style-type:lower-alpha;
}
dl {
	display:block;
	position:relative;
	margin-top:10px;
}
dl dt {
	display:block;
	font-weight:bold;
	width:200px;
	position:absolute;
	left:0;
}
dl dd {
	padding:0 0 10px 150px;
	display:block;
	font-weight:normal;
}

a {
	text-decoration:none;
	color:#333333;
}
a:hover,
a:active {
	text-decoration:underline;
	color:#333333;
}
img {
	display:block;
}


body {
	background-color:#fff5e4;
}
.wrapper {
}
.header {
	background:#5f4b40 url('assets/new-background.png') 50% 50% no-repeat;
	background-size:cover;
	/* min-height:300px; */
	padding:250px 30px 25px 30px;
}
.logo {
	max-width:400px;
	-webkit-filter: drop-shadow( 3px 3px 4px rgba(0, 0, 0, 0.8));
	filter: drop-shadow( 3px 3px 4px rgba(0, 0, 0, 0.8));
}
.content {
	padding:30px;
}
.content h2 {
	font-size:18px;
	font-weight:bold;
	font-size:22px;
	font-weight:normal;
}
.content p {
	font-size:16px;
	font-weight:normal;
	line-height:1.2em;
}
.content p + p {
	margin-top:10px;
}
.content p + h2 {
	margin-top:30px;
}
.content h2 + p {
	margin-top:10px;
}

@media all and (max-width: 768px) {
	.header {
		/* min-height:180px; */
		padding-top:100px;
	}
}