body {
    padding-top: 61px ;
    font-family: 'Tomorrow', sans-serif ;
    font-weight: 400 ;
    text-align: center ;
    color: #ced4da ;
    background-color: #b51212 ;
    position: relative ;
}

footer {
    width: 100% ;
    left: 0 ;
    bottom: 0 ;
}

p {
    text-align: left ;
}

hr {
    border-color: #b51212 ;
    border-width: 2px ;
}

ul  {
    list-style-type: none ;
    text-align: left ;
    padding: 0 ;
}

.jumbotron {
    background: url(../images/streamroomred.jpg) ;
    background-size: cover ;
    color: white ;
    text-shadow: 2px 2px gray ;
}

h1 {
    font-family: 'Press Start 2P', cursive ;
}

h2 {
    font-size: 40px ;
    font-weight: 400 ;
}

h3 {
    font-weight: 600 ;
}

h5 {
    font-size: 15px ;
}

.nav-link {
    font-weight: 600 ;
}

.fab {
    color: #868e96 ;
}

.fab:hover {
    color: #ced4da ;
}

.staticLinks {
    list-style-type: none ;
}

.pageContent {
    background-color: #292b2c ;
}

.sectionTitles {
    font-size: 20px ;
}

.footerContent {
    background-color: #343a40 ;
}

.staffNames {
    font-size: 20px ;
}

.btn-secondary {
    color: #ced4da ;
}

.faqHeader {
    text-align: left ;
    font-weight: 600 ;
}

.footerHeader {
    text-align: left ;
    font-weight: 700 ;
}

#home {
    font-family: 'Press Start 2P', cursive ;
    font-size: 30px ;
}

input[type=text] {
    width: 100% ;
}