*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
	content: '';
	display: table;
}

.clearfix:after {
	clear: both;
}

body {
	font-family: 'Open Sans', sans-serif;
	color: #444;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	text-decoration: none;
	color: #4e3c3e;
	outline: none;
}

a:hover,
a:focus {
	color: #f48b95;
}

.title_container{
	padding-top: 2em;
	padding-bottom: 2em;
}


.section__title {
	font-size: 2em;
	text-align: center;
	font-weight: 300;
	-webkit-flex: none;
	flex: none;
	margin: 0px;
	text-indent: 3px;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	color: #d1d1d1;
	padding-bottom: 0.25em;
}

.title_container hr {
	margin-top: 1em;
	color: #d1d1d1;
	width: 47%;
}

.title_container, .menu {
	background: #2a282b;
}

#bottom-menu-line{
	width: 100%;
	margin: 0;
	height: 0.2em;
	color: #d1d1d1;
}