/**
 * Fonts for Exodus sermon series
 */

/* Load the fonts */
@import url('https://use.typekit.net/dra0rzz.css');

body {
    background-color: #000;
}

/*.relative.isolate.overflow-hidden.bg-brand-blue-ambiguous-50 {*/
/*#hero-container {*/
/*    background-color: #070707;*/
/*    background-image: url('http://gracesc.dev/images/XD1qcvIdO9IIbeVcip_-yvoOBio=/2385/original/');*/
/*    !*background-image: url('https://grace-marketing2018.s3.amazonaws.com/images/exodus_text.original.png');*!*/
/*    background-repeat: no-repeat;*/
/*    background-position: center, center;*/
/*    background-size: contain;*/
/*}*/

#hero-container {
    background-color: #070707;
    background: transparent url('http://grace.sc/images/Ea6AYbeUwEEiknMQu8DybjSgjRg=/7000/width-1920/') no-repeat 50% 100%;
    background-size: contain;
}

.text-title {
    font-family: "ivymode", "sans-serif";
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
}

@media (min-width: 768px) {
    .text-title{
        font-size: 5rem;
    }
}

div:nth-child(1 of .block-paragraph_with_background) {
    font-size: 1rem;
}

@media (min-width: 768px) {
    div:nth-child(1 of .block-paragraph_with_background){
        font-size: 2rem;
    }
}

div:nth-child(1 of .block-paragraph_with_background) div:first-child {
    font-size: 1.25rem;
    position: relative;
    z-index: 20;
    background: transparent;
}


div:nth-child(1 of .block-paragraph_with_background)::before {
    content: '';
    background-image: url('https://grace-marketing2018.s3.amazonaws.com/images/25_CL_Exodus_SeriesPage_Web_DescriptonBackgroun.original_sX77cJU.png');
    background-repeat: no-repeat;
    background-position-y:top;
    background-position-x: right;
    display: block;
    padding-top: 500px;
    z-index: 10;
    height: 100%;
    width: 100%;
    position: absolute;
  }

@media (min-width: 768px) {
    div:nth-child(1 of .block-paragraph_with_background)::after {
        content: '';
        background-image: url('https://grace-marketing2018.s3.amazonaws.com/images/25_CL_Exodus_SeriesPage_Web_DescriptonBackgroun.original_xGhtcLz.png');
        background-repeat: no-repeat;
        background-position-y: top;
        background-position-x: left;
        display: block;
        z-index: 10;
        height: 125%;
        width: 100%;
        position: absolute;
        margin-top: -600px;
    }
}

.week-number {
    z-index: 11;
}

.block-sermons {
    position: relative;
    z-index: 20;
}

#teaching-videos {
    background: transparent;
}

div:nth-child(1 of .block-paragraph_with_background) b {
    font-family: "ivymode", "sans-serif";
}

/*!* Description *!*/
div:nth-child(1 of .block-paragraph_with_background) h2 {
    font-family: "le-monde-livre-std", "serif";
    font-size: 5rem;
    line-height: 5.5rem;
    color: #FFE0B4;
    font-weight: normal;
    margin-bottom: 4rem;
}



/* Verse reference */
div:nth-child(2 of .block-paragraph_with_background) p {
    font-family: "le-monde-livre-std", "serif";
    font-size: 2.25rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
}

@media (min-width: 768px) {
    div:nth-child(2 of .block-paragraph_with_background) p{
        font-size: 5rem;
    }
}



/*!* First Verse text *!*/
div:nth-child(2 of .block-paragraph_with_background) h4 {
    font-family: "ivymode", "sans-serif";
    font-size: 2rem;
    line-height: 4rem;
    font-weight: normal;
}

@media (min-width: 768px) {
    div:nth-child(2 of .block-paragraph_with_background) h4{
        font-size: 3.5rem;
        line-height: 5rem;
        margin-bottom: 7.5rem;
    }
}

.block-study_questions h2, .block-study_questions div, .block-reading_plan div div div, div:nth-child(2 of .block-paragraph_with_background) {
    position: relative;
    z-index: 10;
}


/*!* Second Verse *!*/
div:nth-child(3 of .block-paragraph_with_background) div div div {
    overflow: visible;
}

/*!* Second Verse text *!*/
div:nth-child(3 of .block-paragraph_with_background) h4 {
    font-family: "le-monde-livre-std", "serif";
    font-size: 2rem;
    line-height: 4rem;
    font-weight: normal;
    font-style: italic;
}

@media (min-width: 768px) {
    div:nth-child(3 of .block-paragraph_with_background) h4{
        font-size: 3.5rem;
        line-height: 5rem;
        margin-bottom: 7.5rem;
    }
}

/* Verse reference */
div:nth-child(3 of .block-paragraph_with_background) p {
    font-family: "ivymode", "sans-serif";
    font-size: 2.25rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
}

@media (min-width: 768px) {
    div:nth-child(3 of .block-paragraph_with_background) p{
        font-size: 5rem;
        line-height: 7rem;
        margin-bottom: 7.5rem;
    }
}



div:nth-child(3 of .block-paragraph_with_background) img {
    object-position: bottom;
    position: absolute;
    overflow: visible;
    z-index: 0;
}

.block-resources_list_by_category_list {
    background-color: #000;
    background-image: url('https://grace-marketing2018.s3.amazonaws.com/images/25_CL_Exodus_SeriesPage_Web_ResourcesBackground.original_IJYHf4L.png');
    background-repeat: no-repeat;
    background-size: cover;
}

#resources h2 {
    color: #CA8343;
}

.resource-list-title {
    font-family: 'le-monde-livre-std', 'serif';
    font-size: 2rem;
}

@media (min-width: 768px) {
    .resource-list-title {
        font-size: 3rem;
    }
}
