@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;
	
}

.alignCenter {
  
  left: 50%;
  -ms-transform: translateX(-50%); /* IE 9 */
  -webkit-transform: translateX(-50%); /* Safari */
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative
}

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(jereImages/Cover-1920B.jpg);
  min-height: 100%;
}
.jl-display-container {
  position: relative;
}
.logoBox {
  width: 60%;
  height: 250px;
  left: 0;
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 {
  width: 100%;
  color: #777b64;
  position: absolute;
  bottom: 15px;
	text-align: center;
  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: #875d68; /* #ab6767; #FFD41A;*/
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 64px;
  padding-right: 64px;
position: relative;
}

.headline {
  text-align: center;
  font-size: 36px;
  color: #deb57c; /* #6e2c24; #f7ce64; #2E3A4C;*/
  font-family: "Myriad Pro", sans-serif;
  font-weight: 800;
  line-height: 1.4;
	letter-spacing: 3px;
}

.subHeader {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.4;
	padding: 0px;
}

.colBox {
	width: 100%;
	background-color: #000000;

}

.col6 {
    width: 16.65%;
	max-height: 16vw;
	border: 0px;
	margin: 0px;
    float: left;
    
}


.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;
}



/* ---------------------- 1200 Width ---------------------- */

@media (max-width: 1200px) and (orientation: landscape) {
	
	  .bgimg-G1 {

	background-attachment: scroll;
	}
	
	
  .logoBox img {
    /*width: 95%;

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

	
}

.col6 {
    width: 33.33%;
	max-height: 32.5vw;

}
	
.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;
}
}

/* ---------------------- 1200 Width ---------------------- */
@media (orientation: portrait) {

  .bgimg-G1 {
    background-image: url("jereImages/Cover-600B.jpg");
    min-height: 100%;
	background-attachment: scroll;
}

  .logoBox {
    width: 93%;
    top: 3%;
	  left: 3vw;
  }
	
.scrollArrow {
 
  
}
	
.pageYellow {
	text-align: center;
  
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 8%;
  padding-right: 8%;
	position: inherit;

}
	
.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;

}
	
.colBox {
	min-width: 100%;
	

}
	
.col6 {
    width: 49.96%;
	max-height: 48vw;
	
}
	
.footer {
	font-size: 12px;

}

}




/* ---------------------- 500 Width ---------------------- */
@media (max-width: 500px) and (orientation: portrait) {

  .bgimg-G1 {
    background-image: url("jereImages/Cover-600B.jpg");
    min-height: 100%;
	  background-attachment: scroll;
}

  .logoBox {
    width: 93%;
    top: 3%;
	  left: 3vw;
	  
  }
	
	
.col6 {
    width: 100%;
	max-height: 95vw;
	
}


}




