@charset "UTF-8";



* {
  font-variant-ligatures: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	
	-ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
  font-family: "Myriad Pro", sans-serif;
  color: #444444;
  line-height: 2.4;
  font-size: 20px;
}
body, html {
  height: 100%;
  margin: 0px;
}
h1, h2, h3, h4, h5, h6 {
  letter-spacing: 2px;
  line-height: 1.4;
}
img {
  max-width: 100%;
  max-height: 100%;
}
li {
  line-height: 1.4;
  padding-bottom: 21px;
  padding-left: 7px;
}
ul {
  list-style-image: url('jeresnowImages/yellowSquare-12.png');
	padding-left: 15px;
}


.clearAll {
	clear: both;
	
}

a:link, a:visited {
    color: #776207;
    text-decoration: none;
	cursor: pointer;
}
a:hover, a:active {
    color: #981a31;
}



/* Create a Parallax Effect */
.bgimg-G1, .bgimg-2, .bgimg-3 {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* First image (Logo. Full height) */
.bgimg-G1 {
  background-image: url(jeresnowImages/SnowFarmerImage1600x1000bl2.jpg);
  min-height: 100%;
}
.jl-display-container {
  position: relative;
}
.logoBox {
  width: 100%;
  height: 350px;
  position: relative;
}
.logoBox img {
  margin: 0;
  position: absolute;
  top: 10%;
  left: 50%;
  -ms-transform: translate(-50%, -10%);
  -webkit-transform: translate(-50%, -10%);
  transform: translate(-50%, -10%);
}
.scrollArrow {
  color: #777b64;
  position: absolute;
  bottom: 15px;
  left: 50vw;
  font-size: 16px;
}

.pageGray {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #DFDFDF;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 64px;
    padding-right: 64px;
}

.col-two {
  width: 50%;
  float: left;
  text-align: left;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 64px;
  padding-bottom: 64px;
}

.pageYellow {
  width: 100%;
  height: auto;
  background-color: #FFD41A;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 64px;
  padding-right: 64px;
}
.headline {
  text-align: center;
  font-size: 36px;
  color: #2E3A4C;
  font-family: "Myriad Pro", sans-serif;
  font-weight: 800;
  line-height: 1.4;
}

.subHeader {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.4;
	padding: 0px;
	
	
}
.footer {
	font-size: 16px;
  text-align: center;
  color: #838282;
  background-color: #000000;
  line-height: 1.1;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 32px;
  padding-right: 32px;
}



/* ---------------------- 992 Width ---------------------- */

@media (max-width: 992px){

	
	
  .logoBox img {
    width: 95%;

    top: 25%;
    left: 50%;
    -ms-transform: translate(-50%, -25%);
    -webkit-transform: translate(-50%, -25%);
    transform: translate(-50%, -25%);
  }
	
.pageGray {

  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 32px;
  padding-right: 32px;
}

.col-two {
  width: 50%;

  padding-left: 24px;
  padding-right: 24px;
  padding-top: 32px;
  padding-bottom: 32px;
}
}



/* ---------------------- 600 Width ---------------------- */
@media (max-width: 600px){

  /*.bgimg-G1 {
    background-image: url("jeresnowImages/SnowFarmerImage1000x600bl2.jpg");
    min-height: 100%;
}*/
  .logoBox img {
    width: 95%;

    top: 30%;
    left: 50%;
    -ms-transform: translate(-50%, -30%);
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
  }
	
.pageGray {

  padding-top: 64px;
  padding-bottom: 64px;
  padding-left: 32px;
  padding-right: 24px;
}

.col-two {
  width: 100%;

  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;

}
	
.footer {
	font-size: 12px;

}

}


/* ---------------------- Turn off parallax scrolling for tablets and phones ---------------------- */
@media only screen and (max-device-width: 1024px) {
  .bgimg-G1, .bgimg-2, .bgimg-3 {
    background-attachment: scroll;
  }
}



