/*-----------------------------------------------------------------------------
author:    www.visityakima.com
-----------------------------------------------------------------------------*/


/* =Yakima Convention & Event Center Global
-----------------------------------------------------------------------------*/
html {
	scroll-behavior: smooth;
    }

body {
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#0f3e52;
	position:relative;
	height: auto;	
	}
	
/* Header Nav */

header {
      position: fixed;
      width: 100%;
      z-index: 2000;
      background-color: transparent;
      transition: all 0.3s ease;
	max-width:2200px;
	margin:0  auto;
    }

.addressBar {
	padding:.5em;
	text-align: center;
	color:#97d2dc;
	font-family:'bebasneuepro-bold', Arial, sans-serif;
	font-size:20px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#174b62+1,0c3445+100 */
	background: linear-gradient(to bottom,  #174b62 1%,#0c3445 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	max-width:2200px;
	margin:0  auto;
	}

.header-inner {
      max-width: 85%;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 1.5rem 0;
      transition: all 0.3s ease;
    }

header.shrunk {
      background-color: #c56128;
      padding:0 0;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }

header.shrunk .header-inner {
     padding: .75rem 0;
    }

.logo img {
      height: 100px;
    }
	  
header.shrunk img {
      height: 75px;
    }

nav.desktop {
      display: none;
      align-items: center;
    }

nav.desktop a {
      margin-left: 1.5rem;
      text-decoration: none;
      font-weight: normal;
      color: white;
	  font-family:'bebasneuepro-bold', Arial, sans-serif;
	text-transform: uppercase;
	font-size:20px;
	transition: all 0.4s ease-in-out;
    }

nav.desktop a:hover {
	border-bottom:solid 2px #c56128;
    }

header.shrunk nav.desktop a:hover {
	border-bottom:solid 2px #fff;
    }

nav.desktop .cta-nav-button {
      margin-left: 2rem;
      padding: 0.5rem 1rem;
      background-color: white;
      color: #c56128;
      font-weight: normal;
      text-decoration: none;
      border-radius: 20px;
	  transition: all 0.4s ease-in-out;
    }

nav.desktop .cta-nav-button:hover {
      background-color: #0f3e52;
      color: #fff;
	  border-bottom:none;
    }

.mobile-toggle {
      background: none;
      border: none;
      cursor: pointer;
      color: white;
    }

nav.mobile {
      display: none;
      background-color: #c56128;
      padding: 1rem;
      transform-origin: top;
      transform: scaleY(0);
      transition: transform 0.3s ease;
    }

nav.mobile.show {
      display: block;
      transform: scaleY(1);
    }

nav.mobile a {
      display: block;
      padding: 0.5rem 0;
      font-weight: normal;
      color: white;
      text-decoration: none;
	  font-size:25px;
	font-family:'bebasneuepro-bold', Arial, sans-serif;
	text-transform: uppercase;
	text-align: center;
    }

nav.mobile .cta-nav-button {
      display: block;
      margin-top: 1rem;
      padding: 0.75rem 1rem;
      background-color: white;
      color: #c56128;
      font-weight: normal;
      text-align: center;
      border-radius: 4px;
      text-decoration: none;
    }

@media screen and (max-width: 1200px) {

nav.desktop a {
	font-size:15px;
    }
	
}

@media screen and (max-width: 1000px) {
	
.addressBar span {
	display: block;
	}
	
span.bulletPoint {
	display: none;
	}

nav.desktop a {
	font-size:12px;
    }
	
.addressBar {
	font-size:15px;
	}
	
.logo img {
      height: 75px;
    }
	
header.shrunk img {
      height: 60px;
    }
	
}

@media (min-width: 768px) {
	

      .mobile-toggle {
        display: none;
      }

      nav.desktop {
        display: flex;
      }

      nav.mobile {
        display: none !important;
      }
	
	
}

/* Banner */

.banner {
	background: url(../img/bannerBg.jpg) center center fixed #0f3e52;
    background-size: cover;
	color:#ffffff;
	padding:17rem 0 7rem 0;
	}
	
.bannerInner {
	width:85%;
	max-width:1800px;
	position:relative;
	margin:0 auto;
	}
	
.banner h2 {
	font-family:'bebasneuepro-bold', Arial, sans-serif;font-size:5em;
	color:#9ad1d6;
	font-weight:normal;
	line-height:90%;
	text-align:left;
	line-height:1em;
	text-transform: uppercase;
	font-size:7rem;
	background: -webkit-linear-gradient(#9ad1d6, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	}
	
@media screen and (max-width: 1750px) {
	

		
}

@media screen and (max-width: 950px) {

    
.banner h2 {
	font-size:5rem;	
	}
	
}

@media screen and (max-width: 700px) {
	
.banner {
	padding:15rem 0 5rem 0;
	background-attachment: scroll;
	}
	
.banner h2 {
	font-size:3rem;	
	}		
}

@media screen and (max-width: 600px) {
	
.banner {
	padding:13rem 0 3rem 0;
	}
	

.banner h2 {
	text-align:center;
	}
	
.bannerInner {
	width:90%;
	padding:0 5%;
	}
		
}



/* feature Btns */

.featureBtns {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 80vh;
    width: 100%;
  }

.featureBtns button {
    flex: 1;
    border: none;
    border-radius: 12px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    font-size: 3rem;
	font-family:'bebasneuepro-bold', Arial, sans-serif;
	text-transform: uppercase;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    animation: fadeSlideIn 0.8s ease forwards;
    transform: translateY(20px);
    opacity: 0;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
	}

.featureBtns button a {
    color: white;
    text-decoration: none;
	}

.featureBtns button a span small {
    display: block;
	font-size:1rem;
	}


  .featureBtns button:nth-child(1) {
    background-image: url("../img/home-pillar-directions.jpg");
    animation-delay: 0.1s;
  }
  .featureBtns button:nth-child(2) {
    background-image: url("../img/home-pillar-book.jpg");
    animation-delay: 0.3s;
  }
  .featureBtns button:nth-child(3) {
    background-image: url("../img/home-pillar-why.jpg");
    animation-delay: 0.5s;
  }

  /* Background zoom effect */
  .featureBtns button::after {
    content: "";
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    transition: transform 0.8s ease;
    will-change: transform;
  }
  .featureBtns button:nth-child(1)::after {
    background-image: url("../img/home-pillar-directions.jpg");
  }
  .featureBtns button:nth-child(2)::after {
    background-image: url("../img/home-pillar-book.jpg");
  }
  .featureBtns button:nth-child(3)::after {
    background-image: url("../img/home-pillar-why.jpg");
  }

  /* Dark overlay */
  .featureBtns button::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.0);
    z-index: 1;
    transition: background 0.4s ease;
  }

  /* Text */
  .featureBtns button span {
    position: relative;
    z-index: 2;
  }

  /* Hover animations */
  .featureBtns button:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
  }
  .featureBtns button:hover::before {
    background: rgba(0,0,0,0.3);
  }
  .featureBtns button:hover::after {
    transform: scale(1.1);
  }

  /* Load-in animation */
  @keyframes fadeSlideIn {
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }

  /* Responsive */
  @media (max-width: 800px) {
    .featureBtns {
      height: auto;
		margin:0 0 2em 0;
    }
    .featureBtns button {
      flex: unset;
      height: 150px;
	  font-size: 2rem;
    }
  }

/* =Features/Highlights */
.features {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      gap: 2rem;
      animation: fadeIn 1s ease forwards;
      opacity: 0;
	font-size: 2rem;
    }

.feature {
      background: white;
      padding: 1.5rem;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(43, 122, 56, 0.05);
      transition: transform 0.3s ease;
	  text-align:center;
    }

.feature:hover {
      transform: translateY(-5px);
    }

.feature h3 {
      margin-bottom: 0.5rem;
      color: #c56128;
      font-size: 2rem;
      gap: 0.5rem;
		text-align:center;
    }

.feature h3.featureIcon {
      font-size: 5rem;
	text-align:center;
    }

.feature p {
      font-size: 0.95rem;
		text-align:center;
		margin:0;
		padding:0;
    }

    @keyframes fadeIn {
      from {
        opacity: 0;
        transform: translateY(20px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

 @media (max-width: 1200px) {
      .features {
        grid-template-columns: 1fr 1fr;
      }

    }


    @media (max-width: 768px) {
      .features {
        grid-template-columns: 1fr;
      }

    }

/* =content structure
-----------------------------------------------------------------------------*/
.container {
	width:100%;
	position:relative;
	margin:auto 0 auto;
	background:#FFF;
	z-index:1000;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c2e5eb+0,ffffff+27,ffffff+100 */
	background: linear-gradient(to bottom,  #c2e5eb 0%,#ffffff 27%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background:#fff;
	}

section {
	width:85%;
	max-width:1800px;
	position:relative;
	margin:0 auto;
	padding:5rem 0;
	}

section.twoThirds {
	display:flex;
	flex-wrap: wrap;
	gap: 6%; /* space between columns */
	}
	
.blueWrapper {
	background: url(../img/blueBg.jpg) center center fixed #0f3e52;
    background-size: cover;
	color:#ffffff;
	}
	
.leftColumnTwoThirds {
     flex: 0 0 calc(63% - 0%); /* subtract half the gap for accurate width */
	}

.rightColumnTwoThirds {
    flex: 0 0 calc(31% - 0%); /* subtract half the gap for accurate width */
	}

.twoCol {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 2rem;
	}

.threeCol {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 3rem;
	}

	
@media screen and (max-width: 1750px) {
	
.container {
	width:100%;
	margin:0 auto 0 auto;
	-webkit-box-shadow:none;
	box-shadow:none;
	}
	
}

@media screen and (max-width: 900px) {
	
.twoCol {
	grid-template-columns:1fr;
	grid-gap: 0;
	}
	
.threeCol {
	grid-template-columns: 1fr;
	grid-gap: 0;
	}
	
.blueWrapper {
	background-attachment: scroll;
	}
	
}

@media screen and (max-width: 800px) {

.intro { /* replace with your actual flex container */
    display: flex;
    flex-direction: column-reverse; /* stacks right above left */
	 }
	
.leftColumnTwoThirds, .rightColumnTwoThirds {
      flex: 0 0 100%;
    }
	
}

@media screen and (max-width: 750px) {

	
	
}


@media screen and (max-width: 600px) {
	
		
section {
	width:90%;
	padding:4rem 5%;
	}
	
}	

		
/* divider */

.divider {
	margin:0 0 2em 0;
	border-top:#c56128 solid 2px;
	}
	
/* =blueBtn
-----------------------------------------------------------------------------*/
a.btnBlue {
	display: inline-block;
      padding: 0.8rem 1.5rem;
	background:#0f3e52;
	color: white;
      text-decoration: none;
      border-radius: 20px;
      font-size: 1rem;
      text-transform: uppercase;
      transition: background-color 0.3s;
	font-family:'bebasneuepro-bold', Arial, sans-serif;font-size:1.75em;
	margin:0 0 2em 0;
	}
	
a.btnBlue:hover {
	color:#ffffff;
	background:#c56128;
	}
    
/* =orangeBtn
-----------------------------------------------------------------------------*/
.btnOrange {
      display: inline-block;
      padding: 0.8rem 1.5rem;
      background-color: #c56128;
      color: white;
      text-decoration: none;
      border-radius: 20px;
      font-size: 1rem;
      text-transform: uppercase;
      transition: background-color 0.3s;
	font-family:'bebasneuepro-bold', Arial, sans-serif;
	font-size:1.75em;
	margin:0 0 1em 0;
    }

.btnOrange:hover {
      background-color: #fff;
	  color: #0f3e52;
    }
	
a.btnOrange:hover {
	color:#ffffff;
	background:#000000;
	}
	
@media all and (max-width: 769px) {
	
  .btnOrange, .btnBlue {
	font-size: 3vw;
	padding: 1rem 2rem;
	}
	
}




	
/* =Typography
-----------------------------------------------------------------------------*/	

.center {
    text-align: center;
    }
	
section h1 {
	font-family:'bebasneuepro-bold', Arial, sans-serif;
	text-transform: uppercase;
	font-size:3.75em;
	margin:0 0 .15em 0;
	font-weight:normal;
	line-height:90%;	
	}
	
.blueWrapper section h1 {
	color:#ffffff;
	}
    
section h1 span {
	font-family: 'veneerregularitalic', Arial, sans-serif;  
	}

section h2 {
	font-family:'bebasneuepro-bold', Arial, sans-serif;font-size:2.5em;
	color:#c56128;	
	padding:0 0 .25em 0;
	font-weight:normal;
	line-height:90%;
	text-transform: uppercase;
	}
	
.blueWrapper section h2 {
	color:#ffffff;
	}

.blueWrapper section h2 span {
	color:#97d2dc;
	font-style: italic;
	}
	
section h2 a {
	color:#c56128;
	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
	padding:0 3px;
	}

section h2 a:link, section h2 a:visited {
	text-decoration:underline;
	}

section h2 a:hover, section h2 a:active {
	text-decoration:none;
	color:#ffffff;
	background:#c56128;
	}
	
section h3 {
	font-family:'bebasneuepro-bold', Arial, sans-serif;font-size:2em;	
	padding:0 0 0 0;
	font-weight:normal;
	line-height:90%;
	}
	
section h3 a {
	color:#eb6d24;
	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
	
	}

section h3 a:link, section h3 a:visited {
	text-decoration:underline;
	}

section h3 a:hover, section h3 a:active {
	text-decoration:none;
	color:#ffffff;
	background:#eb6d24;
	}
	
small {
	font-size:80%;
	}
	
section p {
	padding:0 0 1.5em 0;
	}

.blueWrapper section p {
	color:#000000;
	}
	
ul.contentUl {
	padding:0 0 1.5em 1.5em;
	list-style: disc;
	}

	
/* Links */	
		
section p a {
	color:#c56128;
	padding:1px 2px;
	font-weight:bold;
	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
	}

section p a:link, section p a:visited {
	text-decoration:none;
	}

section p a:hover, section p a:active {
	color:#ffffff;
	background:#c56128;
	}
	
ul.contentUl a {
	color:#c56128;
	padding:1px 1px;
	font-weight:bold;
	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
	}

ul.contentUl a:link, ul.contentUl a:visited {
	text-decoration:underline;
	}

ul.contentUl a:hover, ul.contentUl a:active {
	color:#ffffff;
	background:#c56128;
	}
	
	
	
@media screen and (max-width: 600px) {
	
body {
	font-size:80%;	
	}
	
section h1 {
	text-align:center;
    font-size:3em;
	}
	
section h2 {
	text-align:center;
    font-size:2em;
	}
	
section h3 {
	text-align:center;
    font-size:1.5em;
	}
	
section p {
	text-align:center;	
	}
	
ul.contentUl {
	text-align:center;
	margin:0 0 1.5em 0;
	}
	
ul.contentUl li {
	list-style:none;
	padding:0 0 0 0;
	}
	
}
	
	

/* =footer
-----------------------------------------------------------------------------*/
.ctaBar {
	padding:1.5em;
	text-align: center;
	background: #c56128;
	max-width:2200px;
	margin:0 auto;
	}

.ctaBar h3 {
	color:#fff;
	font-family:'bebasneuepro-bold', Arial, sans-serif;
	font-size:2em;
	text-transform: uppercase;
	}

.ctaBar a.btnBlue {
	margin:0 0 0 0;
	}

footer {
	background:#0f3e52;
	background: linear-gradient(to bottom,  #0c3445 1%,#1b7d8f 100%);
	padding:55px 0 0 0;
	margin:0 0 0 0;
	}
	
.footerInner {
	width:1700px;
	margin:0 auto;
	padding:0 0;
	text-align:center;
	}
	
.footerLinks {
	padding:0 0 1.5em 0;
	border-bottom:#4089aa solid 1px;
	margin:0 0 1.5em 0;
	color:#4089aa;
    font-size:1.5em;
	}
	
.footerLinks a {
	font-family:'bebasneuepro-bold', Arial, sans-serif;color:#ffffff;
	-webkit-transition: color 0.4s ease-in-out;
	-moz-transition: color 0.4s ease-in-out;
	-o-transition: color 0.4s ease-in-out;
	transition: color 0.4s ease-in-out;
	}

.footerLinks a:link, .footerLinks a:visited {
	text-decoration:none;
	}

.footerLinks a:hover, .footerLinks a:active {
	color:#eb6d24;
	}
    
a.socialFooter {
	color:#ffffff;
	-webkit-transition: color 0.4s ease-in-out;
	-moz-transition: color 0.4s ease-in-out;
	-o-transition: color 0.4s ease-in-out;
	transition: color 0.4s ease-in-out;
    text-align: center;
    margin:0 0 1em 0;
    display: block;
    font-size:1.5em;
    font-family:'bebasneuepro-bold', Arial, sans-serif;}

a.socialFooter:link, a.socialFooter:visited {
	text-decoration:none;
	}
    
a.socialFooter:hover, a.socialFooter:active {
	color:#eb6d24;
	}
	
.address {
	color:#ffffff;
	padding:0 0 1.5em 0;
	border-bottom:#4089aa solid 1px;
	margin:0 0 1.5em 0;
	font-family:'bebasneuepro-bold', Arial, sans-serif;font-size:1.5em;
	}
	
.address h2 {
	font-family:'bebasneuepro-bold', Arial, sans-serif;font-size:1.5em;
    font-weight: normal;
	color:#97d2dc;
	}
	
.owned {
	color:#97d2dc;
	padding:0 0 1.5em 0;
	border-bottom:#4089aa solid 1px;
	margin:0 0 1.5em 0;
	font-size:.9em;
	font-family:'bebasneuepro-bold', Arial, sans-serif;}

.owned img {
	margin:0 auto 1em auto;
	width:15%;
	}
	
.copyright {
	color:#97d2dc;
	font-size:.8em;
	padding:0 0 2em 0;
	}
	
@media screen and (max-width: 1750px) {
	
footer {
	padding:2em 0;
	margin:0 0 0 0;
	}
	
.footerInner {
	width:90%;
	margin:auto;
	}
	
}

@media screen and (max-width: 800px) {

.owned img {
	width:25%;
	}
	
}

@media screen and (max-width: 700px) {
	

}


