﻿body, html {
    height: 100%;
    margin: 0;
   
    color: #777;
    font-family: 'Montserrat', sans-serif;
}
.imgCon {
    
    z-index: 90;
}
.bgimg-1, .bgimg-2, .bgimg-3 {
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bgimg-1 {
    background: linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) ), url("financesBackground2.jpg");
    background-position: center top;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -99;
    min-height: 100%;
}

.bgimg-2 {
    background-image: url("financesBackground.jpg");
    min-height: 400px;
    z-index: -99;
}

.bgimg-3 {
    background-image: url("financesBackground3.jpg");
    min-height: 400px;
    z-index: -99;
}

.caption {
    position: absolute;
    left: 0;
    top: 1%;
    width: 100%;
    text-align: center;
    color: white;
    z-index: 80;
}

    .caption h1 span.border {
        font-size: 70px;
        margin-top: 40px;
        z-index: 80;
        color: white;
    }
    .caption p span.border {
        font-size: 30px;
        margin-top: 20px;
        z-index: 80;
        color: white;
    }

h3 {
    letter-spacing: 5px;
    text-transform: uppercase;
    font-size: 50px;
    color: #111;
}

h1 {
    font-size: 70px;
    margin-top: 20%;
    color: white;
    z-index: 99999;
}
p {
    font-size: 30px !important;
    margin-top: 10px;
    color: #111;
    z-index: 99999;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.navbar {
    padding: 50px;
    font-size: 20px;
    width: 100%;
    margin: auto;
    padding: 35px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #304421;
    height: 10px;
    z-index: 9999;
}
.logo {
    width: 120px;
    cursor: pointer;
    height: 50px;
}
.banner {
    width: 100%;
    background-color: #EAF1E4;
    background-size: cover;
    background-position: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    position: fixed;
}
.navbar ul li {
    list-style: none;
    display: inline-block;
    margin: 0 20px;
    position: relative;
}

    .navbar ul li a {
        text-decoration: none;
        color: white;
        font-family: "Montserrat", sans-serif;
        font-weight: bolder;
    }

    .navbar ul li::after {
        content: '';
        height: 3px;
        width: 0%;
        background: black;
        position: absolute;
        left: 0;
        bottom: -10px;
        transition: 0.5s;
    }

    .navbar ul li:hover::after {
        width: 100%;
    }

a.button1 {
    display: inline-block;
    padding: 0.35em 1.2em;
    border: 0.1em solid #FFFFFF;
    margin: 150px 0.3em 0.3em 0;
    border-radius: 0.12em;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    color: #FFFFFF;
    background-color: #304421;
    text-align: center;
    transition: all 0.2s;
}
    a.button1:hover {
        color: #FFFFFF;
        background-color: transparent;
    }
.bouncy {
    animation: bouncy 3s infinite linear;
    position: relative;
}

@keyframes bouncy {
    0% {
        top: 0em
    }

    40% {
        top: 0em
    }

    43% {
        top: -0.9em
    }

    46% {
        top: 0em
    }

    48% {
        top: -0.4em
    }

    50% {
        top: 0em
    }

    100% {
        top: 0em;
    }
}




/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
    .bgimg-1, .bgimg-2, .bgimg-3 {
        background-attachment: scroll;
    }
    .navbar {
        padding: 25px 0 25px 0;
        font-size: 8px;
    }
    .logo {
        width: 60px;
        cursor: pointer;
        height: 25px;
        margin: 0;
    }
    .navbar ul li {
        list-style: none;
        display: inline;
        margin: 10px 10px;
        position: relative;
        margin: 10px 5px 10px 5px;
    }
    h3 {
        letter-spacing: 5px;
        text-transform: uppercase;
        font-size: 25px;
        color: #111;
    }

    h1 {
        font-size: 35px;
        margin-top: 20%;
        color: white;
        z-index: 99999;
    }

    p {
        font-size: 15px !important;
        margin-top: 10px;
        color: #111;
        z-index: 99999;
        margin-left: 5%;
        margin-right: 5%;
        text-align: center;
    }
    .caption h1 span.border {
        font-size: 35px;
        margin-top: 20%;
        z-index: 80;
        color: white;
    }

    .caption p span.border {
        font-size: 15px;
        margin-top: 20px;
        z-index: 80;
        color: white;
    }
}
