/**
 * Taste specific styles.
 **/

 @font-face {
  font-family: "Hurley";
  src: url("../fonts/Hurley-1967-Script-Reg.otf");
}

.taste-brand {
  font-family: 'Hurley';
  font-size: 60px;
  font-weight: 400;
  color: #119822;
}

.taste-brand img {
  margin-right: 15px;
  margin-top: 5px;
  width: 0.7em;
}

.taste-copy {
  font-family: 'Patua One', cursive;
  font-size: 22px;
  font-weight: 100;
}

.taste-summary {
  font-family: 'Lato', cursive;
  font-size: 22px;
  font-weight: 100;
}

.taste-teaser {
  font-family: 'Lato', cursive;
  font-size: 33px;
  font-weight: 400;
}

.taste-teaser-sm {
  font-family: 'Lato', cursive;
  font-size: 29px;
  font-weight: 400;
}

.taste-text {
  font-family: 'Lato', cursive;
  font-size: 20px;
  /* font-weight: 300; */
}

.taste-form-button {
  padding: 0;
  border-width: 0;
}

.get-updates-container {
  margin-bottom: 20px;
}

@media (min-width: 60em) {
  #sign_up_form_row {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1000px) {
  .cover-container .cover {
    max-width: 40em;
    margin-right: 33em;
  }
}

@media (max-width: 999px) {
  .cover-container .cover {
    max-width: 40em;
  }
}

@media (max-width: 900px) {
  .container .taste-image {
    max-width: 100%;
    padding-bottom: 40px;
    float: none!important;
  }
  .taste-copyright {
    padding-top: 10px;
    padding-left: 15px;
  }
}

@media (min-width: 901px) {
  .container .taste-image {
    padding-left: 10px;
  }
  .sign_up_form_row {
    max-width: 60em;
  }
}

/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #007bff;
}

a.nav-link.active {
  color: #007bff;
}

a.nav-link {
  color: #333;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #fff;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #333;
  border: .05rem solid #333;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #333;

  background-image: linear-gradient(to bottom right,#119822 10%, #fff 10%);
  background-repeat: no-repeat;
}

/* .cover-container {
  background-image: url();
  background-position: right;
  background-size: 510px;
  background-repeat: no-repeat;
} */

/*
 * Header
 */

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}

.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}


/*
 * Footer
 */
/* .mastfoot {
  color: rgba(255, 255, 255, .5);
} */

#loading {
  width: 100%;
  text-align: center;
}

#google-button img {
  height: 60px;
}

#apple-button img {
  margin: 10px;
  height: 40px;
}

#app-root {
  margin-bottom: 4em;
}

.qr-code img {
  margin: 0 auto;
}