/* reset */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
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;
}
body {
  line-height: 1;
}
/* HTML5 reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
img {border: 0;}

* {
 -moz-font-feature-settings: "liga=1, dlig=1";
 -ms-font-feature-settings: "liga", "dlig";
 -webkit-font-feature-settings: "liga", "dlig";
 -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
                         
  font-size-adjust: auto;
}


/* /reset */

@font-face {
    font-family: 'RalewayExtraLight';
    src: url('includes/Raleway-ExtraLight-webfont.eot');
    src: url('includes/Raleway-ExtraLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('includes/Raleway-ExtraLight-webfont.woff') format('woff'),
         url('includes/Raleway-ExtraLight-webfont.ttf') format('truetype'),
         url('includes/Raleway-ExtraLight-webfont.svg#RalewayExtraLight') format('svg');
    font-weight: normal;
    font-style: normal;

}
body, html {
  background: #121212;
  font-family: "RalewayExtraLight", "arial", "helvetica", sans-serif;
  color: white;
  min-height: 100%;
}
article {
  width: 50%;
  height: 50%;
  margin: 3% auto;
  max-width: 750px;
}
a {
  color: white;
  text-decoration: none;
}
#bigtext {line-height: 1.5;}
#bigtext .h1 {
  font-size:320%;
  font-weight: normal;
  text-transform:uppercase;
  text-align: center;
}
.dal {display: block;text-align: center;}

@media (max-width: 1000px) {
  article {
    width: 75%;
    height: 750%;
    margin: 5% auto;
  }
}
@media (max-width: 768px) {
  article {
    width: 90%;
    height: 90%;
    margin: 5% auto;
  }
}



