/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
html {
  font-size: 10px;
}
html,
body {
  min-height: 100%;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
body {
  font-family: myriad-pro, sans-serif;
  font-size: 2.9rem;
  font-weight: 400;
  color: #fff;
  background: no-repeat url(../media/bg.jpg) center center;
  background-size: cover;
  text-align: center;
}
body h1,
body h2,
body h3 {
  font-weight: 400;
}
body div.main-content {
  min-height: 100%;
  height: 373.2rem;
  /*background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0, rgba(0,0,0,0.7) 350px, rgba(0,0,0,0.7) 100%);*/
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
body div.main-content section.header {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
body div.main-content section.header div.top {
  width: 100%;
}
body div.main-content section.header div.top header nav {
  background-color: #000;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
body div.main-content section.header div.top header nav ul {
  display: inline-block;
  list-style: none;
}
body div.main-content section.header div.top header nav ul li {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.2rem;
}
body div.main-content section.header div.top header nav ul li a {
  display: inline-block;
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  line-height: normal;
}
body div.main-content section.header div.top header nav ul li:after {
  font-size: 1rem;
  content: ".";
  position: absolute;
  top: 20%;
  right: -1px;
}
body div.main-content section.header div.top header nav ul li:first-child {
  padding-left: 0;
}
body div.main-content section.header div.top header nav ul li:first-child a {
  color: #e6007e;
}
body div.main-content section.header div.top header nav ul li:last-child {
  padding-right: 0;
}
body div.main-content section.header div.top header nav ul li:last-child a {
  color: #fff;
}
body div.main-content section.header div.top header nav ul li:last-child a:after {
  color: #fff;
}
body div.main-content section.header div.top header a.logo img {
  margin-top: 5rem;
  max-width: 80%;
  width: 490px;
}
body div.main-content section.header div.top section {
  padding-left: 4rem;
  padding-right: 4rem;
}
body div.main-content section.header div.top section h1 {
  margin: 7.5rem auto 0;
  max-width: 100rem;
  line-height: 3.5rem;
  width: 80%;
}
body div.main-content section.header div.top section h1 span {
  background-color: #e6007e;
}
body div.main-content section.header div.top section p {
  margin-top: 30rem;
}
body div.main-content section.header aside.bottom {
  width: 100%;
  padding: 0 4rem 10rem;
}
body div.main-content section.header aside.bottom h2 {
  font-size: 3.2rem;
}
body div.main-content section.header aside.bottom h3 {
  color: #e6007e;
  font-size: 2.1rem;
  margin-top: 1rem;
}
body div.main-content section.header aside.bottom ul {
  margin-top: 4rem;
  margin-bottom: 5rem;
  list-style: none;
}
body div.main-content footer {
  width: 100%;
  display: block;
  padding: 5rem 4rem 9rem;
  border-top: 8.5rem solid #e6007e;
  background-color: #000;
}
body div.main-content footer p {
  font-size: 2.2rem;
  margin-top: 5rem;
}
body div.main-content footer p + p {
  margin-top: 1em;
}
body div.main-content footer a {
  color: #e6007e;
}
p.underline {
  position: relative;
}
p.underline:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  height: 1.2rem;
  width: 22rem;
  border-radius: 0.6rem;
  bottom: -3rem;
  background: #e6007e;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 8px;
  }
}
@media screen and (max-width: 540px) {
  html {
    font-size: 6px;
  }
}
/*# sourceMappingURL=style.css.map */