/*@import url("https://fonts.googleapis.com/css?family=Montserrat|Open+Sans");*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
.has-vertically-aligned-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  min-height: 100%;
}

.header-wrapper {
  padding-bottom: 30px;
}


.hero {
  background-image: url(/images/hero.jpg);
  background-attachment: fixed;
  background-size: cover;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 10rem;
  height: 600px;
}

.hero .logo {
  display: block;
  margin: 1rem auto 0 auto;
  width: 175px;
  height: 175px;
  background-image: url(/images/logo_transparent_small.png);
  background-repeat: no-repeat;
  background-size: 175px 175px;
}

.hero .title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: whitesmoke;
}

.hero .subtitle {
  padding: 0.5rem;
  color: whitesmoke;
  font-weight: 600;
}

.hero .qr-code {
  width: 75px;
  height: 75px;
  background-image: url(/images/qr.png);
  background-repeat: no-repeat;
  background-size: 75px 75px;
  position: absolute;
  top: 20px;
  right: 20px;
}  

.hero .phone-image {
  margin: 50px auto;
  width: 250px;
  height: auto;
  opacity: 0;
}

.hero .phone-image-small {
  margin: 50px auto 75px auto;
  width: 220px;
  height: auto;
  opacity: 0;
}

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes easeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.slide-up-image {
  animation: slideUp 0.6s ease-out forwards;
  /* optional delay to start after load */
  animation-delay: 0.2s;
}

.ease-in-image {
  animation: easeIn 0.6s ease-out forwards;
  /* optional delay to start after load */
  animation-delay: 0.5s;
}

/*************************************************/

.store-image {
  width: 160px;
}

@media (max-width: 599px) {
  .store-image {
    width: 130px;
  }
}

/*************************************************/

.page {
  font-family: 'Open Sans', sans-serif;
}

.page .header {
  background-image: url(/images/hero.jpg);
  background-attachment: fixed;
  background-size: cover;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  padding: 2rem 4rem;
}

.page .header .title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: whitesmoke;
}

.page .content {
  padding: 1rem 4rem 2rem 4rem;
  font-size: 0.9rem;
}

@media (max-width: 599px) {
  .page .header {
    padding: 1rem;
  }

  .page .header .title {
    font-size: 1.3rem;
  }

  .page .content {
    padding: 1rem;
    font-size: 0.8rem;
  }
}


.main-content {
  padding-top: 2rem;
  background-color: white;
  font-family: 'Open Sans', sans-serif;
}


.main-content .section-dark {
  background-color: #959a9d;
  padding: 60px 0px;
}


.main-content .section-light {
  background-color: white;
  padding: 30px;
}

.main-content .section-title {
  color: #43485c;
  text-transform: uppercase;
  font-size: 1.8rem;
  letter-spacing: 2px;
  padding-bottom: 30px;
}

.main-content .section-light h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  font-weight: 600;
  color: #2975f0;
}

.main-content .section-light h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  color: #333333;
}

.main-content .section-dark h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  font-weight: 600;
  color: whitesmoke;
}

.main-content .section-dark h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  color: whitesmoke;
}

@media (max-width: 599px) {
  .main-content .section-light h1 {
    font-size: 2.5rem;
  }
  .main-content .section-light h2 {
    font-size: 2rem;
  }
  .main-content .section-dark h1 {
    font-size: 2.5rem;
  }
  .main-content .section-dark h2 {
    font-size: 2rem;
  }
}


.footer {
  bottom: 0;
  width: 100vw;
  padding: 2.5rem 0 2rem 0;
  line-height: 25px;
  text-align: center;
  background: rgb(71, 68, 68);
  color: whitesmoke;
  font-size: 0.8rem;
}

.footer .links {
  margin-bottom: 1rem;
}

.footer .links a {
  padding: 0rem 0.7rem 1rem 0.7rem;
  color: whitesmoke;
}

.footer .links a:hover {
  text-decoration: underline;
}

.footer .social a {
  color: whitesmoke;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}

.footer .social a:hover {
  color: rgb(192, 192, 192);
}


.footer .copyright {
  font-size: 0.7rem;
  padding: 1rem 1rem 1rem 1rem;
}


/*::-webkit-scrollbar {
  width: 8px;
  background-color: rgba(245, 245, 245, 0);
}

::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #43485c;
}*/



.white
{color:ghostwhite}


/***********/

/* Visual styles */
.accordion {
  color: #dee2e6;
  border: 1px solid;
  border-radius: 0.5rem;
  overflow: hidden;
}

/* Core styles/functionality */
.tab {
  position: relative;
  border-bottom: 1px solid #dee2e6;
}
.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tab-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s;
  font-family: 'Montserrat', sans-serif;
  color: black;
  background-color: white;
}
.tab input:checked ~ .tab-content {
  max-height: 10rem;
}

.tab-label,
.tab-close {
  display: flex;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #333333;
  background: white;
  cursor: pointer;
}
.tab-label {
  justify-content: space-between;
  padding: 1rem;
}
.tab-label::after {
  font-family: "Font Awesome 7 Free";
  font-weight: 900; 
  content: "\f078";
  display: inline-block;
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  color: #333333;
}
.tab input:checked + .tab-label::after {
  font-family: "Font Awesome 7 Free";
  font-weight: 900; 
  content: "\f077";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  color: #333333;
}
.tab-content p {
  margin: 0;
  padding: 1rem;
}
.tab-close {
  justify-content: flex-end;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}

