* {
  -webkit-box-sizing: border-box; /* <=iOS4, <= Android  2.3 */
     -moz-box-sizing: border-box; /* Firefox 1+ */
          box-sizing: border-box; /* Chrome, IE8+, Opera, Safari 5.1*/
										margin: 0;
										padding: 0;
}

body {
	font-family: 'Oswald', sans-serif;;
	font-weight: 300;
	font-style: normal;
	font-size: 20px;
	color: #000;
	min-width: 300px;
	text-align: center;
	background-size: 70%;
}

h1, h2, h3 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.1;
	font-size: 50px;
	margin: 0;
}

h2 {
	margin-top:90px;
	padding: .2em;
	background: white;
}

h2 span {
	color: #a1a1a1;
}

h2 a {
	color: #000;
}

.wrapper {
	max-width: 1200px;
	margin: 0 auto;
	display: block;
	padding: 1em;
	position: relative;
	min-height: 100%;
 overflow: hidden;
}


/*-------------------Header -------------------*/

.flower-left, .flower-right {
	position: absolute;
	top: 0;
	width: 20%;
	max-width: 232px;
}

.flower-left {
	left: 0;
}

.flower-right {
	right: 0;
}

p {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
	text-align: left;
	display: inline-block;
	max-width: 700px;
	margin-bottom: 100px;
}

#header * {
	position: relative;
	z-index: 1;
	margin-bottom: 0;
}

#header .logo {
	max-width: 321px;
	width: 40%;
	margin-bottom: .2em;
}


#header h1 {
 position: relative;
	top: 1.5em;
}


#header .opa {
	margin: -330px 0 100px 0;
	position: relative;
	z-index: -1;
	width: 80%;
	max-width: 800px;
}

article {
	display: inline-block;
	text-align: center;
	width: 25%;
	max-width: 300px;
	margin: 2em;
}

article img {
	display: block;
	margin-bottom: 1.5em;
}

@media screen and (max-width: 600px) {
article {
	width: 80%;
	max-width: 300px;
}
}

article h1 {
	background: black;
	display: inline-block;
	color: white;
	font-size: 30px;
	padding: .2em;
}

h2 {
	margin-bottom: 1em;
}

.clients {
	text-align: center;
	font-size: 30px;
	text-transform: uppercase;
	-webkit-columns: 1;
	-moz-columns: 1;
	columns: 1;
	margin-bottom: 2em;
}

.clients li {
	list-style-type: none;
	margin-bottom: .5em;
}

.clients li span {
	background: black;
	color: white;
	padding: 0 .2em;
}

.footer p {
	text-align: center;
	display: inline;
	color: #a1a1a1;
}

.footer {
	height: 50px;
}


@media screen and (max-width: 800px) {
h2 {
	font-size:7vw;
}
}

@media screen and (max-width: 600px) {
p {
	-webkit-columns: 1;
	-moz-columns: 1;
	columns: 1;
}
}


@media screen and (max-width: 700px) {
#header .opa {
	margin: -300px 0 80px 0;
	width: 100%;
}
}

@media screen and (max-width: 600px) {
#header .opa {
	margin: -250px 0 10px 0;
	width: 100%;
}
}

@media screen and (max-width: 450px) {
#header .opa {
	margin: -200px 0 10px 0;
	width: 100%;
}
}




a {
	color: white;
	text-decoration: none;
}

img {
	max-width: 100%;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */