/*
	B: #13100D
	G: #C7D300
*/

@CHARSET "UTF-8";

body {
	font-family: 'Raleway', sans-serif;
	color: #13100D;
}

p {
	font-size: 1.2em;
}

a {
	color: #13100D;
}

.LSelector {
	height: 40px;
	width: 40px;
	border: none;
	border-radius: 20px;
	margin: 0;
	margin-top: -10px;
	background-color: #363636;
	color: #C7D300!important;
	font-weight: 600;
}

strong {font-weight: 600;}

a:hover {
	outline: none;
	text-decoration: none;
	color: #131131;
}

i {
	color: #C7D300;
}

ul {
	font-size: 1.2em;
	list-style: square;
	list-style-position: inside;
	text-align: left;
}

#split {
	font-size: 18px;
	font-weight: 700;
	color: #C7D300;
}

.logo {
	text-align: center;
	/*margin-top: 20px;*/
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 60px;
	background-color: #C7D300;
}

.logo img {
	position: relative;
	margin: auto;
	max-width: 420px;
}

#intro {
	text-align: center;
}

h1 {
	text-transform: uppercase;
	font-size: 2.2em;
	color: #000000;
	font-weight: 600;
	border-bottom: 3px solid #C7D300;
	display: inline-block;
	margin-bottom: 0.6em;
}

h2 {
	text-transform: uppercase;
	font-size: 2em;
	font-weight: 400;
}

#content {
	text-align: center;
	padding-top: 4em;
}

/*
#content h1 {
	font-size: 2.2em;
	color: #000000;
	font-weight: 600;
	border-bottom: 3px solid #C7D300;
	display: inline-block;
	margin-bottom: 0.6em;
}
*/

.customer {
	margin-top: 4em;
}

footer {
	background-color: #C7D300;
	text-align: center;
	font-size: 14px;
	margin-top: 100px;
	padding-top: 15px;
	padding-bottom: 20px;
}

footer a {
	color: #000;
	text-decoration: none;
}

footer a:hover {
	color: #3f3f3f;
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.logo img {
		position: relative;
		margin: auto;
		max-width: 300px;
	}

	h1 {
		font-size: 1.8em;
		display: block;
	}

	h2 {
		font-size: 1.6em;
	}

	.contact, .furniture, .services {
		margin-top: 2em;
	}

}
