

body
{
    color: #525252;
    font-family: arial, helvetica, sans serif;
    font-size: 15px;
    background-color: #FFFFFF;
}

.brand-img
{
    max-width: 220px;
}

section.footer
{
    background-color: #f0f0f0;
    text-align: center;
    color: #6c6c6c;
}

a
{
    color: #ff0c00;
}

h3, h2, h1
{
    font-family: 'Roboto Condensed', sans-serif;
}
h1
{
    text-transform: uppercase;
}

.jumbotron
{
    margin-top: -20px;
    min-height: 600px;
    text-align: center;
    color: #f9f9f9;
    text-shadow: -2px 2px #565555;
    padding-top: 20px;
    padding-bottom: 5px;
    background-color: #edecec;
    background-position: center;
    background-repeat: no-repeat;
}

#home.jumbotron
{
    padding-top: 420px;
}


#lesson.jumbotron
{
    margin-top: -20px;
    padding-top: 320px;
}

#lessons1.jumbotron, #lessons2.jumbotron, #lessons3.jumbotron, #lessons4.jumbotron
{
    padding-top: 420px;
}

.smoked
{
    background: rgba(0, 0, 0, 0.5);
    border-radius: 30px;
}

#SS-ASP
{
    display: none;
}

section.footer a:hover
{
    color: #000000;
    text-decoration: none;
}

section.footer a
{
    color: #505050;
}

