:root {
  --primary-color: #03265b;
}

.navbar {
  z-index: auto;
}

.media-content {
  overflow-y: hidden;
}

#download-now-button {
  background-color: var(--primary-color);
  color: white;
}

.app-image {
  height: 75vh;
  min-width: 38vh;
  position: relative;
  padding: 10px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  opacity: 0;
  transition: opacity 0.6s ease;
}

.active .app-image {
  opacity: 1;
}

.carousel-item {
  top: 0;
  position: absolute;
  visibility: hidden;
}

.carousel .active {
  position: relative;
  visibility: visible;
}

.carousel-dots {
  margin-top: 1rem;
  text-align: center;
}

.carousel-dots .active {
  background-color: var(--primary-color);
}

.carousel-dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.is-pasale-primary {
  color: var(--primary-color);
}

#store-link {
  height: 100px;
}

#store-link img {
  height: 100%;
}

.footer {
  color: white;
  background-color: var(--primary-color);
}

@media only screen and (max-width: 769px) {
  .footer .column {
    text-align: left !important;
  }
}

@media only screen and (max-width: 480px) {
  #landing-hero-content {
    display: flex;
    flex-direction: column;
  }

  #landing-hero-content .subtitle {
    font-size: 1rem;
  }
}


@media only screen and (min-width: 769px) {
  #circle {
    height: 100vw;
    width: 100vw;
    background-color: var(--primary-color);
    border-radius: 50%;
    position: absolute;
    top: -50vw;
    right: -50vw;
  }
}

.is-icon-large {
}

.footer-contact-link {
  color: white;
}

.footer-contact-link:hover {
  color: white;
}

.footer .fab {
  color: white;
}
