@import url('https://fonts.googleapis.com/css?family=Gloria+Hallelujah');

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
/* Headings
 ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px 0;
  font-family: 'Gloria Hallelujah';
  font-weight: 300;
  color: #222222;
  text-transform: uppercase;
}

body {
  margin: 0;
  font-family: 'Open Sans';
  font-size: 13px;
  line-height: 1.6;
  color: #444444;
  background-color: rgba(255, 255, 255, 0);
}
