html, body{ min-height:100%}

body {
    margin: 0;
    padding: 0;
    font-family: 'Rubik', sans-serif;
    background: linear-gradient(180deg, #f1f8ff 0%, #e6f6f9 35%, #fefefe 70%);
    color: #1f1f1f;
    min-height: 100%;
}

a {
    border: none;
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

header.hero {
    padding: 60px 20px 40px;
    text-align: center;
}

header.hero .hero-inner {
    max-width: 980px;
    margin: 0 auto;
}

header.hero .logo {
    max-width: 420px;
    width: 100%;
    height: auto;
    margin: 0 auto 18px;
    display: block;
}

header.hero .tagline {
    margin: 0 auto 28px;
    max-width: 680px;
    color: #2c2c2c;
    font-size: 1.15rem;
    line-height: 1.5;
}

header.hero .store-buttons {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

header.hero .store-buttons img {
    height: 44px;
    width: auto;
    display: block;
}

/* Removed brand icons to simplify the layout */

.content {
    max-width: 1000px;
    margin: 0 auto 60px;
    padding: 0 20px;
}

.screenshots h2 {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
}

.screenshots .slider {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    padding-bottom: 12px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    cursor: grab;
    user-select: none;
}

.screenshots .slider::-webkit-scrollbar {
    height: 8px;
}

.screenshots .slider::-webkit-scrollbar-thumb {
    background: rgba(31, 31, 31, 0.2);
    border-radius: 999px;
}

.screenshots .slider.dragging {
    cursor: grabbing;
}

.screenshots .slide {
    flex: 0 0 280px;
    scroll-snap-align: start;
}

.screenshots .slide img {
    width: 100%;
    height: auto;
    border-radius: 18px;
    border: 1px solid rgba(31, 31, 31, 0.08);
    box-shadow: 0 10px 20px rgba(31, 31, 31, 0.06);
    background: #fff;
}

.site-footer {
    padding: 26px 20px;
    text-align: center;
    font-size: 0.9rem;
    color: rgba(31, 31, 31, 0.7);
    border-top: 1px solid rgba(31, 31, 31, 0.08);
}

.site-footer a {
    color: rgba(31, 31, 31, 0.75);
    font-weight: 600;
}

.site-footer a:hover {
    color: rgba(31, 31, 31, 0.95);
}


div.clear {
    clear: both;
}

#menu {
    position: fixed;
    top: 0;
    left: 0;
    text-align: right;
    width: 100%;
    height: 25px;
    z-index: 1000;
}

.menu2 {
    margin-top: 1px;
    margin-right: 40px;
    font-weight: bold;
}

#menu a, #menu a:visited {
    color: #fff;
    text-decoration: underline;
    font-size: 16px;
    margin: 0 0 0 20px;
}

#title {
    width: 1000px;
    margin: 20px auto;
    text-align: center;
}

#title img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

#content {
    /* text-align: center;
    width: 100%;
    margin-top: 10px;
    padding-bottom: 50px;
    color: #ddd;
    font-size: 24px; */
    width: 1000px;
    margin: 0 auto 0 auto;
    text-align: center;
    color: black;
    /* text-shadow: 0 3px 0px rgba(0, 0, 0, 0.4); */
}

.center {
    text-align: center;
}

.mailing-list {
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
}

.mailing-list h2 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.mailing-list label {
    font-size: 18px;
}

.mailing-list input.button {
    padding: 5px 15px;
    color: #fff;
    font-size: 18px;
    background: #D47D25;
    border: 0 none;
    cursor: pointer;
    border-radius: 5px;
    display: inline-block;
    margin-top: 20px;
}

.mailing-list div.mc-field-group input {
    width: 300px;
}

/* #footer a {
    color: #fff;
    font-size: 20px;
    font-family: 'Nunito', sans-serif;
} */

/* #footer span {
    margin-left: 20px;
    margin-right: 20px;
} */

#footer {
    margin-top: 20px;
    clear: both;
    margin-bottom: 20px;
}

#footer a 
{
  margin-left: 20px;
  margin-right: 20px;
  font-weight: bold;
  color: black;
  /* font-size: 20px; */
  /* text-transform: uppercase; */
  /* font-family:"Raleway", Arial, sans-serif;
  letter-spacing: 2px; */
    /* text-shadow: 0 2px 0px rgba(0, 0, 0, 0.4); */
  /* text-decoration: none; */
  font-weight: bold;
  font-size: 18px;
  /* color: rgba(0.13, 0.13, 0.13, 1);   */
}

#footer a:hover 
{ 
  color: black;  font-weight: none; text-decoration: underline; 
}

h1,h2,h3 {
    font-weight: normal;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 10px;
    color: black;
}
* {
    box-sizing: border-box
  }
  /* body {
    font-family: Verdana, sans-serif;
    margin: 0
  } */
  .mySlides {
    display: none
  }
  img {
    vertical-align: middle;
  }
  .slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
  }
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  /* Caption text */
  .text {
    color: #ffffff;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }
  /* Number text (1/3 etc) */
  .numbertext {
    color: #ffffff;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #999999;
    border-radius: 10%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  .active,
  .dot:hover {
    background-color: #111111;
  }
  /* Fading animation */
  .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
  }

  .button-holder
  {
      text-align:center;
      position: relative;
      top: -50px;
  }

  @-webkit-keyframes fade {
    from {
      opacity: .4
    }
    to {
      opacity: 1
    }
  }
  @keyframes fade {
    from {
      opacity: .4
    }
    to {
      opacity: 1
    }
  }
  /* On smaller screens, decrease text size */
  @media only screen and (max-width: 300px) {
    .prev,
    .next,
    .text {
      font-size: 11px
    }
  }