body {

    font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #1a1a1a;

}

/* Stop Horizontal Scrolling on Mobile Using Wrapper beacuse using viewport meta tag makes browsers ignore overfow rules on body and html elments */

#wrapper {
    overflow-x: hidden
}

p {
    line-height: 1.75;
}

a {
    color: #1a1a1a;
}

a:hover {
    color: black;
}


.text-primary {
    color: #1a1a1a !important;
}

.text-muted {
    color: #919aa1 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 800;
    font-family: 'Nunito+Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;

}

section {
    padding: 50px 0;

}



::-moz-selection {
    background: #fed136;
    text-shadow: none;
}

::selection {
    background: #fed136;
    text-shadow: none;
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}

.jarallax {
    position: relative;

}

.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

/*---- Buttons ----*/

.btn {

    font-weight: 800;
    text-transform: capitalize;
    background: none;
    padding: 10px;
    border-width: 3px;
    border-radius: 4px;
}

.btn-primary {
    border-color: #1a1a1a;
    color: #1a1a1a;
}

.btn-secondary {
    border-color: white;
    color: white;
}

.btn-xl {
    font-size: 18px;
    padding: 12px 28px;
}


.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #1a1a1a !important;
    border-color: #1a1a1a !important;
    color: white !important;
}

.btn-primary:active,
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(26, 26, 26, 0.5) !important;
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
    background-color: white !important;
    border-color: white !important;
    color: #1a1a1a !important;
}

.btn-secondary:active,
.btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5) !important;
}



#mainNav {
    background-color: #1a1a1a;
   
   }
   
   #mainNav .navbar-nav {
    align-items: center;
   }
   
   #mainNav .navbar-nav svg {
    font-size: 20px;
    outline: none;
   
   }
   
   #mainNav *,
   #mainNav *:focus,
   #mainNav *:active,
   #mainNav *:hover {
    outline: none !important;
   }
   
   #mainNav .navbar-toggler {
    font-size: 32px;
    right: 0;
    padding: 13px;
    text-transform: uppercase;
    color: white;
   }
   
   #mainNav .navbar-brand img {
    width: 52px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
   }
   
   .navbar-brand {
    font-family:  'Nunito+Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: white;
    
   
   
   }
   
   
   #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 90%;
    font-weight: 400;
    padding: 0.75em 0;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.7);
   
   }
   
   #mainNav .navbar-nav .nav-item .nav-link.active,
   #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: white;
   }

.hoursContent {
    display: none;

}

.hoursList .list-group-item {
    padding-left: 0px !important;
    padding-right: 0px;
    color: white;
    background-color: #1a1a1a;
    border-color: rgba(255, 255, 255, 0.7);

}

.hoursList .list-group-item:last-child {
    padding-bottom: 6px;
}

.hoursList {
    width: 170px;
    background-color: #1a1a1a;

}

.hoursHeader {
    padding-top: 6px;
    padding-bottom: 6px;
}

.hoursDescription {
    margin-top: 16px;
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: 1.8rem;
}

.popover {
    border-radius: 4px !important;
    background-color: #1a1a1a;
    color: white !important;
    border-color: #1a1a1a;
    text-transform: uppercase;

}

.bs-popover-bottom .arrow:after {
    border-bottom-color: #1a1a1a !important;
    color: #1a1a1a !important;
}

.hoursIcon,
.locationIcon {
    display: none;
}

.locationNavItem,
.hoursNavItem {
    display: inherit;
}

#mainNav .container {
    max-width: 992px;
   }
   
   @media (min-width: 768px) {
    #mainNav .navbar-nav .nav-item .nav-link {
     padding: 1.1em 1em !important;
    }
   }
   
   @media (min-width: 992px) {
    #mainNav {
     padding-top: 25px;
     padding-bottom: 25px;
     -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
     -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
     transition: padding-top 0.3s, padding-bottom 0.3s;
     border: none;
     background-color: transparent;
    }
   
    #mainNav .navbar-brand {
     font-size: 1.5em;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     transition: all 0.3s;
    }
   
    #mainNav.navbar-shrink .navbar-brand img {
     width: 52px;
    }
   
    #mainNav.navbar-shrink {
     padding-top: 1px;
     padding-bottom: 1px;
     background-color: #1a1a1a;
    }
   
    #mainNav.navbar-shrink .navbar-brand {
     font-size: 1.25em;
     padding: 12px 0;
   
    }
   
    #mainNav .navbar-brand img {
     width: 72px;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     transition: all 0.3s;
    }
   
    #mainNav.navbar-shrink .navbar-brand img {
     width: 52px;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     transition: all 0.3s;
    }
   
   }
   
header.masthead {
    text-align: center;
    color: white;
    background: #1a1a1a;
    background: url("../img/backgrounds/temp-bg.jpg");
    background-size: cover;
    position: relative;
}

.videoWrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

header.masthead video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

header.masthead .container {
    position: relative;
    z-index: 2;
}

header.masthead::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(26, 26, 26, .78);

}


header .container {
    padding-top: 300px;
    padding-bottom: 200px;
}

header h1 {
    font-size: 2.5rem;
    margin-bottom: 1.2rem;

}

header h2 {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-bottom: 2rem;
    font-weight: 400;

    opacity: .8;
}

section h2.section-heading {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;

}

section h3.section-subheading {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 3rem;

}



@media (min-width: 576px) {
    header h1 {
        font-size: 3rem;
    }

    header h2 {
        font-size: 1.4rem;
        line-height: 1.6;

    }

    section h2.section-heading {
        font-size: 2.5rem;
    }

    section h3.section-subheading {
        font-size: 1.2rem;
        font-weight: 400;
        margin-bottom: 4rem;

    }

    .btn-xl {
        padding: 20px 40px;
    }



    section {
        padding: 100px 0;

    }
}

@media (min-width: 768px) {}

#menu nav {
    margin-bottom: 60px;
    font-weight: 700;
}

#menu .nav-pills .nav-link {
    color: #919aa1;
    border: 2px solid #919aa1;
    letter-spacing: 1.5px;
    transition: all 0.3s;
}

.nav-pills .nav-link.active,
.nav-pills .show .nav-link,
.nav-pills .nav-link.active:hover {
    background-color: #1a1a1a !important;
    border: 2px solid #1a1a1a !important;
    color: #ffffff !important;
}

.nav-pills .nav-link:hover {
    background-color: #919aa1 !important;
    color: #ffffff !important;
}

/*---- About ----*/

#about {
    background: #1a1a1a;
    background-image: url("../img/backgrounds/yancut.JPG");
    background-size: cover;
    background-position: center, center;

    background-repeat: no-repeat;
    color: white;
    position: relative;



}



#about::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 26, 26, .78);
}



.about-mobile {
    width: 80%;
    margin: auto;

}

#about .section-heading {
    text-align: center;
}

@media (min-width: 992px) {
    #about {

        background-image: url("../img/backgrounds/about-bg.png");
    }

    #about .section-heading {
        text-align: left;
    }

    #about::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, rgba(26, 26, 26, 0.9) 20%, rgba(26, 26, 26, .3) 100%);
    }

    #about a.btn {
        width: unset !important;
    }
}

#about p {

    font-weight: 600;
}

#about a.btn {
    width: 100%;
}

#about a.collapsed::after {
    content: 'Read More';
}

#about a:not(.collapsed):after {
    content: 'Read Less';
}

#about .section-heading {
    margin-bottom: 24px;
}

/*---- Gallery ----*/

#gallery .thumbnail {
    margin-bottom: 30px;
}

#gallery .thumbnail:before {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    left: 15px;
    content: "";
    transition: opacity .3s;
    opacity: 0;
    background-color: rgba(0, 0, 0, .5);
}

#gallery .thumbnail:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #ffffff;
    font-size: 30px;
    content: "\f065";
    position: absolute;
    transition: opacity .3s;
    top: 50%;
    left: 50%;

    transition: opacity .3s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

#gallery .thumbnail:hover:before,
#gallery .thumbnail:hover:after {
    opacity: 1;

}

.ekko-lightbox-nav-overlay a {
    color: rgba(255, 255, 255, 0.8) !important;
}

#gallery a.collapsed::after {
    content: 'Show More';
}

#gallery a.btn:not(.collapsed):after {
    content: 'Show Less';
}

#gallery a.btn {
    width: 100%;
    margin-right: 15px;
    margin-left: 15px;

}

@media (min-width: 992px) {
    #gallery a.btn {
        width: unset !important;
    }
}


/*---- Reviews ----*/

#reviews {
    background: #1a1a1a;
    background: url("../img/backgrounds/reviews-bg.png");
    color: white;
}

#reviews::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 26, 26, .78);
    z-index: -1;
}

#google-reviews .review-item-long:last-child {
    margin-bottom: 0 !important;
}

.review-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}


.review-btns a {
    width: 60%;
}

@media (min-width: 768px) {
    .review-btns a:first-child {
        margin-right: 2rem;
    }

    .review-btns a {
        width: unset;
    }
}

/*--- Tried to fix content jump when vertical centering, gave Up after 4 hours ---
.active,
.carousel-item {
    align-self: center;
}*/

/*--- Google Map ---*/

#map {
    width: 100%;
    height: 600px;

}

#mapInfoBox {
    text-align: center;
    background-color: #fff;
}

.gm-style-iw a {
    display: block;
    font-family: 'Nunito Sans' !important;
    text-decoration: none;
    color: #1a1a1a;
    text-transform: uppercase !important;
    font-size: 12px;
    font-weight: 600;
}

#mapInfoBox .btn {
    margin-top: 12px;
    font-weight: 800;
}

#mapInfoBox img {
    margin-bottom: 8px;
}

/* Centers #mapInfoBox contents in the infobox */

.gm-style-iw {
    left: 26.35px !important;


}

/* Disables the "CMD + Scroll to Scroll" Overlay*/

.gm-style-pbc {
    opacity: 0 !important;
}

/*--- Contact ---*/

#contact .section-heading {
    margin-bottom: 68px;
}

#contact h3 {
    margin-bottom: 25px;
    text-transform: uppercase;
}

#contact .btn-primary {
    width: 100%;
}

.details {
    display: flex;
    flex-direction: column;

}

.details a {
    text-decoration: none;
    color: #1a1a1a;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.details a:hover {
    text-decoration: none;
    color: #495057;
}

.details .contactInfoContainer {
    margin-right: 0px;
    margin-bottom: 42px;
}

#contact .media {
    align-items: center;
    font-size: 1.1rem;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

#contact .media .icon {
    font-size: 25px;
    margin-right: 16px;

}

@media (min-width: 504px) {

    .details {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        margin-bottom: 42px;
    }

    .details .contactInfoContainer {
        margin-bottom: 0px;
    }

    .details .contactInfoContainer:first-child {
        margin-right: 60px;

    }

}

@media (min-width: 992px) {

    .details {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 0px;
    }

    .details .contactInfoContainer:first-child {
        margin-right: auto;
    }

}

.social-icons {
    list-style: none;
    padding: 0;
    margin: 0;

}

.social-icons li {
    display: inline-block;
}

.social-icons li a {

    line-height: 50px;
    height: 50px;
    width: 50px;
    display: block;
    text-align: center;
    margin: 0 8px 8px 0;
    font-size: 36px;


}

.material-green:hover {
    color: #4CAF50 !important;
}

.material-red:hover {
    color: #F44336 !important;
}

.material-yellow:hover {
    color: #FFC107 !important;
}


.color-facebook:hover {
    color: #3b5999 !important;
}

.color-instagram:hover {
    color: #e4405f !important;
}

.color-yelp:hover {
    color: #af0606 !important;
}

.color-google:hover {
    color: #4285f4 !important;
}

.color-twitter:hover {
    color: #1da1f2 !important;
}


section#contact .form-group input,
section#contact .form-group textarea {
    height: 52px;
    width: 100%;
    display: block;
    border-radius: 0;
    border: 0;
    margin-bottom: 30px;
    border-bottom: 3px solid #1a1a1a;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    font-size: 1.1rem;
    color: #1a1a1a !important;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 200px;
}

section#contact .form-control:focus {
    box-shadow: none;
    background-color: #FAFAFA;
}

*::-webkit-input-placeholder {
    font-weight: 600;
    color: #343a40 !important;

}

*:-moz-placeholder {
    font-weight: 600;
    color: #343a40 !important;

}

*::-moz-placeholder {
    font-weight: 600;
    color: #343a40 !important;
}

*:-ms-input-placeholder {
    font-weight: 600;
    color: #343a40 !important;
}

#contact .btn-primary {
    margin-top: 6px;
}

.ss-triangle:after {
    left: 50%;
    content: "";
    display: block;
    position: relative;
    width: 100px;
    height: 100px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    bottom: -50px;
    background: white;
    position: relative;
    z-index: 10;
    border: 1px solid #EEEEEE;
    -webkit-clip-path: polygon(50% 50%, 110% -10%, 110% 110%, -10% 110%);
    clip-path: polygon(50% 50%, 110% -10%, 110% 110%, -10% 110%);
}

#contact {
    padding-bottom: 0px;
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #EEEEEE;
}




footer {
    padding-top: 100px;
    padding-bottom: 16px;

    text-align: center;
    background: #1a1a1a;
    color: white;
    font-size: 16px;


}

footer .container .row:first-child {
    justify-content: space-between;
    margin-bottom: 75px;
}

footer p {
    text-align: left;
    margin-top: 25px;
}

footer .list-group-item {
    padding-left: 4px !important;
    padding-right: 4px;
    color: white;
    background-color: #1a1a1a;
    border-color: rgba(255, 255, 255, 0.7);
    text-align: left;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;

}

footer h4 {
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.hoursCol {
    margin-bottom: 50px;
}

#instafetch {
    display: flex;

    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
}

#instafetch article {
    position: relative;
    flex-basis: calc(33.333% - 10px);
    margin: 5px;
    box-sizing: border-box;
}

#instafetch article::before {
    content: '';
    display: block;
    padding-top: 100%;
}

#instafetch article a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

#instafetch article a figure,
#instafetch article a figure img {
    width: inherit;
    height: inherit;
}

@media (min-width: 992px) {

    footer .container .row:first-child {
        height: 400px;
    }

    .hoursCol {
        flex-direction: column;
        justify-content: space-between;
        display: flex;
        margin-bottom: 0px;
    }

    #instafetch {
        width: 352px;
        height: 320px;


    }

    .instaFetchCol h4 {
        margin-right: 134px;
    }

    .instaFetchCol {
        display: flex;
        flex-direction: column;
        text-align: right;
        align-items: flex-end;
    }
}


footer hr {
    border-color: white;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 32px;
}

footer .bottomRow {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px !important;
    align-items: center;


}

footer .bottomRow a {
    color: rgba(255, 255, 255, 0.7);
}

footer span.copyright {

    text-transform: none;
    text-align: left;


}


footer .social-icons li a {
    color: rgba(255, 255, 255, 0.7);
    /* line-height: 36px; */
    /* height: auto; */
    width: 46px;
    display: block;
    margin: 0px;
    font-size: 32px;

}

footer .social-icons {
    justify-content: center;
}

footer .social-icons li a:hover {
    color: white !important;
}

footer .bottomRow .col-md-4:nth-child(-n + 2) {
    margin-bottom: 18px;
}

@media (min-width: 768px) {
    footer .bottomRow .col-md-4:first-child {
        text-align: left;
    }

    footer .bottomRow .col-md-4:nth-child(3) {
        text-align: right;
    }

    footer .bottomRow .col-md-4:nth-child(-n + 2) {
        margin-bottom: 0px;
    }
}
