*{
 margin: 0;
 padding: 0;
 box-sizing: border-box;
}

/* Changing BG/Font Color Section */

.title--class {
  font-family: Kanit!important;
  padding-left: 10%;
  padding-right: 10%;
}

ol.c {list-style-type: upper-roman;}

ul li{
  margin-left: 15px;
}

.changing-bg {
  color: #fff;
  background-color: #060401;
  font-family: Arial, Helvetica, sans-serif;
  text-align: justify;
  min-height: 100vh;  
  transition: all 150ms ease-out;
  padding-top: 2em;
}


.outro--content{
    width: 80%;
    margin: 0 auto;
/*     padding: 5em 0; */
}

.changing-bg.changeColor {
  background-color: #fff;
  color: black !important;
}


a.LinkchangeColor {
  color: #008a2a !important;
}

.h2-change {
  color: #000;
}

.outro {
  min-height: 100vh;
/*   margin-bottom: 50px; */
}

.outro p {
  font-size: 16px!important;
  padding-right: 10%;
  padding-left: 10%;
}

/* Parallax
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#skrollr-body {
}
#parallax-banner {
    position: relative;
    overflow: hidden;
    height: 360px;
    /*forces max height of background images to 1/3 = 3x retina.*/
    background: -webkit-linear-gradient(#a8cdff 10%,#eaf0f7 40%);
    background: linear-gradient(#a8cdff 10%, #eaf0f7 40%);
    }
.banner {
    position: absolute;
    height: 360px;
    /*forces max height of background images to 1/3 = 3x retina.*/
    width: 100%;
    background-position: center bottom;
    background-size: cover;
    /*scales background images as media queries increase height of parallax-layers*/
    background-repeat: no-repeat;
}
/* parallax-layer image sizes: 3500px x 1080px! */
#parallax-layer1 {
    background-image: url(https://4190661.fs1.hubspotusercontent-na1.net/hubfs/4190661/2023%20-%20Website%20Files/Images/Pillar%20Page/The%20Ultimate%20Beginner%E2%80%99s%20Guide%20to%20Post-harvest%20Hermetic%20Technology/GP%20Hero%20Banner_Artwork%20v2_Background2.png);
    /* Background: Hills, Train. */
}
#parallax-layer2 {
    background-image: url(https://4190661.fs1.hubspotusercontent-na1.net/hubfs/4190661/2023%20-%20Website%20Files/Images/Pillar%20Page/The%20Ultimate%20Beginner%E2%80%99s%20Guide%20to%20Post-harvest%20Hermetic%20Technology/GP%20Hero%20Banner_Artwork%20v2_3rd%20Layer2.png);
    /* Mid-ground: Hills, Valley. */
}
#parallax-layer3 {
    background-image: url(https://4190661.fs1.hubspotusercontent-na1.net/hubfs/4190661/2023%20-%20Website%20Files/Images/Pillar%20Page/The%20Ultimate%20Beginner%E2%80%99s%20Guide%20to%20Post-harvest%20Hermetic%20Technology/GP%20Hero%20Banner_Artwork%20v2_2nd%20Layer.png);
    /* Foreground: cornfield, telegraph poles. */
}
#parallax-layer4 {
    background-image: url(https://4190661.fs1.hubspotusercontent-na1.net/hubfs/4190661/2023%20-%20Website%20Files/Images/Pillar%20Page/The%20Ultimate%20Beginner%E2%80%99s%20Guide%20to%20Post-harvest%20Hermetic%20Technology/GP%20Hero%20Banner_Artwork%20v2_Foreground2.png);
   
}

/*Media queries
––––––––––––––––––––––––– */
/* Larger than tablet */
@media (min-width: 750px) {
    #parallax-banner {
    }
    #parallax-banner, .banner {
        height: 820px;
        /*2x retina*/
    }

/* Horizontal devices */
@media (max-height: 540px) {
    #parallax-banner, .banner {
        height: 360px;
        /*3x retina*/
    }
}
/* 1080p+ Large screens */
@media screen and (min-width: 1750px) {
    #parallax-banner, .banner {
        height: 810px;
        /*1.5x resolution*/
    }
}



/*Media queries
––––––––––––––––––––––––– */
/* Larger than tablet */
@media (min-width: 750px) {

}


/* Larger than mobile */
@media (min-width: 400px) {

  }

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (max-width: 760px) {
    .outro--content{
    width: 80%;
    margin: 0 auto;
    padding: 5em 0;
  }
 }

/* Larger than desktop */
@media (min-width: 1000px) {
  .outro--content{
    width: 55%;
    }
  }

/* Larger than Desktop HD */
@media (min-width: 1200px) {}