body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.content {
    margin-left: 0px;
    margin-right: 0px;
}

h1 {
    text-shadow: 2px 2px #d3d3d3;
    font-style: italic;
    color: orange;
    font-weight: bold;
}

h2 {
    color: #6b8cac;
    font-size: 18px;
    font-weight: normal;
    border-bottom: 1px solid #CCCCCC;
}

h5 {
    font-size: 15px;
    color: rgb(58, 49, 106);
    text-shadow: 1px 1px #d3d3d3;
    font-style: italic;
    font-weight: bold;
}

h6 {
    text-shadow: 1px 1px #d3d3d3;
    font-style: italic;
    color: orange;
    font-weight: bold;
    font-size: large;
}

#logo {
    padding-left: 20px;
}

.slider {
    margin-left: auto;
    margin-right: auto;
    max-width: 150px;
    max-height: 150px;
    display: block;
    border-radius: 2px;
}

.sliderImg {
    width: 100%;
    border-radius: 5px;
}

@media (max-width: 990px) {

    .slider {
        display: none;
    }

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 13px;
    }

    #logo {
        margin-top: 70px;
        padding-left: 20px;
    }

    .audioPlayer {
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-top: 15px;
        margin-bottom: 10px;
        width: 100%;
    }
}
@media (min-width: 990px) {
    .audioPlayer {
        margin-top: 50px;
        padding-left: 20px;
        margin-left: auto;
        margin-right: auto;
        max-width: 210px;
    }
}


footer p {
    text-align: center;
}

.content {
    font: 12px sans-serif, Arial, Helvetica, sans-serif;
}
