body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif;}
body, html {
    height: 100%;
    color: #777;
    line-height: 1.8;
}
/* Create a Parallax Effect */
.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6 {
    opacity: 0.7;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/* First image (Logo. Full height) */
.bgimg-1 {
    background-image: url("High5/Background-Top.png");
    min-height: 100%;
    position: relative;
    width: 100%
    -webkit-filter: grayscale(40%);
    filter: grayscale(40%);
}

/* Second image (Portfolio) */
.bgimg-5 {
    background-image: url("High5/Loewen/14923066_1434503483256542_2086484675_o.jpg");
    min-height: 400px;
        filter: grayscale(40%);
}    

    
/* Second image (Portfolio) */
.bgimg-2 {
    background-image: url("High5/bgimg2-ht.png");
    min-height: 400px;
        filter: grayscale(40%);
}    

/* Third image (Contact) */
.bgimg-3 {
    background-image: url("High5/bgimg-h.png");
    min-height: 400px;
}
    
/* Third image (Contact) */
.bgimg-4 {
    background-image: url("High5/Background-4.png");
    min-height: 400px;
}    

/* Second image (Portfolio) */
.bgimg-6 {
    background-image: url("High5/Loewen/14971502_1434503463256544_1219579919_o.jpg");
    min-height: 400px;
        filter: grayscale(40%);
} 

      

/* Adjust the position of the parallax image text */
.w3-display-middle {bottom: 45%;}
.w3-wide {letter-spacing: 10px;}
.w3-hover-opacity {cursor: pointer;}
