@charset "UTF-8";
/* CSS Document */
/* ———————————————————————— General Setup ———————————————————————— */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
}

body, html {
  height: 100%;
  font-family: "Raleway", sans-serif;
  color: #444444; /* #777 */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 14px;
  letter-spacing: 1.5px;
  line-height: 1.4;
  font-weight: normal;
  font-variant-ligatures: none;
  margin: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
  border: 0;
}
.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: absolute;
}

button {
  text-align: center;
  color: #ffffff; /*white */
  background-color: #2196F3; /*#2196F3 #7dff70*/
  cursor: pointer;
  border: 0px;
  border-left: none;
  /* Prevent double borders */
  border-radius: 5px;
}
button:hover {
  background: #999999;
}


/* ———————————————————————— Landing Page Items ———————————————————————— */
/* Create a Parallax Effect */
.bgimg-Pre {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 100vh;
  clear: both;
}
/* Pre image (Logo. Full height) */
.bgimg-Pre {
  background-image: url("4kImages/Garth2020.jpg");
}
.logoItem {
  width: 20vw;
  float: right;
}
.scrollArrow {
  bottom: 140px;
  position: absolute;
  text-align: center;
  left: 50%;
  -ms-transform: translateX(-50%); /* IE 9 */
  -webkit-transform: translateX(-50%); /* Safari */
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.preTopBlock {
  /*top: 28px;*/

  width: 100%;
  height: auto;
  padding-top: 36px;
  padding-right: 36px;
}
.preTopText {
  text-align: right;
  width: 70%;
  font-size: 7.5vw; /*92px; */
  font-weight: 800;
  color: #FFFFFF;
  float: right;
  line-height: 0.9;
}
.withText {
  font-size: 4vw;
  line-height: 0.9em;
}
.preTopSubText {
  width: 70%;
  text-align: right;
	line-height: 1.2;
  font-size: 2.5vw;
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: 500;
  color: #FFFFFF;
  float: right;
}
.preBottomText {
  color: #1c4585;
  font-size: 15px;
  font-weight: 600;
}
.celebBlockWide {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  color: #FFFFFF;
  padding-bottom: 12px;
  background-image: -webkit-linear-gradient(270deg, rgba(17, 48, 79, 1.00) 0.01%, rgba(94, 167, 231, 1.00) 99.84%);
  background-image: -moz-linear-gradient(270deg, rgba(17, 48, 79, 1.00) 0.01%, rgba(94, 167, 231, 1.00) 99.84%);
  background-image: -o-linear-gradient(270deg, rgba(17, 48, 79, 1.00) 0.01%, rgba(94, 167, 231, 1.00) 99.84%);
  background-image: linear-gradient(180deg, rgba(17, 48, 79, 1.00) 0.01%, rgba(94, 167, 231, 1.00) 99.84%);
}

.celebBlockStack{
	display: none;
	}


/* ———————————————————————— Pages and Boxes ———————————————————————— */
.pageMiddle {
  width: 100%;
  height: auto;
  /*float:left;*/
  padding-top: 85px;
  padding-bottom: 85px;
  padding-left: 2%;
  padding-right: 2%;
  background-color: #dddddd;
  text-align: center;
  position: relative;
  /*z-index: 90;*/
}
.pageGray {
  width: 100%;
	padding: 0px;
  height: auto;
  /*color: #000000;*/
  background-color: #EEEEEE;
  /*position: relative; /*min-width: 550px;*/
  /*z-index: 60;*/
}
.pageAmount {
  width: 100%;
  height: auto;
  background-color: #5294CF;
  font-size: 36px;
  font-weight: 800;
  color: #FFFFFF;
  text-align: center;
  padding-top: 36px;
  padding-bottom: 36px;
}

/* ———————————————————————— Sub-Page Features ———————————————————————— */
.col-right-photo {
  float: left;
  width: 30%;
  height: auto;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 24px;
  padding-left: 72px;
  padding-right: 72px;
  padding-bottom: 24px;
  padding-top: 24px;
  background-color: #ffffff;
}
.col-left-text {
  width: 65%;
  float: left;
  text-align: right;
  padding-left: 100px;
  padding-right: 50px;
  padding-top: 80px;
  padding-bottom: 130px;
  /*color: #757575;*/
  font-weight: 500;
}

/* ———————————————————————— Text and Fonts ———————————————————————— */
.blueType {
  color: #5294CF;
  font-weight: 900;
  font-size: 36px;
  padding-bottom: 10px;
  letter-spacing: 1.1px;
}
.smallType-right {
  font-size: 17px;
  text-align: right;
  line-height: 250%;
  font-weight: normal; /*color: #757575;*/
}

/* ———————————————————————— Buttons and Links ———————————————————————— */
.movingBtn, .movingBtnArrow {
  width: auto;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 40px;
  padding-left: 40px;
  margin-top: 15px;
  background-color: #2196F3; /* #1C4585; */
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  transition: transform .7s;
  /*line-height: 18px;*/
}
.movingBtnArrow::after {
  /*font-family: 'Advent Pro', sans-serif;*/
  content: "→";
  color: #ffffff;
  /*font-size: 18px;*/
  padding-left: 12px;
  font-weight: 700;
}
.movingBtnArrow:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
}





/* ———————————————————————— 1200px ———————————————————————— */
@media only screen and (max-width: 1200px) {

  .col-right-photo {
    width: 100%;
    float: none;
	  padding-top: 24px;
	  padding-left: 48px;
	  padding-bottom: 12px;
	  padding-right: 48px;
	  margin: 0px;
    
  }
  .col-right-text, .col-left-text {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
    float: none;
    position: relative;
  }
	
	.colHalf {
		width: 50%;
		height: 25%;
		float: left;
		text-align: center;
		
		
	}
  .pageGray, .pageWhite {
	  padding: 0px;
    
  }
  .pageMiddle {
    padding-left: 5%;
    padding-right: 5%;
  }
}
	
/* ———————————————————————— 600px wide ———————————————————————— */	
@media only screen and (max-width: 600px) {
	
	.celebBlockWide {
		display: none;
	}
	
	.celebBlockStack{
		display: block;
		 width: 100%;
  		height: auto;
  		text-align: center;
  		font-size: 21px;
  		font-weight: 900;
  		color: #FFFFFF;
		margin: 0px;
		padding: 0px;
  		padding-bottom: 12px;
		
		background-image: -webkit-linear-gradient(270deg, rgba(17, 48, 79, 1.00) 0.01%, rgba(94, 167, 231, 1.00) 99.84%);
		background-image: -moz-linear-gradient(270deg, rgba(17, 48, 79, 1.00) 0.01%, rgba(94, 167, 231, 1.00) 99.84%);
		background-image: -o-linear-gradient(270deg, rgba(17, 48, 79, 1.00) 0.01%, rgba(94, 167, 231, 1.00) 99.84%);
		background-image: linear-gradient(180deg, rgba(17, 48, 79, 1.00) 0.01%, rgba(94, 167, 231, 1.00) 99.84%);
		
	}


  .pageGray, .pageWhite {
    padding: 0px;
  }
	
.col-right-photo {
    width: 100%;
    float: none;
	  padding-top: 24px;
	  padding-left: 48px;
	  padding-bottom: 12px;
	  padding-right: 48px;
	  margin: 0px;
    
  }
  .col-right-text, .col-left-text {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
    float: none;
    position: relative;
  }
	
	.colHalf {
		width: 50%;
		height: 25%;
		float: left;
		text-align: center;
		
		
	}
	
	.pageAmount {

  font-size: 30px;
		line-height: 1.2;

}
	
/* ———————————————————————— Text and Fonts ———————————————————————— */
.blueType {
  
}
	
	
  .smallType-right {
	  font-size: 15px;
	  line-height: 1.75;

  }
  .pageMiddle {
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 70px;
    padding-top: 70px;
    text-align: center;
  }
  .hide-small {
    display: none !important
  }
	
/* ———————————————————————— Buttons and Links ———————————————————————— */
.movingBtn, .movingBtnArrow {
  width: 100%;
  font-size: 36px;
  
}	
	
	
	
}

/* ———————————————————————— Portrait ———————————————————————— */
@media only screen and (orientation: portrait) {
	
  .bgimg-Pre {
    background-image: url("4kImages/Garth2020-1000x600b.jpg");
  }
  .preTopBlock {
	  width: 100%;
	  height: auto;
	 top: 55%;
	  
	position: absolute;
    padding: 0px;
    
  }
  .preTopText {
    width: 100%;
    font-size: 8.5vw;
    text-align: center;
    line-height: 1.1;
  }
  .preTopSubText {
    width: 100%;
    text-align: center;
    font-size: 3.9vw;
	  
    padding-top: 3px;
    padding-bottom: 3px;
    float: none;
  }
  .logoItem {
    width: 30vw;
    float: none;
	  
    left: 50%;
    -ms-transform: translateX(-50%); /* IE 9 */
    -webkit-transform: translateX(-50%); /* Safari */
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
  }
}


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