body {
  background-color: #f2f2f2;
  color: #111;
  font-family: 'Special Elite', 'Times', serif;
  background-image: url('/images/scatterbg.png');
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Eater', 'Times', serif;
}

img {
  max-width: 100%;
  height: auto;
}
a {
  color: #000;
  transition: color 233ms ease-in;
}
a:active, a:hover {
  color: #910;
  text-decoration: none;
}

#SplitHeader {
  text-align: center;
  margin-top: 75px;
  text-shadow: 0px 0px 5px #eee, 0px 0px 3px #eee;
}
#SplitBody {
  margin-top: 30px;
}

#SplitSocialsInner {
  background-image: url('/images/lined-paper.jpg');
  font-size: 20px;
  overflow: hidden;
  padding: 0 15px;
}
#SplitListen {

}
.split-social-icon {
  font-size: 27px;
  line-height: 45px;
  clear: both;
}
.split-social-title {
  line-height: 45px;
}


#SplitTextInner a {
  color: #881009;
  font-weight: 600;
}
#SplitTextInner a:active, #SplitTextInner a:hover {
  color: #b02408;
}
#SplitTextInner h3 {
  font-size: 15px;
}

#SplitTextInner h2.more-news {
}

#SplitTextInner h2.more-news i {
  color: #a31;
  display: inline-block;
}

#copyright {
  font-size: 10px;
  font-family: sans-serif;
  color: #444;
  text-align: center;
  background-color: #ddd;
  border-top: 1px solid #400;
  margin: 45px 0 0 0;
  padding: 15px 0 5px 0;
}

@media only screen and (min-width: 992px) {
  h1 {
    font-size: 73px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  h1 {
    font-size: 57px;
  }
}

@media only screen and (max-width: 767.98px) {
  h1 {
    font-size: 45px;
  }
}

@media only screen and (max-width: 511.98px) {
  h2#SplitListen {
    font-size: 21px;
  }
}
/*

font-family: 'Eater', cursive;
font-family: 'Special Elite', cursive;
*/
