/* header menu uncomment to bring it back !*/
/*
#header nav ul li a[href="#menu"]:before {
  content: '';
  background-image: url("images/menu.svg");
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: 100%;
  position: absolute;
  right: 1.5em;
  text-align: center;
  top: 1em !important;
  width: 1em;
}
*/

#intent {
  font-family: 'Oxygen', sans-serif;

  color: #fff;
  text-align: center;
  /*font-size: 300%;*/
  font-size: 3em;

  width: 10.25em;

  border: none;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #f3f3f3;
}

@media (max-width: 480px) {
  #intent {
    font-size: 16px;
  }
}

.text-center {
  text-align: center;
}

.flex-center {
  width: 100%;
  display: flex;
  justify-content: center;
}

.chrome-store-footer {
  padding-bottom: 1em;
}

.mc-newletter-container {
  font-family: 'Oxygen', sans-serif;
  width: 65%;
  padding-top: 2em;
}

.presence-mc-button {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.indicates-required {
  text-align: right;
  font-size: 0.65em;
}

.asterisk {
  color: #cc6600;
}

.light-blue {
  color: #A8DCED;
}

.bright-blue {
  /*color: #47C4ED;*/
  color: #24BBED;
}

.mc-field-group {
  /*width: 60%;*/
  margin-top: 0.8em;
}

.mc-field-group label {
  font-size: 0.8em;
}

.mc-field-group text {
}

#footer .copyright {
  margin: 0;
}

#footer .buildstuff {
  color: #aaaaaa;
  font-size: 0.65em;
  font-style: italic;
}

.small-text {
  font-size: 0.85em;
}

.italic {
  font-style: italic;
}

.right {
  text-align: right;
}

.dotted {
  border-bottom: dotted 1px #7bd2ed;
}

.dotted:hover {
  border-bottom: dotted 1px #e3e3e3;
}

.no-underline {
 border: none;
}

.no-underline:hover {
 border: none;
}

.newsletter-content {
  width: 65%;
  border-left: solid 3px #7BD2ED;
  padding: 0.2em 0 0.2em 1.2em;
  text-align: left;

/*  display: flex;
  justify-content: center;
  flex-direction: column;
  justify-content: space-between;*/
}

@media screen and (max-width: 480px) {
  .newsletter-content {
    width: 100%;
  }

  .mc-newletter-container #mc-embedded-subscribe {
    width: 100%;
  }
}

.mc-newletter-container #mc-embedded-subscribe {
  margin-left: 0;
  margin-bottom: 0;
  display: inline-block;
}

.newsletter-content p {
  margin-top: 1em;
  margin-bottom: 1em;
}

sup {
  font-size: 0.5em;
  top: -1.0em;
}

.bluish {
  background-color: #7bd2ed;
}

.logo {
  opacity: 0.70;
  padding-top: 0.3em;
}

#payment-form {
  /*width: 50%;*/
}

#presence_icon {
  color: #e3e3e3;
  padding: 20px 0 15px 0;
}

#presence_icon:hover {
  /*color: #f7f7f7;*/
}

.presence-menu-icon {
  padding: 20px 0 15px 0;
}

.menu-inactive {
  transition: all 300ms ease;
  filter: grayscale(100%) brightness(120%);
  padding: 20px 0 15px 0;
}

.menu-inactive:hover {
  transition: all 300ms ease;
  filter: grayscale(30%) brightness(100%);
}

.menu-active {
  filter: grayscale(30%) brightness(100%);
}

.flash-container {
  text-align: center;
  color: #e3e3e3;
}

.alert {
  background-color: #6CA9BC;
  border-radius: 6px;

  filter: drop-shadow(0 0 0.3rem #4E666D);

  width: 20em;
  z-index: 20000;
  position: absolute;
  left: 50%;
  margin-left: -10em;
}

.alert {
  border-radius: 6px;
  width: 20em;
  z-index: 20000;
  position: absolute;
  left: 50%;
  margin-left: -10em;
}

.alert-info {
  background-color: #6CA9BC;
  filter: drop-shadow(0 0 0.3rem #4E666D);
}

.alert-danger {
  background-color: #dc3545;
  filter: drop-shadow(0 0 0.3rem #8E3C44);
}
