/* CSS Document */

.masthead-logo {
    width:100%;
    max-width: 60%;
    }
header.masthead .masthead-subtitle {
    line-height:1.4em;
    }
    
div.service-box h5 {
    margin-top:20px;
    font-weight:lighter;
    }
    
div.service-box i {
    margin-top:20px;
    }
 
p.leadcopy{
    font-size:1.4em;
    padding-bottom:10px;
    }
    
p.leadcopy .boosted{
    font-weight:bold;
    }
 
div.media-body li {
    list-style-position: outside;
    margin-left:20px;
    }
    
@media screen and (max-device-width: 1024px) {
    .masthead-logo {
        width:100%;
        max-width: 80%;
        }
        
    header.masthead .scroll-down {
          bottom: 20px;
        }
} 