@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');
@font-face {
    font-family: futura-light;
    src: url("../fonts/FuturaPTBook.otf");
}

.site-header {
    background-color: white;
    margin-bottom: 20px;
    margin-top: 20px;
}

.nav-menu a {
    font-family: "futura-light";
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding-top: 20px;
    color: #35373b;
    text-decoration: none;
}

.navbar-brand {
    font-family: "futura-light";
    font-size: 21px;
}

.nav-link {
    font-family: "futura-light";
    font-size: 18px;
}

#intro-canvas {
    position: relative;
    height: calc(100vh - 96px);
    max-height: none;
    overflow: visible;
}

#intro-canvas h4 {
    font-size: 24px;
    line-height: 2.3em;
    color: #35373b;
    margin: 0;
    border: none;
    text-transform: uppercase;
    letter-spacing: 23px;
    font-family: "futura-light";
}

.canvas-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.canvas-image img {
    height: 700px;
}

.gold-image {
    position: absolute;
    top: 0;
    bottom: -70px;
    left: 0;
    right: 0;
}

.gold-image img {
    height: 600px;
}

.intro-label {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#about-intro-1 {
    background-color: #FBFBFB;
    padding-top: 100px;
    padding-bottom: 100px;
}

#about-intro-1 a {
    color: #80734a;
    margin: 0 0 15%;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    padding-top: 20px;
}

#about-intro-1 h5 {
    font-weight: 400;
    line-height: 1.8;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-family: "futura-light";
    margin-top: 50px;
    text-align: center;
    margin-bottom: 4%;
}

#about-intro-1 p {
    color: #51545c;
    margin-bottom: 20px;
    line-height: 2.5;
    font-size: 14px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

#about-intro-1 h6 {
    color: #80734a;
    margin-bottom: 60px;
    font-size: 18px;
    font-weight: 400;
    font-family: "futura-light";
    text-transform: uppercase;
    letter-spacing: 3px;
}

#about-intro-2 {
    background-color: #FBFBFB;
    padding-top: 100px;
}

#tracking-intro {
    background-color: #FBFBFB;
    padding-top: 100px;
    padding-bottom: 100px;
}

#tracking-intro h5 {
    font-weight: 400;
    line-height: 1.8;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-family: "futura-light";
    margin-top: 50px;
    text-align: center;
    margin-bottom: 4%;
}

#receiptModal p {
    color: #51545c;
    margin-bottom: 20px;
    line-height: 2.5;
    font-size: 14px;
    text-align: left!important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

#receiptModal strong {
    font-weight: bold!important;
    color: brown;
}

#tracking-intro h4 {
    color: #80734a;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    font-family: "futura-light";
    text-transform: uppercase;
    letter-spacing: 3px;
}

#tracking-intro p {
    color: #51545c;
    margin-bottom: 20px;
    line-height: 2.5;
    font-size: 14px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

#tracking-intro h6 {
    color: #80734a;
    margin-bottom: 60px;
    font-size: 18px;
    font-weight: 400;
    font-family: "futura-light";
    text-transform: uppercase;
    letter-spacing: 3px;
}

#service-intro h5 {
    font-size: 25px;
    font-weight: 400;
    line-height: 1.8;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-family: "futura-light";
}

#service-intro p {
    font-size: 18px;
    line-height: 2.5;
    font-family: 'Open Sans', sans-serif;
    margin-top: 40px;
    margin-bottom: 24px;
}

#service-intro a {
    font-size: 14px;
    font-family: "futura-pt",sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    text-align: center;
    color: #80734a;
    text-decoration: none;
    letter-spacing: 3px;
}

#about-intro-2 h5 {
    font-weight: 400;
    line-height: 1.8;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-family: "futura-light";
    margin-top: 50px;
    text-align: center;
    margin-bottom: 4%;
}

#about-intro-2 p {
    color: #51545c;
    margin-bottom: 20px;
    line-height: 2.5;
    font-size: 14px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

#about-intro-2 h6 {
    color: #80734a;
    margin-bottom: 60px;
    font-size: 18px;
    font-weight: 400;
    font-family: "futura-light";
    text-transform: uppercase;
    letter-spacing: 3px;
}

#about-intro-3 {
    background-color: #FFFFFF;
    padding-top: 200px;
    padding-bottom: 100px;
}

#about-intro-3 h5 {
    text-align: center;
    font-family: "futura-light";
    font-size: 28px;
    font-weight: 400;
    line-height: 1.8;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #80734a;
    margin: 0 0 100px;
}

.footer {
    font-family: "futura-light";
    text-align: center;
    font-size: 13px;
    color: gray;
    padding: 10px 0 2px;
    background: #35373b;
}

#about-1 {
    background-image: url("../images/About_Us.jpg");
    height: calc(100vh - 96px);
    background-position: center;
    background-size: cover;
}

#about-1 h5 {
    color: white;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.8;
    text-transform: uppercase;
    font-family: "futura-light";
    letter-spacing: 10px;
    margin-bottom: 20px;
}

#about-1 p {
    color: white;
    text-align: center;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    line-height: 2.5;
}

#about-2 {
    background-image: url("../images/Lsk_About_Us_Full_Page_Man_1794x1228.jpeg");
    height: calc(100vh - 96px);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#about-2 h5 {
    color: white;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.8;
    text-transform: uppercase;
    font-family: "futura-light";
    letter-spacing: 10px;
    margin-bottom: 20px;
}

#about-2 p {
    color: white;
    text-align: center;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    line-height: 2.5;
}

#about-3 {
    background-color: #FFFFFF;
    padding-top: 100px;
}

#about-3 h5 {
    font-weight: 400;
    line-height: 1.8;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-family: "futura-light";
    margin-top: 50px;
    text-align: center;
    margin-bottom: 4%;
}

#about-3 p {
    color: #51545c;
    margin-bottom: 150px;
    line-height: 2.5;
    font-size: 14px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

#about-3 h6 {
    color: #80734a;
    margin-bottom: 60px;
    font-size: 18px;
    font-weight: 400;
    font-family: "futura-light";
    text-transform: uppercase;
    letter-spacing: 3px;
}

#about-4 {
    background-image: url("../images/About_Us_.jpg");
    height: calc(100vh - 96px);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#about-4 h5 {
    color: white;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.8;
    text-transform: uppercase;
    font-family: "futura-light";
    letter-spacing: 10px;
    margin-bottom: 20px;
}

#about-4 p {
    color: white;
    text-align: center;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    line-height: 2.5;
}

#about-5 {
    background-color: #FBFBFB;
    padding-top: 100px;
    padding-bottom: 200px;
}

#about-5 h5 {
    font-weight: 400;
    line-height: 1.8;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-family: "futura-light";
    margin-top: 50px;
    text-align: center;
    margin-bottom: 4%;
}

#about-5 p {
    color: #51545c;
    margin-bottom: 150px;
    line-height: 2.5;
    font-size: 14px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

#about-5 h6 {
    color: #80734a;
    margin-bottom: 60px;
    font-size: 18px;
    font-weight: 400;
    font-family: "futura-light";
    text-transform: uppercase;
    letter-spacing: 3px;
}

#contact-1 {
    background-image: url("../images/Lsk_Header_Careers_1700x570.jpeg");
    height: 450px;
    background-position: center;
    background-size: cover;
}

#contact-1 h5 {
    color: white;
    text-transform: uppercase;
    font-family: "futura-light";
    margin-bottom: 20px;
    font-size: 52px;
    font-weight: 400;
    line-height: 2.3;
    text-transform: uppercase;
    letter-spacing: 23px;
}

#contact-1 p {
    color: white;
    text-align: center;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    line-height: 2.5;
}

#contact-2 {
    background-color: #FBFBFB;
    padding-top: 100px;
    padding-bottom: 200px;
}

#contact-2 h5 {
    font-weight: 400;
    line-height: 1.8;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-family: "futura-light";
    margin-top: 50px;
    text-align: center;
    margin-bottom: 4%;
}

#contact-2 p {
    color: #51545c;
    margin-bottom: 100px;
    line-height: 2.5;
    font-size: 14px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

#contact-2 h6 {
    color: #80734a;
    margin-bottom: 60px;
    font-size: 18px;
    font-weight: 400;
    font-family: "futura-light";
    text-transform: uppercase;
    letter-spacing: 3px;
}

#product-header {
    background-image: url("../images/Lsk_Header_Product_1700x570.jpg");
    height: 450px;
    background-position: center;
    background-size: cover;
}

.map-container{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-container iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

#product-1 {
    padding-top: 100px;
    padding-bottom: 200px;
}

#product-1 h5 {
    font-weight: 400;
    line-height: 1.8;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-family: "futura-light";
    margin-top: 50px;
    text-align: center;
    margin-bottom: 4%;
}

#product-1 p {
    color: #51545c;
    margin-bottom: 100px;
    line-height: 2.5;
    font-size: 14px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

#product-1 h6 {
    margin-top: 10px;
    text-align: center;
    color: #51545c;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 3px;
}

#product-1 h6 {
    color: #80734a;
    margin-bottom: 60px;
    font-size: 18px;
    font-weight: 400;
    font-family: "futura-light";
    text-transform: uppercase;
    letter-spacing: 3px;
}

#product-2 {
    background-color: #FBFBFB;
    padding-top: 100px;
    padding-bottom: 200px;
}

#product-2 h5 {
    font-weight: 400;
    line-height: 1.8;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-family: "futura-light";
    margin-top: 50px;
    text-align: center;
    margin-bottom: 4%;
}

#product-2 p {
    color: #51545c;
    margin-bottom: 100px;
    line-height: 2.5;
    font-size: 14px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

#product-2 h6 {
    color: #80734a;
    margin-bottom: 60px;
    font-size: 18px;
    font-weight: 400;
    font-family: "futura-light";
    text-transform: uppercase;
    letter-spacing: 3px;
}

#service-1 {
    background-image: url("../images/Service_Header_Refining_1700x570.jpeg");
    height: 450px;
    background-position: center;
    background-size: cover;
}

#service-1 h5 {
    color: white;
    text-transform: uppercase;
    font-family: "futura-light";
    margin-bottom: 20px;
    font-size: 52px;
    font-weight: 400;
    line-height: 2.3;
    text-transform: uppercase;
    letter-spacing: 23px;
}

#service-1 p {
    color: white;
    text-align: center;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    line-height: 2.5;
}

#button {
    display: inline-block;
    width: 180px;
    font-size: 14px;
    font-family: "futura-pt",sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    text-align: center;
    color: #80734a;
    padding: 5px 0;
    border-top: 1px solid #80734a;
    border-bottom: 1px solid #80734a;
    border-right: none;
    border-left: none;
    background: 0 0;
    letter-spacing: 3px;
    outline: none;
}

.text {
    width: 25%;
    font-size: 14px;
    color: #80734a;
    background: #ffffff;
    text-align: center;
    outline: none;
    padding: 20px 25px;
    border: 1px solid #bbbbbb;
    -webkit-appearance: none;
}

@media only screen and (max-width: 768px) {
    #logo {
        margin: auto !important;
    }

    .service-mb {
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .navbar-toggler {
        padding: .25rem .75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent;
        border: 0 solid transparent;
        border-radius: 0;
    }

    .gold-image img {
        height: 60%;
        width: 90%;
    }

    .canvas-image img {
        height: 60%;
        width: 90%;
    }

    #intro-canvas h4 {
        display: none;
    }

    #contact-1 {
        background-image: url("../images/Lsk_Header_Careers_1700x570.jpeg");
        height: 300px;
        background-position: center;
        background-size: cover;
    }

    .text {
        width: 85%;
    }
}