@charset "UTF-8";
* {
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
body {
	font-size: 1.6rem;
	margin: 0;
	﻿background: #444444 url("../img/bg_body.svg") repeat top left;
	background-color: #444444;
	text-align: center;
}
body>* {
	margin: 30px;
}
.clearfix::after {
	content: '';
	display: block;
	clear: both;
	font-size: 0;
	margin: 0;
	padding: 0;
}
.repairFlux {
	clear: both;
}
.logo {
	background-color: white;
	padding: 20px 20%;
}
.border {
	border-top: #333333 3px solid;
	border-left: #333333 3px solid;
	padding-left: 30px;
	margin-top: 50px;
}
.orange {
	color: #ff9d00;
}
.discover {
	display: block;
}
.wrapper {
	position: relative;
	bottom: 35px;
}
h1, h2, h3, h4 {
	text-transform: uppercase;
	color: white;
	line-height: 2;
}
h2 {
	text-align : left;
}
h3 {
	color: #ff9d00;
	border-bottom: #ff9d00 2px solid;
}
nav {
	font-size: 2rem;
}
p {
	line-height: 2;
	font-family: "Cardo", sans-serif;
}
a {
	color: white;

}
header a {
	text-decoration: none;
	font-weight: bold;
	display: block;
	line-height: 4;
}
img, video{
	max-width: 100%;
	height: auto;
}
main>img {
	border: white 10px solid;
}
main>section {
	width: 90%;
	margin: 0 auto;
}
main article img {
	padding: 30px;
}
main article {
	background-color: white;
	margin: 30px 0;
	padding: 20px;
}
main article a {
	display: block;
	background-color: #ff9d00;
	padding: 15px 55px;
	text-decoration: none;
}
.fab, .fa-facebook-square, .fa-twitter-square, .fa-linkedin {
	font-size: 3em;
	display: block;
	color: white;
	margin: 40px 0;
}
.white {
	color: white;
}
.know a {
	display: inline-block;
	margin: 0 10px;
}
footer {
	padding: 0 40px;
}
footer p{
	color: #bebebe;
}
footer nav {
	text-transform: capitalize;
}
footer nav .menu {
	display: block;
	margin: 25px auto;
}
footer nav a {
	font-size: 0.8em;
	margin: 0 10px;
}
footer img {
	display: block;
	margin: 40px auto 0;
}
footer p:last-child {
	font-size: 0.7em;
}
@font-face {
    font-family: "Cardo";
    src: url(../fonts/BodegaSans_Black.ttf) format("ttf");
    font-weight: normal;
    font-style: normal;
}
@media all and (min-width: 500px) {
	header .logo, header nav {
		display: inline-block;
	}
	header nav {
		position: relative;
		top: 30px;
		left: 30px;
		margin-right: 30px;
	}
	header nav a {
		display: block;
	}
}
@media all and (min-width: 1000px) {
	header {
		margin-top: 0;
		width: 100%;
	}
	main section:first-child {
		text-align : center;
	}
	.articles {
		font-size: 0;
	}
	main article {
		display: inline-block;
		width: 20%;
		font-size: 1rem;
		margin: 0 20px;
	}
	.know, .video {
		display: inline-block;
		margin: 0 30px;
	}
	.know {
		width: 40%;
	}
	.video {
		width: 40%;
		position: relative;
		bottom: 150px;
	}
}