* {
    margin: 0;
}
.s-one {
    background-image: url('https://longboardheaven.net/images/update/slider.jpg');
}
.s-two {
    background-image: url('https://longboardheaven.net/images/update/slider-alt.jpg');
}
.s-map {
    
    background-image: url('https://longboardheaven.net/images/update/map.png');
    background-size: contain;
}
.slider {
    background-size: cover;
}
#sliderIntro p {
    color: white;
    font-family: 'Roboto', sans-serif;
}
.feat-articles p {
    font-family: 'Roboto', sans-serif;
    color: #6B6B6B;
}
.clip {
    position: absolute;
    clip: rect(0px,0px,0px,0px);
    width: 0%;
}
.d-none-small {
    display: block;
}

.d-none-large {
    display: none;
}
article {
    margin: 4em 0;
}
.logo {
    height: 150px;
    padding-left: 20px;
    margin-top: 20px;
}
.arrow {
    margin-left: 89%;
    width: 5%;
    position: relative;
}
.subheading {
    text-transform: uppercase;
    line-height: 1.3em;
}
.feat-overlay img:nth-child(1){
    width: 100%;
}
.feat-articles h2 {
    color: red;
    font-size: 1em;
}
.feat-articles .subheading {
    font-weight: 400;
}
.whatsapp-icon {
    font-size: 1.5em;
}
.fa-whatsapp {
    color: #2ba71c!important;
}
.nav-tel {
    border-left: #707071 solid 2px;
}
.navbar-nav {
    color: #f8f9fa;
}
.pointer {
    cursor:pointer;
}
.carousel-gallery {
    background-color: #ffffeb;
}
.d-none-lg {
    display: none;
}
.feat-gallery img {
    border-radius: 10px;
    height: 200px;
}
.feat-gallery h3 {
    margin: .5em .5em;
}
#galleryImage img {
    border-radius: 25px;
}
footer {
    background-color: #272D36;
}
nav {
    position: relative;
    z-index: 999;
}
.nav-link {
    text-transform: uppercase;
    font-family: smoothy, sans-serif;
}
.whatsapp-number {
    color: #ED684E!important;
}
#sliderIntro {
    position: absolute;
    top:5%;
    height: 98%;
}

.slider-container {
    background-color: #3a5400;
    position: relative;
    z-index: 1000;
}
.smoothy,
.subheading,
h2, h3,h5 {
    font-family: smoothy, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}
footer ul {
    font-family: smoothy, sans-serif;
    color: white;
    list-style: none;
    text-transform: uppercase;
    padding-top: 4em;
    font-size: 22px;
    font-weight: 200;
}
footer a {
    color: white;
    text-decoration: none;
}
footer .phone {
    border-left: 3px white solid;
}
.phone a {

    color: #ED684E;
}
footer .fa-whatsapp {
    margin-top: .2em;
    color: white !important;
    background-color: #2ba71c;
    border-radius: 50px;
}
.map-overlay {
    position: absolute;
    top: 0;
}
.feat-articles h2,
.intro p {
    font-family: 'Roboto', sans-serif;
}

.feat-articles p.justify-lg {
    text-align: right;
    padding-right: 0;
}
.start-arrow {
    height: 83%;
}
.start-arrow span {
    font-size: 15em;
    position: relative;
    z-index: 5;
}
#locationMap {
    height: 628px;
}
#stickyBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 30px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: transparent; /* Set a background color */
    color: #22511b; /* Text color */
    text-shadow: 0 -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 10px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 5em; /* Increase font size */
}
  
  #stickyBtn:hover {
    background-color: #ee684e; /* Add a dark-grey background on hover */
    color: #fff; /* Text color */
    text-shadow: 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff;
}
.email-sm a {
    font-size: .8em;
}