@import url("fonts/gabriela.css");
@import url("fonts/texta.css");
html {
  font-family: 'textaregular', sans-serif;
  font-size: 16px;
}
body {
  background: url(images/back.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  ;
}
h1, .h1 {
  font-family: 'gabriela_stencilregular', serif;
  color: #DD3176;
  line-height: 0.3;
  text-align: left;
  font-weight: normal;
}
h2, .h2 {
  color: #ffffff;
}
a, a:focus, a:hover {
  color: #ffffff;
}
.wrapper {
  margin: 0 auto;
  width: 80%;
}
.gabriela {
  font-family: 'gabriela_stencilregular', serif;
}
@media (max-width: 600px) {
  h2, .h2 {
    font-size: 32px;
  }
}
@media (min-width: 601px) {
  h2, .h2 {
    font-size: 48px;
  }
}