 .parallax:before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(../../images/moistscan/backgrounds/water-drops_s.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  
} 

.parallax {
    background: url(../../images/moistscan/backgrounds/water-drops_s.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  
} 

@media(min-width: 1200px ){
    .bg-cereal,
    .bg-mine-1,
    .bg-peanuts,
    .bg-wheat-field,
    .bg-snack-foods,
    .bg-wood-chips ,
    .bg-cows,
    .bg-maize,
    .bg-buildings {
       
        
        position: relative;
        background-attachment: fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        
       
    }
}
@media(max-width: 1199.99px ){
    .bg-cereal,
    .bg-mine-1,
    .bg-peanuts,
    .bg-wheat-field,
    .bg-snack-foods,
    .bg-wood-chips ,
    .bg-cows,
    .bg-maize,
    .bg-buildings {
           
        
        position: relative;
        background-attachment: scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;

        padding-top: 150px;
        padding-bottom: 150px;
    }

    h1 { font-size: 2rem;}
    h2 { font-size: 1.5rem;}
    h3 { font-size: 1.25rem;}
    h4 { font-size: 1.1rem;}
    h5 { font-size: 1rem;}
}

ul {
    margin-left: 15px;
}

hr {
    border-color: snow;
}


.window{
    opacity: 0.8;
}
/* Headings */

h1,h2,h3,h4,h5 {
    color: var(--light);
}

.clear {
    background-color: var(--dark);
}

    .bg-cereal {
       min-height: 1000px;
        width: 100%;
        background-image: url(../../images/moistscan/backgrounds/cereal_s.jpg);
    }

    .bg-mine-1 {
        background-image: url(../../images/moistscan/backgrounds/mine-1_s.jpg);
        min-height: 100vh;
        width: 100%;
    }

    .bg-peanuts {
        background-image: url(../../images/moistscan/backgrounds/peanuts_s.jpg) ;
        min-height: 100vh;
        width: 100%;
    }

    .bg-wheat-field {
        background-image: url(../../images/moistscan/backgrounds/wheat-field_s.jpg);
        min-height: 100vh;
        width: 100%;
    }

    .bg-snack-foods {
        background-image: url(../../images/moistscan/backgrounds/snack-foods_s.jpg);
        min-height: 100vh;
        width: 100%;
    }

    .bg-wood-chips {
        background-image: url(../../images/moistscan/backgrounds/wood-chips_s.jpg);
        min-height: 100vh;
        width: 100%;
    }

    .bg-cows {
        background-image: url(../../images/moistscan/backgrounds/cows_s.jpg) ;
        min-height: 100vh;
        width: 100%;
    }

    .bg-maize {
        background-image: url(../../images/moistscan/backgrounds/maize_s.jpg);
        min-height: 100vh;
        width: 100%;
    }

    .bg-buildings {
        background-image: url(../../images/moistscan/backgrounds/buildings_s.jpg) ;
        min-height: 100vh;
        width: 100%;
    }