/* IMPORTED FONTS */

@font-face {
    font-family: oleo;
    src: url(../fonts/OleoScript-Regular.ttf);
    font-family: oleoBold;
    src: url(../fonts/OleoScript-Bold.ttf);
}

/* UNIVERSAL STYLES */

body {
    font-family: 'Oswald', sans-serif;
}

h1 {
    font-family: "oleoBold", cursive;
    font-size: 4em;
    display: inline;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;    
}

.img-fill-1 {
    background: url(../assets/purple_wood_fill.jpg);
    background-size: cover;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
    -ms-text-fill-color: transparent;
    -ms-background-clip: text;
    -o-text-fill-color: transparent;
    -o-background-clip: text;
    background-position: center bottom;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

.img-fill-2 {
    background: url(../assets/wood_banner.jpg);
    background-size: cover;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
    -moz-text-fill-color: transparent;
    -moz-background-clip: text;
    -ms-text-fill-color: transparent;
    -ms-background-clip: text;
    -o-text-fill-color: transparent;
    -o-background-clip: text;
    background-position: center bottom;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

/* BACKGROUND BLOCKS */

.box {
    height: 10px;
}

.box-right-1 {
    background-color: #660621;
    margin-left: auto;    
}

.box-left-1 {
    background-color: #FFF;
    position: relative;
/*     top: -66px; */
}

.box-right-2 {
    background-color: #FFF;
    margin-left: auto;    
}

.box-left-2 {
    background-color: #660621;
    position: relative;
    top: -10px;
}

.box-right-3 {
    background-color: #660621;
    margin-left: auto;    
}

.box-left-3 {
    background-color: #FFF;
}

.box-1 {
    width: 5%;  
}

.box-2 {
    width: 35%;
}

.box-3 {
    width: 25%;
}

.box-4 {
    width: 55%;
}

.box-5 {
    width: 45%;
}

.box-6 {
    width: 75%;
}

.box-7 {
    width: 65%;
}

.box-8 {
    width: 95%;
}

.box-0 {
    width: 100%;
    background-color: #660621;
    height: 25px;
}

.box-peg {
    width: 1%;    
}

.box-peg-1-r {
    margin-right: 1.5%;    
}

.box-peg-2-r { 
    margin-right: 17%;    
}

.box-peg-3-r {
    margin-right: 11%;    
}

.box-peg-4-r { 
    margin-right: 26%;    
}

.box-peg-5-r { 
    margin-right: 21%;    
}

.box-peg-6-r { 
    margin-right: 35%;    
}

.box-peg-7-r { 
    margin-right: 31%;    
}

.box-peg-8-r { 
    margin-right: 45%;    
}

.box-peg-1-w {
    margin-left: 1.5%;    
}

.box-peg-2-w { 
    margin-left: 17%;    
}

.box-peg-3-w {
    margin-left: 11%;    
}

.box-peg-4-w { 
    margin-left: 26%;    
}

.box-peg-5-w { 
    margin-left: 21%;    
}

.box-peg-6-w { 
    margin-left: 35%;    
}

.box-peg-7-w { 
    margin-left: 31%;    
}

.box-peg-8-w { 
    margin-left: 45%;    
}

.red {
    background-color: #660621;
}

.white {
    background-color: #FFF;
}

/* NAV BAR */

.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
}

nav {
    background: #e0cca9;
    background-image: url(../assets/wood_banner.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    text-transform:uppercase;
    letter-spacing: 2px;
    font-weight: bold;
}

.navbar .container {
    padding-right: 0px;
    padding-left: 0px;
}

.navbar-nav {
    padding: 0 8px 0 15px;
}

.nav-item {
    line-height: 10px;    
}

.navbar-brand {
    max-width: 17%;
    margin-right: 0;
    padding: 3px 3px 3px 14px;
}

.navbar-brand {
    overflow: hidden;
  }

.navbar-brand img {
    transition: .2s ease-in-out;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o--transition: 0.2s ease;
    width: 100%;
  }

.navbar-brand:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    filter: contrast(115%);
    -webkit-filter: contrast(115%);
    -moz-filter: contrast(115%);
    -o-filter: contrast(115%);
    -ms-filter: contrast(115%);
    filter: brightness(150%);
    -webkit-filter: brightness(150%);
    -moz-filter: brightness(150%);
    -o-filter: brightness(150%);
    -ms-filter: brightness(150%);
  }

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link:focus {
    color: #660621;    
}

.navbar-light .navbar-nav .nav-link:hover{
    color: #CC0C42;
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: #936937;
    
}

/* HOMEPAGE SECTION */

#hero-video {
    position: relative;
    background-color: #FFF;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

#hero-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#hero-video .container {
    position: relative;
    z-index: 2;
}

#hero-video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}

#hero-video .img-fluid {
    max-width: 100%;
    height: auto;
}

#downBtn img {
    position: relative;
    top: 100px;
    transition: .2s ease-in-out;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
}

#downBtn img:hover {
    filter: contrast(115%);
    -webkit-filter: contrast(115%);
    -moz-filter: contrast(115%);
    -o-filter: contrast(115%);
    -ms-filter: contrast(115%);
    filter: brightness(150%);
    -webkit-filter: brightness(150%);
    -moz-filter: brightness(150%);
    -o-filter: brightness(150%);
    -ms-filter: brightness(150%);
}

/* PRODUCTS SECTION */

#products {
    padding-top: 160px; 
    margin-top: -160px;
}

#products .col-md {
    padding-top: 30px;
}

#products .container {
    padding-bottom: 120px;
    padding-top: 20px;
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor:default;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
    background-color: rgba(147,105,55,0.4);
}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.hovereffect:hover img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.hovereffect h2, .hovereffect img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hovereffect a, .hovereffect h2 {
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 5px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hovereffect h2 {
    background: rgba(102,6,33, 0.8);
    padding: 20px;
    margin: 7.15em 30px;
    border: 3px solid #FFF;
    border-radius: 15px;
}

.hovereffect:hover a, .hovereffect:hover h2{
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* ABOUT SECTION */

#about {
    padding-top: 66px; 
    margin-top: -46px;
    background-color: #660621;
}

#about .container {
    padding-bottom: 40px;
}

#about p {
    font-size: 1.3em;
    color: #FFF;
    letter-spacing: 1px;
}

#about img {
    padding-top: 5px;    
}

/* CONTACT SECTION */

#contact .container {
    padding-top: 80px;
    padding-bottom: 20px;
}

#contact {
    padding-top: 15px; 
    margin-top: -5px;
}

#email, #ig {
    width: 50%;
    margin: 0 auto;
    display: block;
}

#email path, #ig path {
    fill:#660621;
}

#email path:hover, #ig path:hover {
    fill: #e0cca9;     
}

.col-md-4 h3 {
    text-align: center;
    padding-bottom: 100px;
}

.col-md-4 a {
    color: #660621;
}

.col-md-4 a:hover {
    color: #e0cca9;
    text-decoration: none;
}

/* GALLERY PAGE SECTION */

#gallery {
    padding-top: 160px; 
    margin-top: -160px;    
}

#gallery .container {
    padding-top: 15px;
    padding-bottom: 40px;
}

#gallery-nav {
    color: #936937;    
}

#gallery-nav:hover {
    color: #CC0C42;    
}

.modal-content {
    border-radius: 0;
}

.ekko-lightbox-nav-overlay {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
}

.ekko-lightbox-nav-overlay a span {
    padding: 0 30px;
}

.ekko-lightbox-nav-overlay a>* {
    flex-grow: 1;
}

.ekko-lightbox-nav-overlay a:last-child span {
    text-align: right;
}

.ekko-lightbox-nav-overlay a {
    flex: 1;
    display: flex;
    color: #660621;
    font-size: 30px;
    z-index: 1;
    align-items: center;
}

.ekko-lightbox-nav-overlay a:hover {
    text-decoration: none;
    filter: contrast(115%);
    -webkit-filter: contrast(115%);
    -moz-filter: contrast(115%);
    -o-filter: contrast(115%);
    -ms-filter: contrast(115%);
    filter: brightness(150%);
    -webkit-filter: brightness(150%);
    -moz-filter: brightness(150%);
    -o-filter: brightness(150%);
    -ms-filter: brightness(150%);
}

#gallery .col-md-3 {
    padding: 15px;
}

#topBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 0;
    z-index: 99;
    background-color: #660621;
    color: white;
    cursor: pointer;
    padding: 10px 40px 10px 20px;
    font-size: 30px;

}

#topBtn:hover {
    background-color: #936937;
    text-decoration: none;
    padding: 5px 38px 6px 18px;
    font-size: 36px;
}

/* FOOTER */

footer {
    background-color: #660621;
}

.copyright {
    text-align: center;
    background: #e0cca9;
    background-image: url(../assets/wood_banner.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

h6 {
    line-height: normal;
    margin-bottom: 0;
}

/* MEDIA QUERIES */

@media (pointer: coarse) and (hover: none) {
    
    /* HOMEPAGE SECTION */
    #hero-video {
        background: url('../assets/hero_vid_bg.jpg') black no-repeat center center scroll;
    }
    #hero-video video {
        display: none;
    }
}

@media (min-width: 2559.98px) {
    
    /* CONTACT SECTION */
    
    #contact .container {
        padding-top: 220px;
        padding-bottom: 220px;
    }
    
    /* FOOTER */
    
    footer {
    padding-bottom: 100px;
    }
}

@media (max-width: 1199.98px) {

    /* SPLASH VIDEO */
    
    #downBtn img {
        width: 30%;
        top: 80px;
    } 
    
    /* PRODUCTS SECTION */    
    
    #products {
        padding-top: 145px; 
        margin-top: -145px;
    }   
    
    .hovereffect h2 {
        padding: 20px 10px;
        margin: 5.75em 30px;
    }
    
    /* ABOUT SECTION */
    
    #contact .container {
        padding-top: 80px;
        padding-bottom: 40px;
    }
    
    #about p {
        font-size: 1.2em;
    }
    
    #contact h3 {
        font-size: 1.5em;    
    }

}

@media (max-width: 991.98px) {
    
    /* NAV BAR */
    
    .navbar-brand {
        max-width: 20%;    
    }

    .pull-right {
        padding-left: 40px;   
    }
 
 
    /* SPLASH VIDEO */
    
    #hero-video .img-fluid {
        max-width: 82%;
    }
    
    #downBtn img {
        width: 22%;
    } 
    
    /* PRODUCTS SECTION */
    
    #products {
        padding-top: 142px; 
        margin-top: -142px;
    }     
    
    .hovereffect h2 {
        font-size: 1em;
        padding: 10px 10px;
        margin: 8.85em 30px;
    }
    
    #products .container {
        padding-top: 20px;    
    }
    
    /* ABOUT SECTION */
    
    #about {
        padding-top: 170px;
        margin-top: -160px;
    }
    
    #about .container {
        padding-top: 40px; 
    }
    
    #about p {
        font-size: .9em;
    }
    
    /* CONTACT SECTION */
    
    #contact .container {
        padding-top: 40px;
    }
    
    #contact .col-md-4 {
        -ms-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        -moz-flex: 0 0 50%;
        -o-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    /* GALLERY PAGE SECTION */
    
    #gallery {
        padding-top: 180px; 
        margin-top: -180px;    
    }
    
    #topBtn {
        padding: 10px 30px 10px 20px;
        font-size: 20px;

    }

    #topBtn:hover {
        padding: 5px 28px 6px 18px;
        font-size: 26px;
    }
    
}

@media (max-width: 767.98px) {
    
    /* NAV BAR */
    
    .navbar-brand {
        max-width: 30%;
    }  
    
    /* SPLASH VIDEO */
    
    #hero-video .img-fluid {
        max-width: 75%;
    }
    
    /* PRODUCTS SECTION */   
    
    #products {
        padding-top: 156px; 
        margin-top: -156px;
    }
    
    .hovereffect h2 {
        font-size: 2em;
        padding: 20px 20px;
        margin: 44% 30px 0 30px;
    }
    
    .hovereffect a, .hovereffect h2 {
        opacity: 1;
        filter: alpha(opacity=1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    
    /* ABOUT SECTION */
    
    .order-last {
        -ms-flex-order: -1;
        -webkit-flex-order: -1;
        -moz-flex-order: -1;
        -o-flex-order: -1;
        order: -1;
    }
    
    #about .img-fluid {
        width: 100%;    
    }
    
    #about p {
        font-size: 1em;
    }
    
    /* CONTACT SECTION */
    
    #contact .col-md-4 {
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        -moz-flex: 0 0 100%;
        -o-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .col-md-4 h3 {
        padding-bottom: 60px;
    }
      
}

@media (max-width: 575.98px) {
    
    /* NAV BAR */  
    
    .pull-right {
        padding-left: 20px;   
    }

    /* PRODUCTS SECTION */   

    .hovereffect h2 {
        font-size: 1em;
    }
    
    /* GALLERY PAGE SECTION */
    
    .modal-body {
        padding-bottom: 7px;
    }    
    
}