body {    
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #000000;
}

body {
    margin: 0 auto;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    line-height: 1.5em;
    color: #ffffff;
}

a:link { color: #fff; text-decoration: none; }
a:visited { color: #fff; text-decoration: none;  }
a:hover { color: #FF0099; text-decoration: none; }
a:active { color: #fff; text-decoration: none;  }


h1, h3, h4, h5, h6 {
    color: #ffffff;
    padding-left: 0px;
    font-weight: 100;
    letter-spacing: 1px;
    font-size: 2em;
    line-height: 1.5;
}

#header-text {
    font-weight: 600;
    font-size: 3em;
    color: #FF0099;
    padding-left: 10px;
    padding-top: 25px;
    font-family: "Arial Black", Helvetica, Arial, sans-serif;
    cursor: pointer;
}

#subheader-text {
    font-size: 0.9em;
    color: #B0B0B0;
    padding-left: 20px;
    padding-top: 8px;
    font-weight: 200;
    letter-spacing: 0.25px;
}

#nav {
    font-size: 0.9em;
    padding-top: 80px;
    font-weight: 100;
    letter-spacing: 1px;
}

#nav-item{
    display:inline-block;
    background-color: #000;
    padding: 3px 20px 3px 20px;
}

#class-card {
    padding-top: 10px;
    background-color: #202020;
    border: none;
    box-shadow: 10px 10px 5px #000;
    width: 320px;
    opacity: 0.9;    
    margin-right: 30px;
    position: absolute;
    top: 40px;
    right: 0px;  
}

#card-text {
    color: #fff;
    margin-left: 20px;
    margin-right: 10px;
    font-size: 0.8em;
    font-weight: 100;
    letter-spacing: 1px;    
}

#calendar {
    position: absolute;
    top: 120px;
    left: 300px;
}

#map {
    position: absolute;
    top: 100px;
    left: 370px;
}

#footer-text { 
    font-size: 0.7em; 
    position: fixed;
    bottom: 0px;
    left: 0px;
    padding: 5px 0px 0px 5px;
    font-weight: 100;
    letter-spacing: 1px;
    background-color: #000;
    line-height: 15px;
    width: 290px;
}

#mailing-list {
    position: fixed;
    bottom: 10px;
    left: 175px;
    font-weight: 100;
    font-size: 0.8em;
    letter-spacing: 0.5px;
}

#video {
    position: absolute;
    top: 100px;
    left: 230px;
}

