* {
    margin: 0;
    padding: 0;
    /* box-sizing: border-box;
    outline: 1px solid red; */
    /* This 2 lines above debug the box sizes */
}

body {
    background-color: #fff;
    color: #555;
    font-family: 'Lato', 'Arial', sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

header {
    /* background-image: url('../css/img/SideFace.png'); */
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../css/img/SideFace-min.png');

    /* it was background-image */
    background-size: cover;
    background-position: center;
    height: 100vh;
    background-attachment: fixed;
}

.NPA {
    /* this is the background for the NPA page */
    /* background-image: url('../css/img/SideFace.png'); */
    /* background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../css/img/Yes we recruit there.png'); */
    /* it was background-image */
    background-size: cover;
    background-position: center;
    height: 100vh;
    background-attachment: fixed;
}

.NPAimage {
    max-height: 100px;
    max-width: 100px;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 50px;
    border-radius: 25px;
    background-color: #444f57;
    /* height: 100px;
    width: auto;
    float: left;
    margin-top: 5px;
    margin-left: 2%;
    margin-bottom: 2%;
    background-color: #444f57;
    border-radius: 25px; */
}

/* .NPAVideo {
    width: 450px;
    height: 315px;
    left: 0;
    margin-top: 5px;
    bottom: 0;
    margin: 10px;
} */

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.row {
    max-width: 1140px;
    margin: 0 auto;
}

section {
    padding: 80px 0;
}

.box {
    padding: 1%;
}

.navigator {
    font-family: 'Lato';
    font-size: 90%;
}

nav {
    font-family: 'Lato';
    font-size: 90%;
    width: 100% ;
    height: 100px;
    background-color: black;
}

nav p {
    color: #222;
    font-size: 90%;
    line-height: 55px;
    float: left;
    padding: opx 20px;
}

nav ul {
    float: left;
    padding-top: 30px;
    padding-left: 25%;
    border-left: 100px;
}

nav ul li {
    display: inline-block;
    list-style: none;
    position: relative;
}

nav ul li a {
    display: block;
    font-family: 'Lato';
    font-size: 100%;
    color: rgb(133, 132, 132);
    padding: 10px;
    text-decoration: none;
}

nav ul li a:hover {
    color: #fff;
}

nav ul li ul {
    display: none;
    position: absolute;
    background-color: black;
    padding: 10px;
    border-radius: 0px 0px 4px 4px;
}

nav ul li:hover  ul {
    display: block;
    background-color: black;
}

nav ul li ul li {
    width: 200px;
    border-radius: 4px;
}

nav ul li ul li a {
    padding: 8px 14px;
    border-radius: 4px;
}

nav ul li ul li a:hover {
    color: #fff;
}

.logo {
    height: 100px;
    width: auto;
    float: left;
    margin-top: 5px;
    margin-left: 2%;
}

/* ----- HEADINGS ----- */
h1,
h2,
h3 {
    font-weight: 300;
    text-transform: uppercase;
}

h4 {
    text-transform: lowercase;
}

h1 {
    width: 600px;
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
    font-size: 250%;
    word-spacing: 4px;
    letter-spacing: 1px;
}

h2 {
    font-size: 180%;
    word-spacing: 2px;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

h3 {
    font-size: 110%;
    margin-bottom: 15px;
}

h2:after {
    display: block;
    height: 2px;
    background-color: black;
    content: " ";
    width: 100px;
    margin: 0 auto;
    margin-top: 30px;
}

.main-text {
    position: absolute;
    width: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* ----------------------------------------------- */
/* GET THE RIGHT CANDIDATE */
/* ----------------------------------------------- */
cite img {
    height: 150px;

    /* border-radius: 50%; */
    margin-right: 10px;
    margin-bottom: 20px;
    vertical-align: middle;
}

.section-features .long-copy {
        margin-top: 10px;
        margin-bottom: 50px;
    }

    /* ----------------------------------------------- */
/* NPA */
/* ----------------------------------------------- */

    .section-NPA {

        background-color: black;
        background-size: cover;
        color: #fff;
    }
/* ----------------------------------------------- */
/* TESTIMONIALS */
/* ----------------------------------------------- */
.section-testimonials {
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(img/Kensington-Executive-Process-min.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(img/Kensington-Executive-Process-min.jpg);
    background-size: cover;
    color: #fff;
    background-attachment: fixed;
}

blockquote {
    padding: 2%;
    font-style: italic;
    line-height: 145%;
    position: relative;
    margin-top: 40px;
}

blockquote:before {
    content: "\201C";
    font-size: 500%;
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
}

/* ----------------------------------------------- */
/* FOOTER */
/* ----------------------------------------------- */
footer {
    background-color: #333;
    padding: 50px;
    font-size: 80%;
}

.footer-nav {
    list-style: none;
    float: left;
}

.social-links {
    list-style: none;
    float: right;
}

.footer-nav li,
.social-links li {
    display: inline-block;
    margin-right: 20px;
}

.footer-nav li:last-child,
.social-links li:last-child {
    margin-right: 0;
}

.footer-nav li a:link,
.footer-nav li a:visited,
.social-links li a:link,
.social-links li a:visited {
    text-decoration: none;
    border: 0;
    color: #888;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.footer-nav li a:hover,
.footer-nav li a:active {
    color: #ddd;
}

.social-links li a:link,
.social-links li a:visited {
    font-size: 160%;
}

.ion-social-facebook,
.ion-social-twitter,
.ion-social-googleplus,
.ion-social-instagram {
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.ion-social-facebook:hover {
    color: #3b5998;
}

.ion-social-twitter:hover {
    color: #00aced;
}

.ion-social-googleplus:hover {
    color: #dd4b39;
}

.ion-social-instagram:hover {
    color: #517fa4;
}

footer p {
    color: #888;
    text-align: center;
    margin-top: 20px;
}
    


