@font-face {
	font-family: "Helvetica Neue";
	src: url("../../public/fonts/HelveticaNeueBlackCondensed.ttf") format("truetype"); 
	font-style: normal; 
	font-weight: normal;
}

@font-face{
	font-family: "Segoe UI";
	src: url("../../public/fonts/SegoeUI.ttf") format("truetype");
	font-style: normal; 
	font-weight: normal; 
}

body {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.66;
	font-family: Arial, sans-serif;
}

a {
	text-decoration: none;
	color: #222;
	background-color: transparent;
}

button {
	background-color: #222;
	border: 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	padding: 16px 32px;
	text-shadow: none;
	-webkit-transition: background .2s;
	transition: background .2s;
}

button:hover {
	background-color: #767676;
}


h1 {
	font-size: 24px;
	font-weight: 300;
}

h2 {
	color: #666;
	font-size: 20px;
	font-weight: 300;
}

h3 {
	color: #666;
	display:block;
	font-size: 26px;
	font-weight:300;
	font-weight:700;
	letter-spacing:normal;
	clear: both;
	line-height:31.2px;
}

h1, h2 {
	clear: both;
	line-height: 24px;
	margin: 0 0 12px;
	padding: 24px 0 0;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

html h1, html h2 {
	font-weight: 700;
	line-height: 1.2;
}

h1:first-child, h2:first-child {
	padding-top: 0;
}

.custom-header .blackout {
	width: 100%;
	height: 100%;
	opacity:0.3;
	top: 0;
	left: 0;
	right: 0;
	position: relative;
	background-color:#000;
	z-index: 3;
}

.wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	padding-left: 32px;
	padding-right: 32px;
}

.site-content {
	background-color: #fff; 
	padding: 88px 0 0;
}

.content-area {
	margin: 0 auto;
	max-width: 740px;
}

.entry-content {
	margin: 0 auto;
}


.entry-title {
	color: #222;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .14;
	text-transform: uppercase;
}

.site-description {
	font-size: 16px;
	margin-bottom: 0;
}

.has-text-align-center {
	text-align: center;
}

.has-text-align-left {
	text-align: left;
}

.site-content-contain {
	background-color: #ffffff;
	background-position: left top;
	background-size: auto;
	background-repeat: repeat;
	background-attachment: scroll;
	position: relative;
}

.footer {
	margin-top: 100px;
	border-top: 1px solid #eee;
	width: 100%;
	height: 100px;
}

.navigation-top {
	background: #fff;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font-size: 16px;
	position: relative;
	left: 0;
	top: 0;
	right: 0;
	z-index: 3;
}

.main-navigation {
	clear: both;
	display: block;
}

.main-navigation .menu-item {
		border-bottom: 1px solid #eee;
		position: relative;
}

.main-navigation .menu {
	background: #fff;
	list-style: none;
	margin: 0;
	padding: 0 24px;
	text-align: left;
}

.navigation-top .menu-item.active a {
	color: #767676;
}

.navigation-top .menu-item a:hover {
	color: #767676;
}

.main-navigation a {
	display: block;
	padding:  8px 0;
	text-decoration: none;
}

.navigation-top a {
	font-weight: 600;
	color: #222;
	transition: color .2s;
}

.navigation-top .warp {
	max-width: 1000px;
	padding: 0;
}

.menu-toggle {
	display: block;
	background-color: transparent;
	border: 0;
	box-shadow: none;
	color: #222;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.5;
	margin: 1px auto 2px;
	padding: 16px;
	text-shadow: none;
}

.menu-toggle .icon {
	margin-right: 8px;
	top: -2px;
}

.main-navigation .icon {
	display: inline-block;
	fill: currentcolor;
	height: 16px;
	position: relative;
	top: 0;
	width: 16px;
}

.toggled-on .menu-toggle .icon-bars {
	display: none;
}

.menu-toggle .icon-close {
	display: none;
}

.toggled-on .menu-toggle .icon-close {
	display: inline-block;
}

.menu-container {
	display: none;
}

.toggled-on .menu-container {
	display: block;
}

@media screen and (min-width: 480px) {
	body, button, input, select, textarea {
		font-size: 18px;
	}

	h1 {
		font-size: 30px;
	}

	h2 {
		font-size: 26px;
	}

	.entry-header {
		margin-bottom: 72px; 
	}
}

@media screen and (min-width: 768px) {
	body {
		font-size: 16px;
		line-height: 1.5;
	}

	.wrap {
		max-width: 1000px;
		padding-left: 48px;
		padding-right: 48px;
	}

	.site-content {
		padding: 88px 0 0;
	}

	.entry-header {
		margin-bottom: 64px; 
	}

	.navigation-top {
		background: #fff;
		border-bottom: 1px solid #eee
		font-size: 14px;
		width: 100%;
	}

	.navigation-top nav {
		margin-left: -20px;
	}

	.main-navigation {
		width: auto;
	}

	.main-navigation .menu-item {
		border: 0;
		display: inline-block;
	}

	.main-navigation .menu {
		display: block;
		border: 0;
		margin-bottom: 0;
		padding: 0;
		background: 0 0;
	}

	.main-navigation a {
		padding: 16px 20px;
	}

	.menu-toggle {
		display: none;
	}

	.navigation-top .wrap {
		max-width: 1000px;
		padding: 12px 55px;
	}

	.menu-container {
		display: block;
	}
}