body, html {
    height: 100%;
    margin: 0;
    font-family: helveticaneuelight;
}

.uiContainer {
    max-width: 1380px;
    margin: 0 auto;
}

.hero-image-ai {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('https://redwhale.com/images/banner_ai.jpg');
    height: 815px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-image-uiux {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('https://redwhale.com/images/banner_uiux.jpg');
    height: 815px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-image-dev {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('https://redwhale.com/images/banner_dev3.jpg');
    height: 815px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-redLabel {
    color: #FFFFFF;
    background-color: #de0d31;
    padding: 5px 15px 5px 15px;
    letter-spacing: 5px;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    margin-right: 15px;
}

.hero-text h1 {
    font-size: 50px;
    margin-top: 20px;
}

.hero-text p {
    margin-top: 40px;
    margin-bottom: 40px;
    font-weight: 500;
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 31%;
    width: 500px;
    transform: translate(-50%, -50%);
    color: white;
    height: 356px;
}

    .hero-text button {
        border: none;
        outline: 0;
        display: inline-block;
        padding: 15px 40px;
        color: #333;
        background-color: #f8cb73;
        text-align: center;
        cursor: pointer;
        font-weight: bold;
        border-radius: 40px;
        font-size: 20px;
    }

        .hero-text button:hover {
            background-color: #111;
            color: white;
        }



.uiContainerMD {
    max-width: 1100px;
    margin: 0 auto;
}

.uiPartners {
    margin-top: 40px;
    margin-bottom: 40px;
}

    .uiPartners .partnersLogo {
        height: 69px;
        text-align: center;
    }


.grayContainer {
    background-color: #f1f1f1;
    background-image: url('https://redwhale.com/images/bgShadow.png');
    background-repeat: repeat-x;
    padding-bottom: 30px;
}

.redTitle {
    font-size: 2.5em;
    color: #d84b4c;
    line-height: 1.0em;
    text-align: center;
    padding-top: 75px;
    padding-bottom: 80px;
}

.blackTitle {
    font-size: 2.5em;
    color: #333;
    line-height: 1.0em;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 80px;
}

.flexRow {
    display: flex;
}

.flexcol {
    width: 33.33% !important;
    margin-bottom: 75px;
}

.grayimgIcon {
    float: left;
    width: 33.33%;
    padding: 5px;
}

.grayText {
    max-width: 370px;
    font-size: 14.4px;
    line-height: 17px;
}

    .grayText p {
        font-weight: 500;
    }

.blueText {
    color: #41babe;
    font-family: "helveticaneuelight",sans-serif;
    font-size: 150%;
    font-weight: 500;
}

.redContainer {
    background-color: #cd333e;
    color: #fff;
    padding-bottom: 100px;
}

.whiteTitle {
    font-size: 3em;
    color: #fff;
    line-height: 1.0em;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 40px;
    font-family: "helveticaneuelight",sans-serif;
}

.nav-link {
    color: #fff !important;
    font-size: 20px !important;
    padding: .5rem 1.8rem !important;
}

.nav-tabs {
    border-bottom: none !important;
    text-align: center;
}

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #fff !important;
        background-color: transparent !important;
        border-color: transparent !important;
    }

        .nav-tabs .nav-link.active span {
            border-bottom: 1px solid #fff !important;
        }

.caseDetails {
    width: 100%;
    text-align: center;
}

    .caseDetails img {
        padding: 30px 0;
    }

    .caseDetails h3 {
        font-size: 40px !important;
    }

    .caseDetails button {
        background-color: #111;
        color: white;
        border: none;
        outline: 0;
        display: inline-block;
        padding: 15px 40px;
        text-align: center;
        cursor: pointer;
        font-weight: bold;
        border-radius: 40px;
        font-size: 20px;
    }

        .caseDetails button:hover {
            color: #333;
            background-color: #f8cb73;
        }



.processContainer {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 100px;
}

    .processContainer img {
        margin-top: 30px;
    }

    .processContainer span {
        color: #e4102d;
        margin-right: 14px;
    }


.containerLF {
    text-align: center;
    padding-bottom: 100px;
}

    .containerLF .blueText {
        font-size: 30px;
        margin-top: 30px;
    }

    .containerLF button {
        background-color: #111;
        color: white;
        border: none;
        outline: 0;
        display: inline-block;
        padding: 5px 20px;
        text-align: center;
        cursor: pointer;
        font-weight: bold;
        border-radius: 40px;
        font-size: 16px;
    }

        .containerLF button:hover {
            color: #333;
            background-color: #f8cb73;
        }

    .containerLF .lfText {
        padding: 15px 0;
    }

#formContUI {
    max-width: 800px;
    margin: 0 auto;
}

#floatingInput5 {
    min-height: 100px;
}

#formContUI button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 15px 40px;
    color: #fff;
    background-color: #de0d31;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    border-radius: 40px;
    font-size: 20px;
}

    #formContUI button:hover {
        background-color: #111;
        color: white;
    }

.processContainer img {
    width: 100%;
}

.linkedinIcon {
    color: #DE0D31;
    margin: 20px 0px 0px 40px;
    font-size: 3.5em;
}

.projCont {
    margin: 0 auto;
    width: 100%;
    max-width: 846px;
    max-height: 583px;
    position: relative;
}

    .projCont .projfeat {
        position: absolute;
        top: 0;
        left: 0;
    }

    .projCont .projimg {
        float: left;
        width: 100%;
        max-width: 750px;
    }

    .projCont .projicons {
        width: 100%;
        max-width: 96px;
        float: left;
    }

.clear {
    clear: both;
    height: 0;
}

.projDetails {
    position: relative;
    text-align: center;
    clear: left;
}



@media only screen and (max-width: 1200px) {

    .flexcol {
        width: 50% !important;
    }

    .caseDetails img {
        width: 100%;
    }
}


@media only screen and (max-width: 990px) {

    .projCont .projicons {
        width: 100%;
        max-width: 100%;
        clear: left;
    }

        .projCont .projicons img {
            display: inline-block;
            max-width: 96px;
        }
}

@media only screen and (max-width: 800px) {

    .uiPartners .partnersLogo {
        width: 50% !important;
    }

    .hero-text {
        left: 50%;
    }

    .hero-image {
        height: 700px;
    }
}

@media only screen and (max-width: 770px) {

    .flexcol {
        width: 100% !important;
    }

    .grayText {
        max-width: 100%;
    }

    .processContainer .row > * {
        width: 50%;
    }
}






/* Added by RedWhale */
#headerbox {
    height: 74px;
    width: 100%;
    background: #FFF;
    background: url('https://redwhale.com/Images/header_bg.png');
    background-repeat: repeat-x;
    background-position: bottom;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
}

#headerspacing {
    height: 72px;
}

#header_mobile {
    float: right;
}

#header {
    width: 100%;
    max-width: 1112px;
    margin: 0 auto;
    font-family: "helveticaworldregular", sans-serif;
    position: relative;
}

#header_logo_link {
    display: inline-block;
    width: 200px;
    height: 72px;
    background-size: contain;
    background-image: url('https://redwhale.com/Images/header_logo.png');
}

#footerbox {
    width: 100%;
    height: 50px;
    clear: both;
    font-size: .8em;
    background-image: url('https://redwhale.com/Images/footer_bg.png');
    background-repeat: repeat-x;
    background-position: bottom;
    /*position: fixed;*/
    z-index: 9999;
    bottom: 0;
    left: 0;
    line-height: 50px;
    margin-top: -2px;
}

.footer {
    max-width: 1112px;
    margin: 0 auto;
    font-size: 0.9em;
    letter-spacing: 0.02em;
    padding: 0 15px;
}

.footer_links {
    float: right;
}

    .footer_links a {
        color: #000;
        cursor: pointer;
        text-decoration: none;
    }

        .footer_links a:hover {
            color: #E3000F;
            text-decoration: underline;
        }

.footer-spacing {
    height: 52px;
}

.processContainer p {
    font-size: 0.6em;
    margin-top: 6px;
}

.clickable {
    cursor: pointer;
}

.serviceTitle {
    margin-top: 20px;
}





/* RESPONSIVE */

@media only screen and (max-width: 580px) {

    .containerLF .row > * {
        margin-bottom: 80px;
    }

    .nav-link {
        font-size: 12px !important;
    }

    .redContainer .nav-tabs .nav-item.show .nav-link {
        background-color: #333;
    }

    .projCont .projfeat img {
        width: 150px;
    }
}

@media only screen and (max-width: 520px) {

    .hero-text {
        width: 100%;
        line-height: 40px;
    }

        .hero-text p {
            line-height: normal;
            margin-bottom: 20px;
        }

    .containerLF {
        padding-bottom: 0;
    }

    .blackTitle {
        padding-top: 0;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 500px) {

    .caseDetails h3 {
        line-height: 0.9em;
        padding-bottom: 16px;
    }
}

}

@media only screen and (max-width: 450px) {

    .projCont .projfeat img {
        width: 120px;
    }
}



@media only screen and (max-width: 400px) {

    .hero-text h1 {
        font-size: 44px;
    }

    .hero-text {
        width: 300px;
    }

    .grayimgIcon {
        float: none;
        width: 33.33%;
        margin: 0 auto;
        padding: 5px;
        padding-top: 20px;
    }

    .flexcol {
        text-align: center;
    }

    .processContainer .row > * {
        width: 100%;
    }

    .redTitle {
        padding-bottom: 40px;
    }


    .projCont .projicons img {
        max-width: 70px;
    }

    .projCont .projfeat img {
        width: 100px;
    }
}
