/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
  font: 18px/1.5 'Georgia', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

pre,
code {
  font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
  font-family: 'Leckerli One', sans-serif ;
  font-size: 32px;
  font-weight:normal;
  color:#FFF;
  text-shadow:0 0 1px transparent;
  display:inline;
}

h1 span {
  color:#ffe400; 
}
h2 {
  font-family: 'BebasNeueRegular', sans-serif;
  font-weight:normal;
  font-size: 60px;
  margin:0 auto;
  color:#282828;
  text-align:center;
  text-shadow: 4px 4px #CCCCCC;

/*  background: gray;
*/  
}

#showcase h2 {
  color: #FFF;
  text-shadow: 2px 2px #000000;
      margin-top: 20px;
}

#showcase p {
  font-size:16px;
  font-style:normal;
  color: #FFF;
  text-shadow: 2px 2px #000000;
}

h3 {
  font-size: 33px;
  font-weight:normal;
  color:#FFF;
  text-shadow: 2px 2px #000000;
}

h4 {
  font-family:'LeagueGothicRegular';
  font-size: 40px;
  text-transform:uppercase;
  font-weight:normal;
  text-align:center;
  margin-top:-40px;
  color:#111111;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

/* `Links
----------------------------------------------------------------------------------------------------*/

a, a:hover, a:visited, a:focus {
  color:#FFF;
  text-decoration:none;
}
/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}
p {
  font-style:italic;
  color:#444;
  line-height:22px;
}
p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {

}