﻿.parallax-top {
    /* The image used */
    background-image: url("../Images/FinalIndex.png");
    /* Set a specific height */
    min-height: 900px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-position-y: 90px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}

.parallax-top-sm {
    /* The image used */
    background-image: url("../Images/FinalIndex.png");
    /* Set a specific height */
    min-height: 400px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-position-y: 90px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}

.parallax-mid {
    /* The image used */
    background-image: url("../Images/NSMountains.jpg");
    /* Set a specific height */
    min-height: 600px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-position-y: 150px;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-code {
    min-height: auto;
    background-attachment: fixed;
    background-position: center;
    background-position-y: 150px;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-code video {
    width: 100% !important;
    height: auto !important;
}

.parallax-code-sm {
    min-height: auto;
    background-attachment: fixed;
    background-position: center;
    background-position-y: 150px;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-code-sm video {
    width: 100% !important;
    height: auto !important;
}
