@font-face {
	font-family: 'Roboto Slab Bold';
	src: url('/css/one-pager/fonts/RobotoSlab-Bold.ttf');
}



/* GENERAL CSS */



body, .text p {
	margin-bottom: -25px;
	color: #28221D; /* gray */
}

section {
	padding-bottom: 50px;
}

#section-menu *, #section1 *, #section6 * {
	color: white;
}

#section3, #section5 {
	background-color: white;
}

#section3Content, #section4 *, #section5 * {
	text-align: center;
}

#section4 h1, #section5 h1 {
	margin-bottom: 15px;
}

/*.image img {
	width: 100%;
}*/

.text h1, h1, h4 {
	font-size: 50px;
	font-family: 'Roboto Slab Bold', 'Open Sans', sans-serif;
}

.allcaps, h1, h4 {
	text-transform: uppercase;
}

.bold, h1, h2, h3 {
	font-weight: bold;
	color: #231D18; /* almost black */
}

h4 {
	font-weight: bold;
	font-size: 20px;
}

.italic {
	font-style: italic;
}

.text p {
	line-height: 30px;
}

p, blockquote, h3 {
	line-height: 1.5em;
}

.button {
	display: inline-block;
	text-decoration: none;
	color: white;
	background-color: #2F3860; /* dark blue */
	width: 286px;
	height: 68px;
	border-radius: 34px;
	font-size: 20px;
	letter-spacing: 1px;
	padding: 19px;
}

.button:hover, #section-menu li:hover {
	cursor: pointer;
}

.owl-item:hover {
	cursor: -webkit-grab;
}
.owl-item:active {
	cursor: -webkit-grabbing;
}

.nowrap {
	white-space: nowrap;
}

.separator {
	border-color: #696F8B; /* blueish gray */
}