@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: left;
  background-repeat: no-repeat;
  background-size: cover;
}
/* First image (Logo. Full height) */
.bgimg-G1 {
  background-image: url(chad22Images/chadBG-2500.jpg);
  min-height: 100%;
}
.jl-display-container {
  position: relative;
}
.logoBox {
  width: 98vw;
  height: 100vh;
  position: relative;
}
.logoBox img {
  width: 40vw;
  margin: 0;
  position: absolute;
  bottom: 2%;
  right: 2%;
 /* -ms-transform: translate(0%, -10%);
  -webkit-transform: translate(0%, -10%);
  transform: translate(0%, -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: 30px;
  padding-right: 30px;
}
.headline {
  text-align: center;
  font-size: 39px;
  color: #013969;
  font-family: "Myriad Pro", sans-serif;
  font-weight: 800;
  line-height: 1.4;
}

.subHeader {
    color: #013969;
	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;
}

.miniType {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    line-height: 1
}


.columnTwoThirds {
	float: left;
	height: auto;
	width: 600px;
	text-align: left;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E6233B;
	margin-bottom: 10px;
}

.donateBtn {
    float: left;
    padding-top: 3px;
    width: 20%;
    height: 8vw;
}

.donateBtn:hover {
    background-color: #B99C21;
    z-index: 100;

    
}

.donateBtn:active {
    background-color: #014681;
    z-index: 100;

}

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

.smBtn {
    width: 20%; 
}

.logoText {
    text-align: center;
    font-size: 48px;
    color: #ffffff;
    padding-bottom: 20px;
    
}



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

@media (max-width: 1200px){
    
 .bgimg-G1 {
    background-image: url("chad22Images/chadBG-1200.jpg");
    min-height: 100%;
}
   
.logoBox {
  
}
.logoBox img {
  width: 45vw;
  margin: 0;
  position: absolute;
  bottom: 2%;
  right: 2%;
    }
	
.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;
}
}



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

  .bgimg-G1 {
    background-image: url("chad22Images/chadBG-600.jpg");
       background-position: center;
    min-height: 100%;
}
    
    
.logoBox {
  width: 96vw;
}
.logoBox img {
  width: 45vw;
  margin: 0;
  position: absolute;
  bottom: 7%;
  right: 2%;
}
    

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

}
    
 .donateBtn {
    float: left;
    padding-top: 8px;
    width: 49%;
    height: 20vw;
}
    
    .smBtn {
    width: 60%; 
}
    

}


/* ---------------------- 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;
  }
}





