.bd-dash-1 {
    border-bottom: 1px dashed #dedede;
}

@media (min-width: 320px) {
    #mainNav {
        background-color: transparent;
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (min-width: 992px) {
    #mainNav {
        padding-top: 25px;
        padding-bottom: 25px;
        -webkit-transition: padding-top 0.6s, padding-bottom 0.6s;
        transition: padding-top 0.6s, padding-bottom 0.6s, background-color 0.6s;
        border: none;
        background-color: transparent;
    }
    #mainNav .navbar-brand {
        font-size: 1.75em;
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
    }
    #mainNav .navbar-nav .nav-item .nav-link {
        padding: 1.1em 1em !important;
    }
    #mainNav.navbar-shrink {
        padding-top: 0;
        padding-bottom: 0;
        background-color: #ffffff;
        transition: padding-top 0.6s, padding-bottom 0.6s, background-color 0.6s;
    }

    #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.25em;
        padding: 12px 0;
    }
    #mainNav .navbar-nav .nav-link {
        color: rgba(255, 255, 255, 0.8);
    }
    #mainNav.navbar-light .navbar-nav .nav-link.active {
        color: rgba(225, 59, 43, 0.9)
    }
    #mainNav.navbar-shrink .navbar-nav .nav-link {
        color: rgba(33, 33, 33, 0.8);
    }

    #mainNav.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color: #ff6211;
    }
    #mainNav .navbar-brand img {
        height: 60px;
        transition: height 0.6s;
    }
    #mainNav.navbar-shrink .navbar-brand img {
        height: 45px;
        transition: height 0.6s;
    }
}

header.masthead {
    text-align: center;
    color: white;
    /*background-image: url("../../img/header-bg_01.jpg");*/
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    /*min-height: 730px;*/
}

header.masthead .intro-text {
    padding-top: 150px;
    padding-bottom: 100px;
}

header.masthead .intro-text .intro-lead-in {
    font-size: 1.1rem;
    font-style: italic;
    line-height: 22px;
    margin-bottom: 25px;
}

header.masthead .intro-text .intro-heading {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    header.masthead .intro-text {
        padding-top: 490px;
        padding-bottom: 10px;
    }

    header.masthead .intro-text .intro-lead-in {
        font-size: 1.9rem;
        font-style: italic;
        line-height: 40px;
        margin-bottom: 25px;
    }

    header.masthead .intro-text .intro-heading {
        font-size: 75px;
        font-weight: 700;
        line-height: 75px;
        margin-bottom: 30px;
    }
}

.recipe-bg {
    text-align: center;
    color: white;
    background-image: url("../../img/recipe-bg.jpg");
    background-repeat: no-repeat;
    /*background-attachment: scroll;*/
    background-position: center center;
    background-size: cover;
}

@media screen and  (min-width: 320px) {
    section.recipe-bg {
        background-attachment: scroll;
    }
}

@media screen and  (min-width: 992px) {
    section.recipe-bg {
        background-attachment: fixed;
    }
}

section.recipe-bg .intro-text {
    padding-top: 150px;
    padding-bottom: 100px;
}

section.recipe-bg .intro-text .intro-lead-in {
    font-size: 1.1rem;
    font-style: italic;
    line-height: 22px;
    margin-bottom: 25px;
}

section.recipe-bg .intro-text .intro-heading {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    section.recipe-bg .intro-text {
        padding-top: 250px;
        padding-bottom: 250px;
    }

    section.recipe-bg .intro-text .intro-lead-in {
        font-size: 1.9rem;
        font-style: italic;
        line-height: 40px;
        margin-bottom: 25px;
    }

    section.recipe-bg .intro-text .intro-heading {
        font-size: 75px;
        font-weight: 700;
        line-height: 75px;
        margin-bottom: 30px;
    }
}
