@charset "UTF-8";
/* CSS Document */


* {
  font-variant-ligatures: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body, html {
    height: 100%;
    font-family: copperplate, sans-serif;
    font-weight: 300;
    font-style: normal;
    margin: 0;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 16px;
    letter-spacing: 5px;
    font-variant-ligatures: none;
	
    /*border-bottom-right-radius: 0px;*/
}

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

.flagPosition {
    height: 93px;
    width: 19px;
    position: fixed;
    z-index: 200;
    left: 0px;
    background-color: rgba(113,69,2,1.00);
    text-align: center;
    font-size: 18px;
    padding-left: 1px;
    top: 70vh;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.biggerText {
	
  font-family: rosella-solid, sans-serif;
	color: #004490;
  font-size: 5vw;
  font-weight: 700;
  font-style: normal;
  line-height: 100%;
	letter-spacing: 0.75px;

}

.bigText {
  font-size: 24px;
  font-weight: 800;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0.75px;


}

.medText {
  /*font-family: rosella-solid, sans-serif;*/
	color: #004490;
  font-size: 28px;
  font-weight: 900;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0.75px;
}

.plainText {
    font-family: Helvetica, sans-serif;
    font-size: 17px;
    font-weight: 300;
    font-style: normal;
    line-height: 120%;
    padding-top: 12px;
	letter-spacing: -.1px;
	text-align: justify;
	
}

.preSubText {
	font-family: Helvetica, sans-serif;
    font-size: 2vw;
    font-weight: 600;
	line-height: 1.1;
    font-style: normal;
	
	
}

img {
  border: 0px;
  padding: 0px;
  max-width: 100%;
  max-height: 100%;
}

.alignCenter {
  position: absolute;
  left: 50%;
  transform: translateX(-50%)
}

.alignMiddle {
	position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.videoArrow {
	color: #FFFFFF;
	font-size: 36px;
	
}

.clearALL {
  clear: both;
}

.eventNum {
    font-weight: 700;
	font-size: 12px;
    letter-spacing: 1.4vw;;
	padding-left: 1.4vw
}


/* ———————————————————————— Landing Page Items ———————————————————————— */
/* Create a Parallax Effect */
.bgimg-Pre, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5 {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 100vh;
  clear: both;
	/*z-index: -10;*/
}

/* Pre image (Logo. Full height) */
.bgimg-Pre {
  background-image: url("swp2020//swpImages/Starwest_Stagecoach820C-1920.jpg");
}

/* Second image () */
.bgimg-2 {
  background-image: url(swpImages/EventsSepia1-1920.jpg) !important;
	background-position: top;
    /*min-height: 100vh;*/
}

/* Third image () */
.bgimg-3 {
  background-image: url(swpImages/VideosBlue1-1920.jpg) !important;
	background-position: center;
	/*min-width: 100vw;*/

}


/* Fourth image () */
.bgimg-4 {
  background-image: url(swpImages/LogosColor1-1920.jpg) !important;
	background-position: center;
	/*min-width: 100vw;*/
    
}

/* Fourth image () */
.bgimg-5 {
  background-image: url(swpImages/History1-1920.jpg) !important;
	background-position: center;
	/*min-width: 100vw;*/
    
}

.preTopBlock {
  
  
}

.logoItem {
  bottom: 8vh;
  width: 8vw;
  text-align: center;
  position: absolute;
  
}

.preTopText {
	top: 7vh;
    /*width: 100vw;*/
    font-size: 6vw;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 85%;
	text-align: center;
    
    text-shadow: 7px 7px 7px #000000;
	position: absolute;
}

.tagLine {
    width: 100%;
    bottom: 6%;
	font-family: Helvetica, sans-serif;
	font-style: italic;
    text-align: center;
    font-size: 2.2vw;
	font-weight: 500;
    color: #FFFFFF;
    position: absolute;
    text-shadow: 5px 5px 5px #000000;
}

.featureTitle {
	width: auto;
	height: auto;
	padding-left: 72px;
	padding-right: 72px;
	background-color: #5175b6;
    font-size: 6vw;
    color: #FFFFFF;
    font-weight: 900;
    text-align: center;
    position: absolute;
    /*text-shadow: 5px 5px 5px #000000;*/
}


.eventBox {
	width: 100%;
	height: 100vh;
	padding-top: 50px;
	padding-left: 10%;
	padding-right: 10%;
	
	text-align: center;
	background-color: #F6CE76;
	/*z-index: -5;*/
	
	
}
	


.historyBox {
	padding-top: 42px;
	padding-bottom: 24px;
    text-align: center;
    background-image: -webkit-linear-gradient(270deg,rgba(94,50,51,1.00) 0%,rgba(113,69,2,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(94,50,51,1.00) 0%,rgba(113,69,2,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(94,50,51,1.00) 0%,rgba(113,69,2,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(94,50,51,1.00) 0%,rgba(113,69,2,1.00) 100%);	
	
}


.col2 {
  width: 50%;
  float: left;
  padding: 2%;
  text-align: justify;
}

.col3 {
    width: 33.33%;
    min-height: 470px;
    float: left;
    padding-top: 2%;
    padding-left: 2.5%;
    padding-right: 2.5%;
    padding-bottom: 3%;
    text-align: center;
    background-image: url("WFImages20B/PaperBG-1920-C.jpg");
    border: 6px solid #FFFFFF;
	position: relative;
}

.col3H {
    width: 33.33%;
    height: 80vh;
    float: left;
    padding-top: 1.5%;
    padding-left: 2.5%;
    padding-right: 2.5%;
    padding-bottom: 24px;
    text-align: center;
    border: 6px solid rgba(113,69,2,1.00);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.col4 {
    width: 25%;
    height: auto;
    float: left;
    text-align: center;
    border: 10px solid #FFFFFF;
	position: relative;
	
}

.historyText {
    bottom: 5%;
    width: 94%;
    height: auto;
    text-align: center;
    position: absolute;
    text-shadow: 2px 2px 2px #000000;
}

.slideContainer {
	width: 80%;
}

.mySlides1, .mySlides2 {
	display:none;
	
}

.swpFooter {
	width: 100%;
	height: 100vh;
	background-color: #000000;
	text-align: center;
	color: #ffffff;
	
	padding-top: 24vh;
	position: relative;
	
}

.copyright {
	font-size: 12px;
	width: 100%;
	bottom: 30px;
	position: absolute;
	
}

/* ———————————————————————— Search Box Items ———————————————————————— */
.searchBox {

  width: 100%;
  height: 50px;
  color: #f1f1f1;
  font-size: 16px;
  font-weight: 900;
  padding-top: 16px;
  padding-left: 40px;
  /*padding-bottom: 16px;*/
  padding-right: 40px;
  text-align: center;
	letter-spacing: 1.5vw;
  background-color: #000000;
  
  margin: 0px;
  z-index: 100;
}

.content {
  padding: 16px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}



/* ———————————————————————— Buttons and Links ———————————————————————— */

a {
	color: #D3D3D3;
    text-decoration: none;
}




.movingBtn, .movingBtnArrow {
  width: auto;
  height: auto;
  
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 8px;
  padding-left: 8px;
  margin-top: 12px;
  background-color: #004490; /* #d45535; #d9683c;  #1C4585; */
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  color: #ffffff;
  transition: transform .7s;
  cursor: pointer;
  line-height: 28px;
	
	border-width: thin;
    border-style: none;
    border-radius: 5px;
}
/*.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);
}

.bottomButton {
	width: 84%;
	bottom: 15px;
	position: absolute;
}


.w3-animate-top {
  position: relative;
  animation: animatetop 0.4s
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }
  to {
    top: 0;
    opacity: 1
  }
}


.playVideo {
    position: absolute;
    width: 45px;
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 2px;
    cursor: pointer;
    bottom: 6px;
    right: 6px;
    font-size: 21px;
    text-align: center;
    background-color: #004490;
    border-style: none;
    border-radius: 5px;
	font-family: Helvetica, Arial, "sans-serif";
	z-index: 100;
}

.playVideo2 {
	
    
    padding-left: 20px;
	padding-right: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
    cursor: pointer;
    font-size: 21px;
	font-weight: 700;
    text-align: center;
    background-color: #004490;
    border-style: none;
    border-radius: 5px;
	
}

/* ———————————————————————— 1200px ———————————————————————— */
@media only screen and (max-width: 1200px) {
	
	
.bgimg-Pre, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5 {
  background-attachment: scroll;
	}
	
.bgimg-Pre {
  background-image: url("swp2020/swpImages/Starwest_Stagecoach820C-Sq-1200.jpg");
}
	
.preTopText {
	top: 10vh;
	font-size: 7vw;
	}
	
.featureTitle {
	padding-left: 36px;
	padding-right: 36px;

    font-size: 7vw;

}
	
.col3 {
    width: 33.33%;
    min-height: 485px;
	}
	
.col3H {
    height: 580px;
}
	
.movingBtn, .movingBtnArrow {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
  padding-left: 4px;

  font-size: 18px;
	}
	
	.eventNum {
    font-weight: 700;
	font-size: 11px;
    letter-spacing: 1.1vw;;
	padding-left: 1.1vw
}
	
	
}

/* ———————————————————————— 600px ———————————————————————— */
@media only screen and (max-width: 600px) {
	
.bgimg-Pre, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5 {
  background-attachment: scroll;
	}
	
.bgimg-Pre {
  background-image: url("swp2020/swpImages/Starwest_Stagecoach820C-Tall.jpg");
}
	
.plainText {
    font-size: 17px;
	line-height: 150%;
	letter-spacing: -.2px;
}
	
.preTopBlock {
  width: 90%;

}
	
.logoItem {
  top: 4vh;
	width: 17vh;
	text-align: center;

}

.preTopText {
  top: 20vh;
  font-size: 12vw;
}
	
.tagLine {
  
  bottom: 15%;
	font-size: 4.8vw;
	letter-spacing: 1.5px;
	
  position: absolute;
}
	
.searchBox {

  font-size: 16px;
  padding-left: 0px;
  padding-right: 0px;
	letter-spacing: .8vw;
  
}
	
.eventBox {
	
	padding-left: 8%;
	padding-right: 8%;
	

}
	
.featureTitle {
	padding-left: 36px;
	padding-right: 36px;

    font-size: 12vw;

}
	

.biggerText {

  font-size: 10vw;
  font-weight: 700;
	}
	
.preSubText {
    font-size: 4vw;

}
	
  .col2 {
    width: 100%;
	padding-top: 30px;
	padding: 0;
    float: none;
  }
  .col3 {
	min-height: 470px;
    float: none;
    width: 100%;
	padding-top: 5%;
    padding-left: 2.5%;
    padding-right: 2.5%;
    padding-bottom: 3%;
  }
	
.col3H {
    height: 640px;
	float: none;
    width: 100%;
	}
	
.movingBtn, .movingBtnArrow {
  
  transition: transform 0;
	}
	
.movingBtnArrow:hover {
  -ms-transform: scale(1); /* IE 9 */
  -webkit-transform: scale(1); /* Safari 3-8 */
  transform: scale(1);
}
	
	.bottomButton {
	width: 95%;

}
	
	.wfFooter {
	width: 100%;
	
	padding-top: 50px;
	padding-bottom: 50px;

}
	.playVideo {
		padding-top: 1px;
    
}
	
	.copyright {
	font-size: 10px;
	bottom: 21px;
	
}
	
}

/* ———————————————————————— Height 400px ———————————————————————— */
@media only screen and (max-height: 400px) {
	.swpFooter {
	
	padding-top: 10vh;
	
	
}
}

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