﻿#about-top {
    width: 100%;
    display: inline-block;
    background-color: #1d1e1e;
}
#about-top .about-title {
    color: #ffffff;
    text-transform: uppercase;
}    
#about-bottom .about-title {
    color: #bf2d2b;
    text-align: left;
    border-bottom: #bdbfc0 solid 2px;
}
.about-title {
    width: 100%;
    font-family: Oswald;
    font-size: 43px;
    font-weight: 400;
    padding-top: 40px;
    border-bottom: #606161 solid 2px;
    margin-bottom: 35px;
}
.about-padding {
    margin-bottom: 80px;
}
.about-corner {
    width: 100%;
    height: 25px;
    background-color: #ffffff;
}
#about-top p {
    font-family: Roboto Slab;
    font-weight: 300;
    font-size: 18px;
    margin-left: 35px;
    margin-bottom: 20px;
    color: #ffffff;
}
#about-bottom {
    text-align: center;
    display: block;
    margin: 0 auto;
}
#headshot {
    width: 240px;
    margin: 0 auto;
}
#about-bottom ul {
    margin: 0px 0px 30px;
    padding: 0px;
    list-style: none;
    font-size: 0;
}
#the-boss:hover,
#about-bottom li:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
#about-bottom li {
    display: inline-block;
    width: calc(30%);
    width: -webkit-calc(30%);
    min-width: 300px;
    max-width: 335px;
    margin: 17px;
}
#about-bottom .header {
    font-family: Oswald;
    font-weight: 400;
    font-size: 25pt;
    color: #1d1e1e;
}
#about-bottom .header a {
    color: #1d1e1e;
}
#about-bottom .header a {
    text-decoration: none;
}
#about-bottom .job-title {
    font-family: Roboto Slab;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 15px;
    color: #606161;
    margin-bottom: 20px;
}
@media (max-width: 686px) {
    #about-bottom .header {
        font-size: 18pt;
    }
    #layout-main-container {
        margin-top: 0;
    }
}
