/* ==========================================================================
E-Zekiel custom styles
========================================================================== */


/* Font */

@font-face {
    font-family: Icomoon;
    src: url(../ef_fonts/icomoon.ttf);
}

@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');


/* Body styles */
html {
    background-color: #dcf0fd;
}

body {
    font-family: 'Raleway', sans-serif;
    background-color: #dcf0fd;
}

a {
    text-decoration: none;
    color: #151921;
}

a:hover {
    color: #151921;
}



/* Navigation */


img#logo {
    margin-top: -5px;
    margin-left: 16px;
    width: 188px;
}

img#logo-icon {
    display: none;
}

.navbar {
    padding: 24px 0;
}

.top-navigation-container {
    background-color: #212529;
    z-index: 3;
    position: fixed;
    width: 100%;
}

nav li a {
    color: #fff;
    text-transform: uppercase;
}

nav li a:hover {
    color: #09c5af;
}

.navbar-toggler-icon {
    background-image: url('../ef_img/menu_icon.svg');
}

nav ul {
    position: absolute;
    right: 0;
}

button:focus {
    outline: none;
}


/* Introduction */

#intro-text {
    margin-top: 20px;
    font-size: 42px;
    line-height: 0.952;
    font-weight: 300;
}

#intro-content {
    font-size: 22px;
    line-height: 1.545;
}

#header-container {
    background-image: url('../ef_img/ez-redirect_header.jpg');
    background-size: cover;
    background-position: bottom center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 488px;
    position: relative;
    z-index: 1;
}

#header-section {
    height: auto;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    top: -100px;
    z-index: -1;
    padding-top: 100px;
    width: 100%;
}

.header-inner {
    max-width: 840px;
    padding: 0 24px;
    margin: 0 auto;
    margin-top: 130px;
    width: 100%;
}


.intro-row-column {
    flex-direction: column;
}

#intro-logo {
    width: 255px;
    padding: 40px 0;

}

ul li a .navbar-nav{
    text-align: center;
}


/* CTA Buttons */

#cta-buttons {
    position: absolute;  
    width:300px;
    text-align: center;
    margin: auto;
    top: 476px; 
    left: 0;  
    right: 0;
}

a#button-build {
    background-color: #ff8a00;
    color: #fff;
    border-radius: 5px;
    padding: 16px 18px;
    font-size: 17px;
    text-transform: uppercase;
}

a#button-build:hover {
    background-color: #09c5af;
}

a#button-learn-more {
    color: #379bd3;
    position: relative;
    top: 30px;
    font-size: 17px;
    line-height: 1.411;
}


a#button-learn-more:hover {
    color: #09c5af;
}

.icon-arrow-right8 {
    font-family: Icomoon, 'Icomoon';
    font-size: 11px;
}

.icon-arrow-right8:after {
    font-family: Icomoon, 'Icomoon';
    content: "\edde";
}

.button-wrap {
    margin-bottom: 100px;
}

img#cta-arrow {
    width: 14px;
    padding-bottom: 3px;
}


/* Body Content */


.logo-mobile {
    display: none;
}

#url-divider-line {
    color: #151921;
}

#dmca-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    font-size: .8em;
    color: #81858c!important;
}

#dmca-wrapper a {
    color: #81858c!important;
}


a:hover {
    text-decoration: none!important;
}


/* Body Extra */

.sharefaith-logo {
    width: 67px;
}

.sharefaith-logo-mobile {
    display: none;
}

.content-wrapper {

    padding: 130px 0 100px 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
    margin: 0 auto;
    max-width: 1100px;
}

#content {
    max-width: 624px;
    border-left: #cbdde9 solid 2px;
    padding-left: 20px;
    margin-left: 20px;
}

#content p:first-child {
    margin-top: 0;
}

#content p:last-child {
    margin-bottom: 0;
}


/* Media Queries*/

@media only screen and (max-width: 768px) and (min-width: 0px) {

    .top-navigation-container {
        background-color: #212529;
    }

    nav ul {
        position: relative;
    }

    .navbar, .navbar-brand {
        padding: 8px 0 8px 0;
    }

    .navbar-nav {
        align-items: flex-end;
        padding-right: 20px;
    }

    #header-section {
        padding-top: 200px;
        background-position: right;
    }
    #header-container {
        background-position: bottom right;
    }

    .header-inner {
        margin-top: 0;
    }
    header {
        padding-right: 0;
    }
    img#logo {
        width: 130px;
        margin-left: 16px;
    }

    #intro-logo {
        width: 200px;
        margin: 0;
        padding: 40px 0;
    }

    #content {
        border: none;
        padding: 0;
        margin: 0;
        max-width: none;
        width: 100%;
    }

    #content-image img {
        max-width: 400px;
        width: 100%;
    }

    .content-wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #hr {
        display: inline-block;
        height: 8px;
        width: 1000px;
    }

    section.header-container {
        height: 460px;
    }

    a#button-build {
        font-size: 16px;
    }

    a#button-learn-more {
        font-size: 14px;
    }  
    
    #content {
        border: none;
        padding: 0;
        margin: 0;
    }
    img.sharefaith-logo {
        display: none;
    }
    .content-wrapper {
        margin-top: 100px;
        padding-top: 0;
        flex-direction: column;
        position: relative;
    }
    .sharefaith-logo-container {
        position: absolute;
        left: 0;
        top: -36px;
        
    }
    .sharefaith-logo-mobile {
        display: inline;
        width: 65px;
        position: relative;
        top: 20px;
        background: #dcf0fd;
        padding-right: 30px;
    }
    #content {
        padding-top: 40px;
        border-top: #cbdde9 solid 2px;
    }
        
    #dmca-wrapper {
    flex-direction: column;
    }
    
}

@media only screen and (max-width: 767px) and (min-width: 0px) {
    #intro-text {
        font-size: 30px;
        margin-top: 40px;
    }
    #intro-content {
        font-size: 22px;
    }

    #intro-logo {
        padding: 30px 0;
    }
}

@media only screen and (max-width: 600px) and (min-width: 0px) {
    #intro-text {
        font-size: 30px;
        margin-top: 40px;
    }
    #intro-content {
        font-size: 20px;
    }

    #intro-logo {
        padding: 30px 0;
    }
}

@media only screen and (max-width: 500px) and (min-width: 0px) {

    #intro-text {
        font-size: 30px;
        margin-top: 16px;
    }
    #intro-content {
        font-size: 20px;
    }

    #intro-logo {
        padding: 18px 0;
    }
}


@media only screen and (max-width: 425px) and (min-width: 0px) {

    #intro-text {
        font-size: 26px;
        margin-top: 24px;
    }
    #intro-content {
        font-size: 20px;
    }

    #intro-logo {
        padding: 30px 0;
    }
}


@media only screen and (max-width: 400px) and (min-width: 0px) {

    #intro-text {
        font-size: 24px;
        margin-top: 24px;
    }
    #intro-content {
        font-size: 20px;
    }

    #intro-logo {
        padding: 30px 0;
    }
}

@media only screen and (max-width: 375px) and (min-width: 0px) {

    #intro-text {
        font-size: 21px;
        margin-top: 24px;
    }
    #intro-content {
        font-size: 17px;
    }

    #intro-logo {
        padding: 30px 0;
    }
}

