/*---HEADER---*/

header {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url(images/Office1a.png);
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(images/Office1a.png);
    background-size: cover;
    background-position: center;
    height: 50vh;
    background-attachment: fixed;
}

.hero-text-box {
    position: absolute;
    width: 1140px;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.logo {
    height: 100px;
    width: auto;
    float: left;
    margin-top: 20px;
}

.nav-title {
    color: #fff;
    margin-top: 55px;
    font-size: 150%;
}

.main-nav {
    float: right;
    list-style: none;
    margin-top: 55px;
}

.main-nav li {
    display: inline-block;
    margin-left: 40px;
}

.main-nav li a:link,
.main-nav li a:visited {
    padding: 8px 0;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 90%;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-bottom 0.2s;
    transition: border-bottom 0.2s;
}

.main-nav li a:hover,
.main-nav li a:active {
    border-bottom: 2px solid #0080ce;
}

/*---INTRO SUMMARY---*/

.services-introduction {
    background-color: #f7f7f7;
}

.services-introductionW {
    background-color: #fff;
}

.paragraph-services {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}


.paragraph-services a:link,
.paragraph-services a:visited {
    text-decoration: none;
    border:0;
    color: #0080ce;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}

.paragraph-services a:hover,
.paragraph-services a:active {
    color: #00609b;
}

/*---GRID---*/

.services-grid {
    margin-bottom: 20px;
}

.services-icon {
    font-size: 200%;
    text-align: center;
    margin-top: 5px;
    color: #09233F;
}

.services-summary {
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: left;
    width: 90%;
    margin-left: 5%;
    /*font-size: 95%;*/
}

.services-summary-subheading {
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center;
    width: 90%;
    margin-left: 5%;
    font-size: 95%;
}

.services-summary a:link,
.services-summary a:visited {
    text-decoration: none;
    border:0;
    color: #0080ce;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}

.services-summary a:hover,
.services-summary a:active {
    color: #00609b;
}

.services-summary strong {
    text-align: center;
}














