.white-text {
    color: rgba(255,255,255,1);
}

.top-banner {
    height: 280px;
    padding-top: 110px;
}

.box-shadow {
    z-index: 1;
    -moz-box-shadow:   0px 7px 10px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 7px 10px rgba(0,0,0,0.3);
    box-shadow: 0px 7px 10px rgba(0,0,0,0.3);
}

.top-banner-text {
    font-size: 42px;
    font-weight: 300;
    text-align: center;
}

body * {
    font-family: Lato, Verdana, sans-serif;
}

body p, body li {
    font-size: 16px;
}

body p, body li {
    font-weight: 300;
}

body h4, body h5 {
    font-weight: 400;
}

.black-overlay {
 background-color: rgba(0,0,0,0.6);
}

a:hover {
    text-decoration: none;
}

.services-icon  {
    width: 60px;
}

.icon-src-credit {
    margin-bottom: 10px;
}

.icon-src-credit a {
    font-size: 10px;
}

.img-src-credit  {
    position: relative;
    text-align: right;
    left: -20px;
    bottom: 10px;
    opacity: 0.25;
}
