body {
  background: #F2B626;
  font-family: Arial, sans-serif;
  position: relative;
}

.navbar {
  padding: 12px;
  background: #00000022 0% 0% no-repeat padding-box;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);

  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.navbar-toggler {
  margin-left: auto;
}

.nav-link, .nav-link:hover {
  color: white;
}

.nav-link:hover {
  text-decoration: underline;
}

.content {
  margin-top: 100px;
  padding: 30px;
}

@media screen and (min-width: 768px) {
  .content {
    margin-top: 150px;
  }
}

.active {
  color: #ffffff !important;
}


.footer {
  background-color: #5f059f;
  color: white;
  padding: 20px 0;
}

.app-store-button {
  width: 175px;
  height: 58px;
  color: #fff;
  display: block;
  border: 0;
  text-align: center;
  background-image: url(../img/download_apple_button.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 99;
  position: relative;
}

.image-width {
  width: 300px;
}

.responsive-content {
  padding: 40px 10px;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .responsive-content {
    flex-direction: row;
  }
}

.brand-background-1 {
  background-color: #f1c14d;
}
