﻿


/********************************************************
   STYLE FOR TEMPLATE BACKGROUND COLOR
********************************************************/

#about{background: #323e48;}
#services{background: #5b6770;}
#contact{background: #323e48;}
.box-about-txt {
    line-height: 25px;
    color: #ddd;
    padding: 160px 100px;
    margin-top: 0px;
}
.box-title h2{
    text-shadow: 0px -1px 0px rgba(0, 0, 0, .85);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}
        
.box-about-txt h3 {
    margin-bottom: 20px;
    color: #fff;
    font-family: 'GeosansLight', Sans-Serif;
}
.page-nav.black a .title {
    color: #ddd;
    font-weight: 400;
}