/* TEXT ---------------------------- */

.body, p, span {
    font-family: 'Source Sans Pro', sans-serif;
}

.text-size-small {
    font-size: 12px;
}

.text-size-medium {
    font-size: 18px;
}

.text-size-large {
    font-size: 24px;
}

.text-bold {
    font-weight: 700
}

.text-light {
    font-weight: 300
}

.text-dark-heading {
    color: #2a2c2e;
}

.text-dark {
    color: #525558 !important;
}

.text-white {
    color: #FFFFFF;
}

.text-off-white {
    color: #dadada;
}

.text-light-gray {
    color: #aaaaaa;
}

.text-darkred {
    color: #7b111b;
}

/* TOP SECTION ---------------------- */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Sans Pro', sans-serif;
}

h1.uppercase {
    letter-spacing: 0px;
    margin-right: -17px;
}

.main-logo-container {
    margin-top: -10%;
}

h1.main-header {
    font-family: 'Roboto Slab', serif;
    position: relative;
    font-size: 64px;
    font-weight: 300;
    margin-top: 0%;
    z-index: 10;
}

.twisted-logo {
    position: relative;
    left: 20px;
    width: 300px;
    height: 300px;
    z-index: 9;
}

@media all and (max-width: 767px) {
    .cover.fullscreen .slides li {
        min-height: 100vh;
        padding: 80px 0;
    }
    .main-logo-container {
        margin-top: 10%;
    }
    .text-center-small-devices {
        width: 100%;
        text-align: center;
    }
    h1.main-header {
        margin-top: 0%;
        font-size: 64px;
        font-weight: 400;
        left: -2%;
    }
    h1 {
        font-size: 32px;
        /*56*/
        line-height: 64px;
    }
    h2 {
        font-size: 24px;
        /*40*/
        line-height: 48px;
    }
    h3 {
        font-size: 18px;
        /*32*/
        line-height: 40px;
    }
    h4 {
        font-size: 14px;
        /*24*/
        line-height: 32px;
    }
}

/* ICONS ------------------------*/

img.icon {
    max-height: 60px;
    max-width: 60px;
}

@media all and (max-width: 767px) {
    img.icon {
        max-height: 60px;
        max-width: 60px;
        position: relative;
        left: 50%;
        margin-left: -30px;
    }
    .icon-text {
        text-align: center;
    }
}

/* REACH ----------------------  */

.reach-section {
    background-color: #f3f5f5;
    font-weight: 800;
}

.logo-carousel img {
    max-height: 40px;
    max-width: 200px;
}

/* Mission section */

.mission-section {
    background-color: #f3f5f5;
}

/* What we do section */

.whatwedo-section {
    background-color: #fafafa;
}

/* Contact section */

.contact-section {
    background-color: #2a2c2e;
    padding-top: 120px;
    padding-bottom: 80px;
}

/* Footer section */

.footer-section {
    background-color: #1e2021;
}

.background-image-holder img {
    display: block;
}

.full-background {
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

/* Links */

a {
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.7;
}

a:visited {
    text-decoration: none;
    color: #fff;
    opacity: 1;
}