 /* Main */

 #fullpage a {
     text-decoration: none;
 }
 
.section {
    height: 100vh;
    border-bottom: 2px solid;
}

 /* Header */
 
 nav.navbar {
    z-index: 999999;
}

/* OnePage Heading Section */

.section.heading video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background-size: cover;
}

.section.heading:after {
    background-image: url(/template/patterns/black-dot.png);
    background-size: 2px 2px;
}

.section.heading .heading-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#featured-container {
    background: rgba(255, 255, 255, 0.82);
    z-index: 2;
    padding: 50px;
}

.featured-text {
    border-top: 2px solid #292b2c;
    border-bottom: 2px solid #292b2c;
    padding: 20px;
}

.section.heading h1 {
    position: relative;
    font-size: 48px;
}

/* OnePage Content Section */

.section.content .inner {
    z-index: 999;
    position: relative;
}

.section.content:after {
    background-color: rgba(0, 0, 0, .5);
}

.section.content .inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section.content .details {
    background: rgba(255, 255, 255, 0.82);
    padding: 25px;
    width: 100%;
}

 /* OnePage */

.section.heading,
.section.content {
    position: relative;
    background-attachment: fixed;
    overflow: hidden;
}

.section.heading:after,
.section.content:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-attachment: fixed;
}
