/*
Theme Name: UFO Theme
Author: UFO
Description: Theme UFO sur-mesure
Version: 1.0
/**

/*Reset*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
main,
section,
header {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline
}

input,
textarea,
form,
button {
	margin: 0;
	padding: 0;
	border: 0
}

body {
	font-size: 1.2em;
	color: #fff;
	background-color: #000;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	font-family: arial, sans-serif;
	overflow-x: hidden
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 0
}

td,
tr,
th {
	border-collapse: collapse;
	border-spacing: 0;
	border: 0
}

img {
	border: 0;
	margin: 0;
	padding: 0
}

input,
textarea {
	font-size: 1em
}

a:focus {
	border: 0;
	outline: 0 !important
}

.clearfix:after {
	content: ".";
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both
}

/*Typography*/
h1 {
	font-family: 'Red Hat Display', sans-serif;
	font-size: 600%;
	line-height: 106%;
	text-transform: uppercase;
	color: #000;
	padding-top: 10px
}

h2 {
	font-family: 'Red Hat Display', sans-serif;
	font-size: 250%;
	line-height: 106%
}

h3 {
	font-family: 'Red Hat Display', sans-serif;
	font-size: 150%;
	text-transform: uppercase
}

h4 {
	font-family: 'Red Hat Display', sans-serif;
	font-size: 100%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

/*Navigation*/
a {
	color: #a6a6a6;
	text-decoration: none;
	border: 0
}

/*Content*/