body {
  margin: 0;
  font-family: 'Muli', sans-serif;
  color: #a8a8a8;
  font-size: 16px;
}

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

a:hover {
  color: #d4eaf9;
}

:hover {
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}

::selection {
  background: rgb(112, 37, 119);
}

h1 span.archivo {
  font-size: 80px;
  color: white;
  font-family: 'Archivo Narrow';
  text-transform: uppercase;
  letter-spacing: .10em;
}

h1 span.poiret {
  font-size: 40px;
  color: white;
  font-family: 'Poiret One';
}

h2, h3 {
  margin-bottom: 0;
  font-family: 'Poiret One';
}

h3 {
  letter-spacing: 0.08em
}

hr {
  height:0;
  border:0;
  border-top: 1px solid #a8a8a8;
  margin-bottom: 30px;
}

p {
  line-height: 150%;
}

.main_page {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  background-image: url("images/Fantasia_2000.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

section.header {
  width: auto;
  background-image: url("images/bg.png");
  background-position: center;
  background-size: cover;
  height: 250px;
  margin-bottom: 40px;
}

section.header h1 {
  text-align: center;
  margin-top: 0px;
  padding-top: 20px;
}

ul.navigation {
  text-transform: uppercase;
  display: block;
  width: 480px; /*MUST SET A WIDTH IN ORDER TO USE THE MARGIN TO CENTER IT*/
  padding: 0px;
  margin: 0 auto;
  margin-top: 30px;
}

ul.navigation li {
  display: inline-block;
  padding: 0px 20px;
  font-size: 17px;
}

ul.navigation li a {
  display: block;
}

@media (max-width: 700px) {

  .main_page h1 {
    font-size: 40px;
  }

  ul.navigation {
    width: 100%;
    text-align: center;
  }

  ul.navigation li {
    padding: 5px 0px;
    display: block;
  }
}
