/* ---- text ---- */

body {
  font: "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
}

/* alt body font */
.barlow-thin {
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.barlow-thin-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.barlow-extralight {
  font-family: "Barlow", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.barlow-extralight-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.barlow-light {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.barlow-light-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.barlow-regular {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-regular-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.barlow-medium {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.barlow-medium-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.barlow-semibold {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.barlow-semibold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.barlow-bold {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.barlow-bold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.barlow-extrabold {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.barlow-extrabold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.barlow-black {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.barlow-black-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-style: italic;
}


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

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

/* Header Styles */

h1.sk {
    font-family: "battery-park", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 10px; 
    color: #999; 
    animation: fadeInDown 1.5s linear;
    font-size: 4em;
    padding-top: 100px;
    text-align: center;
    text-shadow: 2px 2px 5px #000;
}

h1.mh {
    font-family: "chaloops", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 10px; 
    color: #333333; 
    font-size: 3em;
    padding-top: 100px;
    text-align: center;
}

h1.wh {
    font-family: "chaloops", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 10px; 
    color: #333333; 
    font-size: 3em;
    padding-top: 100px;
    text-align: center;
}

h2.sk {
    font-family: "battery-park", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 10px; 
    color: #ccc; 
    margin: 1em 0 .5em 0; 
    animation: subheadSlide 2s linear 1.5s;
    animation-fill-mode: both;
    font-size: 2em;
    text-align: center;
    text-shadow: 1px 1px 2px #000;  
}

h2.mh {
    font-family: "chaloops", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 10px; 
    color: #333333; 
    font-size: 1.75em;
    padding-top: 100px;
    text-align: center;
}

h2.wh {
    font-family: "chaloops", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 10px; 
    color: #333333; 
    font-size: 1.75em;
    padding-top: 100px;
    text-align: center;
}

h3 {
    font-family: "battery-park", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 10px; 
    color: #595959; 
    font-size: 3em;
    padding-top: 100px;
    text-align: center;
}

h4 {
    font-family: "battery-park", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 10px; 
    color: #333333; 
    font-size: 2em;

    text-align: center;
}

/* ---- Spacing ----*/

ol {
    list-style: decimal;
}

ul {
    list-style: none;
}

li {
    margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
table,
address,
fieldset,
figure {
margin-bottom: 20px;
}
