
html {
  overflow-y: scroll; 
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Alfa Slab One', serif;
    margin-bottom: 0px;
    color: #000;
}
h6 {
    font-size: 20px;
}
ul {
    list-style-type:none;
    margin-top:0px;
    margin-bottom:1em;
    padding-left:0px;
}
p, li {
    font-family: 'Abel', sans-serif;
    font-size:20px;
}
hr {
    border-bottom: 1px solid #000;
}
img {
    max-width:100%;
}
a,a:visited {
    color: #5FAC34;
    text-decoration:none;
}
a:hover {
    color: #5FAC34;
    text-decoration:underline;
}
#header {
    position:fixed;
    height:54px;
    width:100%;
    top:0px;
    background-color:black;
    z-index:100;
}
.container {
    max-width: 720px;
    padding-top:104px;
    padding-bottom:81px;
}
nav .in .nav {
    width:100%;
}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.navbar .navbar-collapse {
  text-align: center;
}
#top-navbar li a {
    font-size: 14px;
    color: white;
    padding: 4px;
}
#top-navbar li a:hover {
    color: #5FAC34;
}
.footer {
    -webkit-box-shadow: 1px -5px 9px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px -5px 9px -2px rgba(0,0,0,0.75);
    box-shadow: 1px -5px 9px -2px rgba(0,0,0,0.75);
    text-align: center;
}
#current-show {
    height:55px;
    width:100%;
    background-color:#5FAC34;
    font-family: 'Abel', sans-serif;
    font-size:20px;
    color: white;
}
#copyright {
    height:26px;
    line-height:26px;
    width:100%;
    background-color:black;
    margin:0px;
    font-size:9px;
    font-family: 'Abel', sans-serif;
    color:white;
    letter-spacing:2px;
}
#advertise-with-us {
    color: #5FAC34;
    line-height:54px;
    padding-right:10px;
    text-decoration:none;
    font-family: 'Abel', sans-serif;
}
.datenav {
    background-color: white;
    width: 100%;
    top: 83px;   
    position: fixed;
    text-align: center;
    padding-left:1em;
    padding-right:1em;
    height:53px;
    line-height:53px;
    -webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.75);
    font-family: 'Alfa Slab One', serif;
    font-size: 18px;
}
.datenav a.links {
    text-decoration:none;
    color:black;
    padding:5px;
}
.datenav a.links:hover {
    color:black !important;
    background-color:#5FAC34;
}
.launch-player {
   opacity:.8em;
}
.social-button {
    height:37px;
    width:42px;
    background-color:#3b5998;
    float:left;
    margin-right:5px;
}
.social-button a {
    width:42px;
    height:37px;
    display:block;
    padding-left:12px;
    padding-top:2px;
}
.social-button img {
    height:32px;
    width:17px;
}
.cursive {
    font-family: 'Dancing Script', cursive;
}
    