@charset "UTF-8";
/* CSS Document */

header {
	padding: 60px 0 20px 0;
	height: 120px;
	box-sizing: content-box;
	z-index: 99;
}

header .row {
	margin-top: -50px;
}

.align-right {
	
	text-align: right;
	width: 100%;
}
	
.align-center {text-align: center;}

.hero {
	width: 100%;
	border-top: 5px solid black;
	margin-top: -70px;
	z-index: -1;
	position: relative;
}

.couches {
	margin-top: -50px;
}

.couches .columns {
	height: 100px;
	margin-bottom: 20px;
}

.content {
	max-width: 875px;
}

.intro {
		padding: 30px 0;
		text-transform: uppercase;
		border-bottom: 5px solid #ccc;
}

.brand {
	margin-left: 0;
	padding-left: 0;
}

.brand li {
		display: inline-block;
		text-align: center;
		padding: 20px 10px;
		width: 19.5%;
}

footer {
		background: #ccc;
		text-align: center;
		padding: 30px 0;
}

footer p {
	color: white;
}

.tiny {
		font-size: 10px;
}
		
.logo {
	border: 5px solid black;
	background-color: white;
	width: 75%;
	margin: auto; 
}

a {
	color: #80b83f;
}

a:hover {
	color: #5e8c22;
}

.flex {
	display: flex;
}

.flex-center {
	margin: auto;
}


/* --------------- Mobile CSS */

@media (max-width: 768px) {


.couches {display: none;}

header {text-align: center;}

.flex {
	display: block;
}

.flex .columns {
	display: block;
	text-align: center;
}

.flex .columns p {
	text-align: center;
}

.hero {margin-top: 150px;}

.contact {margin-top: 20px;}

.brand li {
		display: block;
		text-align: center;
		padding: 20px 10px;
		width: 100%;
}

footer p {text-align: center;}

}
