body,
html {
    width: 100%;
    height: 100%;
}
#loader,
body {
    position: relative;
}
.firstLetter,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-style: normal;
}
@font-face {
    font-family: Freight;
    src: url(../fonts/Freight-BigBlackItalic.woff2) format("woff2"), url(../fonts/Freight-BigBlackItalic.woff) format("woff"), url(../fonts/Freight-BigBlackItalic.ttf) format("truetype");
    font-weight: 900;
    font-style: italic;
}
@font-face {
    font-family: Freight;
    src: url(../fonts/Freight-BigBlack.woff2) format("woff2"), url(../fonts/Freight-BigBlack.woff) format("woff"), url(../fonts/Freight-BigBlack.ttf) format("truetype");
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: Freight;
    src: url(../fonts/Freight-BigBookItalic.woff2) format("woff2"), url(../fonts/Freight-BigBookItalic.woff) format("woff"), url(../fonts/Freight-BigBookItalic.ttf) format("truetype");
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: Freight;
    src: url(../fonts/Freight-BigBook_1.woff2) format("woff2"), url(../fonts/Freight-BigBook_1.woff) format("woff"), url(../fonts/Freight-BigBook_1.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Freight;
    src: url(../fonts/Freight-SansMedium.woff2) format("woff2"), url(../fonts/Freight-SansMedium.woff) format("woff"), url(../fonts/Freight-SansMedium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: Freight;
    src: url(../fonts/Freight-DispBold.woff2) format("woff2"), url(../fonts/Freight-DispBold.woff) format("woff"), url(../fonts/Freight-DispBold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: Freight;
    src: url(../fonts/Freight-BigBookItalic_1.woff2) format("woff2"), url(../fonts/Freight-BigBookItalic_1.woff) format("woff"), url(../fonts/Freight-BigBookItalic_1.ttf) format("truetype");
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: Freight;
    src: url(../fonts/Freight-DispBold_1.woff2) format("woff2"), url(../fonts/Freight-DispBold_1.woff) format("woff"), url(../fonts/Freight-DispBold_1.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: Freight;
    src: url(../fonts/Freight-BigBlack_1.woff2) format("woff2"), url(../fonts/Freight-BigBlack_1.woff) format("woff"), url(../fonts/Freight-BigBlack_1.ttf) format("truetype");
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: Freight;
    src: url(../fonts/Freight-BigBlackItalic_1.woff2) format("woff2"), url(../fonts/Freight-BigBlackItalic_1.woff) format("woff"), url(../fonts/Freight-BigBlackItalic_1.ttf) format("truetype");
    font-weight: 900;
    font-style: italic;
}
body {
    font-family: Lora, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #1c1b20;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Freight, serif;
    font-weight: 900;
    margin: 0 0 35px;
    letter-spacing: 1px;
}
p {
    font-family: Freight, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #797979;
    margin: 0 0 25px;
}
@media (min-width: 768px) {
    p {
        font-size: 18px;
        line-height: 1.6;
        margin: 0 0 35px;
    }
}
a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #517380;
}
a:focus,
a:hover {
    text-decoration: none;
    color: #5b98af;
}
a .arrow:hover {
    transform-origin: left;
    transform: scale(1.5) translate(5px);
    transition: ease-out 0.25s;
}
hr {
    border-top: 1px solid #fff;
}
hr.dark{
    border-top: 1px solid #000;    
}
.blue {
    color: #527381;
}
.green {
    color: #63a443;
}
.grey {
    color: #797979;
}
#mainNav {
    font-family: Cabin, "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 0;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background-color: #000;
}
#mainNav .navbar-nav .nav-item:active,
#mainNav .navbar-nav .nav-item:focus,
#mainNav .navbar-nav .nav-item:hover {
    outline: 0;
    background-color: transparent;
}
#mainNav .navbar-toggler {
    font-size: 14px;
    padding: 11px;
    color: #fff;
    border: 1px solid #fff;
}
#mainNav .navbar-brand {
    font-weight: 700;
    /*background-image: url(../img/crown-range-meats-logo.svg);*/
    /*background-repeat: no-repeat;*/
    width: 115px;
    height: 40px;
}
#mainNav.navbar-shrink .navbar-brand {
    font-weight: 700;
    /*background-image: url(../img/crown-range-meats-logo_color.svg);*/
    width: 140px;
    height: 40px;
}
#mainNav a,
#mainNav.navbar-shrink a {
    font-family: Freight, sans-serif;
    font-weight: 500;
    letter-spacing: 0.12rem;
}
#mainNav a {
    font-size: 0.9rem;
    color: #fff;
}
#mainNav.navbar-shrink a {
    color: #517380;
    font-size: 0.8rem;
}
#mainNav .navbar-nav .nav-item {
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}
#mainNav .navbar-nav .nav-item:hover {
    color: fade(white, 80%);
}
.navbar-nav:first-child {
    padding: 20px 0;
}
@media (min-width: 992px) {
    #mainNav {
        padding-top: 20px;
        padding-bottom: 20px;
        -webkit-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
        -moz-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
        transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
        letter-spacing: 1px;
        border-bottom: none;
        background: rgba(81, 115, 128, 0.65);
        -webkit-box-shadow: 0 7px 12px -4px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0 7px 12px -4px rgba(0, 0, 0, 0.4);
        box-shadow: 0 7px 12px -4px rgba(0, 0, 0, 0.4);
    }
    #mainNav.navbar-shrink {
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        background: #fff;
    }
    #mainNav .nav-link:after {
        display: block;
        content: "";
        border-bottom: solid 2px #517380;
        transform: scaleX(0);
        transition: transform 0.3s ease-in-out;
    }
    #mainNav .nav-link.active:after {
        transform: scaleX(1);
        transform-origin: 0 50%;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
        margin-left: 2rem;
        margin-right: 2rem;
    }
    .navbar-nav:first-child {
        padding: 0;
    }
}
#loader:after,
#loader:before {
    content: "";
    position: absolute;
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 5px solid transparent;
    border-top-color: #fff;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1001;
}
#loader:before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 5px solid transparent;
    border-top-color: #517380;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 5px solid transparent;
    border-top-color: #fff;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: rgba(81, 115, 128, 0.8);
    z-index: 1000;
}
#loader-wrapper .loader-section.section-left {
    left: 0;
}
#loader-wrapper .loader-section.section-right {
    right: 0;
}
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}
#content {
    margin: 0 auto;
    padding-bottom: 50px;
    width: 80%;
    max-width: 978px;
}
.masthead,
.sub-masthead {
    width: 100%;
    overflow-x: hidden;
    text-align: center;
}
.masthead {
    display: table;
    padding: 75px 0;
    color: #fff;
    height: 100%;
    background: url(../img/wood-bg-mobile-650.jpg) bottom center no-repeat fixed #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
@media (min-width: 768px) {
    .masthead {
        padding: 200px 0;
        background: url(../img/intro-bg-md.jpg) bottom center no-repeat fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .masthead .intro-body {
        display: table-cell;
        vertical-align: middle;
    }
    .bottomCopy {
        bottom: 5%;
        position: absolute;
    }
}
@media (min-width: 992px) {
    .masthead {
        background: url(../img/intro-bg.jpg) bottom center no-repeat fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}
.masthead .intro-body {
    display: table-cell;
    margin-top: 75px;
}
.bottomCopy {
    margin-top: 25px;
}
.bottomBun,
.burger,
.cheese,
.lettuce,
.onion,
.tomato,
.topBun {
    position: relative;
}
.masthead .intro-body .brand-heading {
    font-size: 50px;
    font-family: freight, serif;
    font-weight: 900;
    text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.7);
}
.masthead .intro-body .pre-brand-heading {
    font-size: 25px;
    font-family: freight, serif;
    font-weight: 900;
}
.masthead .intro-body .intro-text {
    font-family: Freight, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    color: #fff;
}
.text-parallax {
    font-size: 50px;
    font-family: freight, serif;
    font-weight: 900;
}
@media (min-width: 768px) {
    .masthead {
        height: 100%;
        padding: 0;
    }
    .masthead .intro-body .brand-heading {
        font-size: 100px;
        line-height: 90px;
        text-shadow: none;
    }
    .masthead .intro-body .pre-brand-heading {
        font-size: 45px;
        font-family: freight, serif;
        font-weight: 900;
    }
    .masthead .intro-body .intro-text {
        font-family: Freight, sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 33px;
        text-transform: uppercase;
        letter-spacing: 0.12rem;
    }
}
.bottomBurger {
    bottom: 15px;
}
.topBun {
    margin-bottom: -39px;
    z-index: 70;
}
.lettuce {
    margin-bottom: -30px;
    z-index: 60;
}
.tomato {
    margin-bottom: -36px;
    z-index: 50;
}
.onion {
    margin-bottom: -42px;
    z-index: 40;
}
.cheese {
    margin-bottom: -43px;
    z-index: 30;
}
.burger {
    margin-bottom: -31px;
    z-index: 20;
}
.bottomBun {
    margin-bottom: -15px;
    z-index: 10;
}
.firstLetter {
    font-family: Freight;
    font-weight: 700;
    color: #7895a3;
    font-size: 75px;
    padding: 0;
    margin: 0;
    line-height: 0;
}
.italic-lead,
.italic-lead-big,
.italic-lead-light,
.italic-lead-callout {
    font-family: Freight, serif;
    font-style: italic;
}
.italic-lead {
    font-weight: 900;
    font-size: 20px;
    line-height: 20px;
}
.italic-lead-big {
    font-weight: 900;
    font-size: 1.5rem;
}
.italic-lead-light {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 2rem;
    letter-spacing: 0.12rem;
}
.italic-lead-callout {
    font-weight: 600;
    font-size: 1.7rem;
    line-height: 1.5rem;
    letter-spacing: 0.12rem;
    color: #7895a3;
}
@media (min-width: 768px) {
    .italic-lead-big {
        font-size: 2.7rem;
    }
    .italic-lead-light {
        font-size: 2rem;
        line-height: 3rem;
    }
}
.sub-masthead {
    display: table;
    height: auto;
    padding: 200px 0;
    color: #fff;
    background: url(../img/body-bg.jpg) center no-repeat fixed #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.contact-section,
.content-section {
    padding-top: 75px;
    padding-bottom: 75px;
    position: relative;
}
.sub-masthead .intro-body {
    display: table-cell;
    vertical-align: middle;
}
.sub-masthead .intro-body .brand-heading {
    font-family: freight, serif;
    font-weight: 900;
    font-size: 50px;
    text-transform: uppercase;
}
.content-section {
    background: #f7f8f8;
}
.contact-section {
    background: #eeedee;
}
.quote-overlap {
    margin-top: -20px;
}
@media (min-width: 992px) {
    .sub-masthead {
        height: 100%;
        padding: 0;
    }
    .contact-section,
    .content-section {
        padding-top: 100px;
        padding-bottom: 100px;
        position: relative;
    }
    .sub-masthead .intro-body .brand-heading {
        font-size: 90px;
        line-height: 80px;
    }
    .quote-overlap {
        margin-top: -120px;
    }
    .content-section {
        background: #f7f8f8;
    }
    .text-parallax {
        font-size: 90px;
        line-height: 80px;
    }
}
.bcg-parallax {
    padding: 125px 0;
    color: #fff;
    background-color: #000;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.content-wrapper {
    width: 90%;
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
}
.bcg-beef,
.bcg-lamb,
.bcg-wagyu,
.bcg-standards {
    position: absolute;
    width: 125%;
    height: 150%;
    top: 0;
}
.bcg-beef {
    background: url(../img/beef-parralax-1500.jpg) bottom center no-repeat;
    background-size: cover;
}
.bcg-wagyu {
    background: url(../img/wagyu-parralax-1500.jpg) bottom center no-repeat;
    background-size: cover;
}
.bcg-lamb {
    background: url(../img/lamb-parralax-1500.jpg) bottom center no-repeat;
    background-size: cover;
}
.bcg-standards {
    background: url(../img/standards-parralax-1500.jpg) bottom center no-repeat;
    background-size: cover;
}
.cardFace,
.cardWrapper {
    width: 200px;
    height: 200px;
}
@media (min-width: 992px) {
    .bcg-parallax {
        padding: 250px 0;
        color: #fff;
        background-color: #000;
        text-align: center;
        position: relative;
        overflow: hidden;
    }
}
.cardWrapper {
    position: relative;
    float: left;
    margin-right: 10px;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
}
.cardFace {
    position: absolute;
    overflow: hidden;
    -webkit-box-shadow: 7px 10px 15px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 7px 10px 15px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 7px 10px 15px 0 rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
    .cardFace,
    .cardWrapper {
        width: 225px;
        height: 225px;
    }
    .cardFace {
        overflow: hidden;
    }
}
@media (min-width: 992px) {
    .cardFace,
    .cardWrapper {
        width: 275px;
        height: 275px;
    }
    .cardFace {
        overflow: hidden;
    }
}
@media (min-width: 1200px) {
    .cardFace,
    .cardWrapper {
        width: 375px;
        height: 375px;
    }
    .cardFace {
        overflow: hidden;
    }
}
.back,
.front {
    background-color: #333;
}
.card {
    border: 0;
}
.cardFace h1 {
    margin: 0;
    font-size: 30px;
    padding: 10px 0 10px 10px;
    border-bottom: solid 6px #aaa;
    border-top: solid 6px #aaa;
    background-color: #000;
    color: #fff;
}
.cardFace.back h1 {
    border-color: #91e600;
}
.moreInfo {
    padding: 10px;
    color: #fff;
    line-height: 24px;
}
footer {
    padding: 50px 0;
    background: #404140;
}
footer p {
    font-size: 14px;
    margin: 0;
}
.vl-bottom,
.vl-top,
.vl-top-left {
    height: 60px;
    left: 50%;
    margin-left: -3px;
    z-index: 1000;
    border-left: 4px solid #797979;
    position: absolute;
}
.footer-title {
    font-family: Freight, serif;
    font-weight: 900;
    font-style: normal;
}
::-moz-selection {
    background: red;
    text-shadow: none;
}
::selection {
    background: red;
    text-shadow: none;
}
img::selection {
    background: 0 0;
}
img::-moz-selection {
    background: 0 0;
}
.vl-top,
.vl-top-left {
    margin-top: -30px;
    top: 0;
}
.vl-bottom {
    margin-bottom: -30px;
    bottom: 0;
}
.vl-small {
    border-left: 4px solid #797979;
    height: 40px;
    position: absolute;
    left: 52px;
    bottom: 0;
}
@media (min-width: 678px) {
    .vl-bottom,
    .vl-small,
    .vl-top,
    .vl-top-left {
        border-left: 2px solid #797979;
    }
}
@media (min-width: 992px) {
    .vl-top-left {
        left: inherit;
        margin-left: 60px;
    }
    .vl-small {
        height: 30px;
        left: 55px;
        bottom: 105px;
    }
}
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
    .JLtwVqwO_0 {
        stroke-dasharray: 16 18;
        stroke-dashoffset: 17;
        animation: JLtwVqwO_draw 1666ms ease-out 0s forwards;
    }
    .JLtwVqwO_1 {
        stroke-dasharray: 19 21;
        stroke-dashoffset: 20;
        animation: JLtwVqwO_draw 1666ms ease-out 277ms forwards;
    }
    .JLtwVqwO_2 {
        stroke-dasharray: 121 123;
        stroke-dashoffset: 122;
        animation: JLtwVqwO_draw 1666ms ease-out 555ms forwards;
    }
    .JLtwVqwO_3 {
        stroke-dasharray: 130 132;
        stroke-dashoffset: 131;
        animation: JLtwVqwO_draw 1666ms ease-out 833ms forwards;
    }
    @keyframes JLtwVqwO_draw {
        100% {
            stroke-dashoffset: 0;
        }
    }
    @keyframes JLtwVqwO_fade {
        0%,
        94.02985074626866% {
            stroke-opacity: 1;
        }
        100% {
            stroke-opacity: 0;
        }
    }
}
@media all and (min--moz-device-pixel-ratio: 0) {
    @media (min-width: 0px) {
        .JLtwVqwO_0 {
            stroke-dasharray: 16 18;
            stroke-dashoffset: 17;
            animation: JLtwVqwO_draw 1666ms ease-out 0s forwards;
        }
        .JLtwVqwO_1 {
            stroke-dasharray: 19 21;
            stroke-dashoffset: 20;
            animation: JLtwVqwO_draw 1666ms ease-out 277ms forwards;
        }
        .JLtwVqwO_2 {
            stroke-dasharray: 121 123;
            stroke-dashoffset: 122;
            animation: JLtwVqwO_draw 1666ms ease-out 555ms forwards;
        }
        .JLtwVqwO_3 {
            stroke-dasharray: 130 132;
            stroke-dashoffset: 131;
            animation: JLtwVqwO_draw 1666ms ease-out 833ms forwards;
        }
        @keyframes JLtwVqwO_draw {
            100% {
                stroke-dashoffset: 0;
            }
        }
        @keyframes JLtwVqwO_fade {
            0%,
            94.02985074626866% {
                stroke-opacity: 1;
            }
            100% {
                stroke-opacity: 0;
            }
        }
    }
}
