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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

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

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

body {
  font-size: 1.7rem;
  font-family: "Futura-CondensedMedium",Helvetica, sans-serif;
  background-color: transparent;
  color: white;
  background-image: url(../assets/img/background.jpg);
  background-size:  cover;
  background-repeat: no-repeat;
}

h1{
  font-size: 16.5rem;
}

h2{
  font-size: 5rem;
}

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



header p{
  font-size: 3rem;
  margin: 0rem 1rem;
}

ul{
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}

ul img{
  margin: 0.1rem 1rem;
  width: 1.3rem;
  height: 1.3rem;
}

li{
  font-size: 2rem;
  padding: 0.20rem;
  margin: 0.20rem;

}

nav a{
  padding-left: 0.5rem;
  margin-left: 0.5rem;
  display: flex;
  align-items: center;
}

.home img{
  width: 5.2rem;
  height: 4.5rem;
}

.title{
  display: flex;
  flex-flow: column-reverse;
  justify-content: center;
  align-items: flex-start;
}

.nav{
  display: flex;
  flex-flow: column-reverse;
  justify-content: center;
  align-items: flex-end;
}

.header{
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 76.8rem;
}

.home{
  font-size: 3rem;
  background-color: #2C332F;
  display: flex;
  flex-flow: row;
  align-items: center;
}

.home img{
  margin: 1rem 2rem;
}

.back{
  display: flex;
  justify-content: flex-end;

  font-size: 1.8rem;

  padding: 1rem;
  margin: 3rem;
}
