

.overlaywrap
{
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
}

.overlayhidden
{
    opacity: 0;
}

.overlay-image
{
    width: 100%;
    opacity: .5;
}

.features
{
    padding-top: 129px;
    padding-bottom: 60px;
}

.features-col
{
    padding-bottom: 10px;
}

.ideas
{
    background-color: #fbfaf8;
    padding-top: 55px;
}

.ideas_title
{
    padding-bottom: 46px;
}

.purchase
{
    background-color: #382820;
    height: 150px;
    padding-top: 50px;
}

h1,h2,h3,h4,h5,h6,p
{
    font-family: 'Raleway', sans-serif;
}

h3
{
    font-size: 23px;
}

.projects
{
    padding-top: 55px;
}

.project_tags
{
    padding-bottom: 38px;
}

.project_img
{
    margin-bottom: 20px;
}

.projects_more
{
    margin-top: 12px;
}

.video_pres
{
    margin-top: 39px;
}

.mobile_devices
{
    background-color: #fbfaf8;
    padding-top: 60px;
}

.mobile_text
{
    padding-top: 87px;
}

.mobile_text_image
{
    padding-top: 22px;
}

.counters
{
    background-color: #382820;
    padding-top: 70px;
    padding-bottom: 60px;
}

.recent_posts
{
    padding-top: 29px;
}

.recent_posts h2
{
    margin-bottom: 40px;
}

.prefooter
{
    background-image: url('images/bkgnd_prefooter.jpg');
    padding-top: 140px;
    padding-bottom: 140px;
}

.logos
{
    padding-top: 40px;
}

.footer
{
    background-color: #191919;
    padding-top: 95px;
    padding-bottom: 80px;
}

.logo
{
    margin-top: -28px;
    padding-bottom: 23px;
}

.postfooter
{
    background-color: #111112;
    padding-top: 45px;
    padding-bottom: 45px;
    color: #777;
}

.postfooter p
{
    font-size: 1.33rem;
}

