/* 
 * This file contains styling for the about page
 */

.page #top-main.about-page {
    width: 515px;
    margin: 0 45px 0 5px;
}

.page #citoyens {
    width: 312px;
    display: inline-block;
    text-align: center;
    margin: 0 0 0 6px;
    padding: 100px 30px 50px 30px;
    background-image: url("images/misc/about_us_logo.png");
    background-repeat: no-repeat;
    background-position: center 15px;
    font-size: 12px;
    vertical-align: top;
    background-color: #F6F6F6;
    background-size: 100px;
}


.page h1, .page #about h2 {
    border-bottom: 2px solid #000000;
    font-size: 28px;
    padding: 40px 0 10px 0;
    color: #E52F25;
    font-family: "proxima-nova-alt", sans-serif;
    font-weight: 500;
    margin-top: 0;
}



.page #citoyens h3 {
    margin-top: 30px;
    margin-bottom: 3px;
    font-size: 17px;
    font-family: "proxima-nova-alt", sans-serif;
    font-weight: 600;
    line-height: 1.4em;
}

.page #citoyens p {
    margin: 3px;
}
.page #about p.quote {
    font-style: italic;
}


.page .submenu {
    padding-bottom: 15px;
}

p.quote {
    padding-top: 35px;
}