﻿body[page=about] .content {

}
body[page=about] .footer {
}

#about_page
{
    padding: 100px 0 160px 0;
    background: linear-gradient( rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.42)), url(../images/banner/about-us-background.jpg) no-repeat;
    background-size: cover;    
}

#about_page h1:first-child {
    margin-top:1em;
}

#about_page h1 {
    color: #fcfcfc;
    font-family: "Zapfino";
    font-size: 3em;
    /*letter-spacing: 0.1em;*/
    margin-top:2.5em;
    margin-bottom:0.2em;
}
#about_page p {
    font-size: 1.2em;
    line-height: 2;
    color: #fcfcfc;
    margin: 0 0 20px 0;
}
a.email_hyperlink {
    color: #5da9dd;
}
a.email_hyperlink:hover {
    color: #005792;
}