/*! HTML5 Boilerplate v9.0.0-RC1 | MIT License | https://html5boilerplate.com/ */

/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #152943;
  font-size: 1em;
  line-height: 1.4;
  background-color: #ffffff;
  font-family: urbane, sans-serif;
}

body {
  margin: 0;
  padding: 0;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {

  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* Resetting margin for the main element */
main {
  margin: 0;
}

body>section,
body>header,
body>main {
  min-width: 600px;
}

/* Styling for header and main elements */
header,
header .title,
main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.bg-green {
  background-color: #78FA93;
}

.bg-pink {
  background-color: #ff429e;
}

.bg-blue {
  background-color: #152943;
}

.bg-lightblue {
  background-color: rgba(0, 255, 245, 1);
}

.font-blue {
  color: #152943;
}

.font-white {
  color: #ffffff;
}

/* Styling for the title in the header */
header .title {
  background-color: rgba(0, 255, 245, 1);
  width: 100%;
  padding-bottom: 80px;
}

/* Styling for the inner content in the header */
header .inner {
  max-width: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}

/* Styling for headings (h1, h2, h4) */
h1,
h2,
h4 {
  font-family: 'le-monde-livre-std', Georgia, 'Times New Roman', Times, serif;
  font-weight: 700;
  margin: 0;
}

/* Styling for specific header elements */
header h1 {
  text-align: center;
  padding: 70px 0 15px 0;
  font-size: 2.4em;
}

header h2 {
  text-align: left;
  font-size: 1.9em;
}

header h2 span {
  background-color: #ff429e;
  color: #ffffff;
  padding: 5px;
}

/* Styling for logobar */
.logobar {
  background-color: #152943;
  text-align: center;
  margin: 0;
}

.logobar h1 {
  color: #ffffff;
}

/* Styling for main logo */
.mainlogo {
  max-height: 200px;
  margin: 50px auto 10px auto;
}

/* Styling for signup section */
div.signup {
  text-align: center;
}

/* Aligning text to the right */
.right {
  text-align: right;
}

.center {
  text-align: center;
}

/* Styling for top-text */
div.top-text .left,
div.top-text .right {
  font-family: 'le-monde-livre-std', Georgia, 'Times New Roman', Times, serif;
  font-size: 1.8em;
  margin-bottom: 30px;
  font-weight: 700;
  font-style: normal;
}

/* Styling for top-text section */
section.top-text {
  margin-bottom: 20px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

/* Styling for inner content with a signup button */
.inner a.btn-signup {
  margin-top: 50px;
  display: inline-block;
}

/* Styling for signup button */
.btn-signup {
  padding: 10px 50px;
  background-color: #152943;
  color: #ffffff;
  border-radius: 30px;
  text-decoration: none;
  font-size: 1.1em;
  font-family: 'urbane', sans-serif;
  font-weight: 600;
  display: inline-block;
}

a.btn-signup:hover {
  background-color: #00fff5;
  color: #152943;
}

/* Styling for various text elements in the main section */
.questions p,
.questions h4,
main p,
main h4,
ul.advantages {
  margin-left: auto;
  margin-right: auto;
  font-family: 'urbane', sans-serif;
  line-height: 1.8em;
  margin-bottom: 20px;
  font-weight: 300;
  font-style: normal;
  max-width: 90%;
  font-size: 1.2em;
}

/* Styling for specific headings in the main section */
main h4,
.questions h4,
.signupbanner h4 {
  font-family: 'le-monde-livre-std', Georgia, 'Times New Roman', Times, serif;
  font-size: 1.8em;
  margin-bottom: 30px;
  font-weight: 700;
  font-style: normal;
}

/* Additional styling for the main section */
main,
.questions {
  position: relative;
  top: -60px;
  padding-bottom: 30px;
}

/* Styling for questions and main sections */
.questions,
main {
  background-color: #fff;
  border-radius: 15px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

/* Styling for advantages list */
ul.advantages {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}

ul.advantages li {
  max-width: 90%;
  margin-left: 60px;

  font-family: 'urbane', sans-serif;
  font-style: normal;
  padding: 5px 10px 5px 20px;
  margin-bottom: 5px;
  border-radius: 5px;

  background-image: linear-gradient(to right, rgba(0, 255, 245, 1) 50%, #ff429e 50%);
  background-position: 0 0;
  background-size: 200% auto;
  text-decoration: none;
  -webkit-transition: background-position 250ms ease-out;
  transition: background-position 250ms ease-out;
}

ul.advantages li:hover {
  /*background-color: #ff429e;
  background-position: right;
  background: linear-gradient(to right, #ff429e 0%, #ff429e 100%)*/
  background-position: -99.99% 0;
}

/* Styling for hashtag section */
div.hash-tag ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
}

div.hash-tag li {
  font-size: 1.3em;
  font-family: 'le-monde-livre-std', Georgia, 'Times New Roman', Times, serif;
  font-weight: 500;
  padding: 5px;
  color: #ff429e;
}

/* Styling for signup section */
section.signup {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* Styling for signup heading */
section.signup h2#signup {
  font-size: 2em;
  text-align: center;
  padding: 10px;
  margin-bottom: 50px;
  border-bottom: 4px #152943 solid;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

/* Styling for gift notice and address group */
div.giftnotice,
.mc-address-group {
  margin-left: -20px;
}

/* Styling for gift notice */
div.giftnotice {
  border: 10px solid #ffba00;
  background-color: #ffba00;
  padding: 20px 10px;
  margin-bottom: 0;
}

/* Styling for address group */
.mc-address-group {
  border: 10px solid #ffba00;
  padding: 20px 10px 5px 10px;
}

/* Styling for the Marketing Notice */
.gdpr-mergeRow {
background-color: #f3f3f3;
padding: 10px;
margin-bottom: 10px;
}

.gdpr-mergeRow p {
  font-weight: 300;
  margin-bottom: 10px;
}

/* Styling for gift notice content */
div.giftnotice h3,
p {
  padding: 5px 0;
  margin: 0;
}

/* Styling for signup banner section */
section.signupbanner {
  height: 350px;
}

/* Styling for signup banner content */
section.signupbanner div {
  text-align: center;
  padding-top: 100px
}

section.signupbanner div a {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border: 2px #ffffff solid;
}

section.signupbanner-split {
  height: 100px;
  position: relative;
  z-index: -10;
  top: -150px;
  margin-bottom: -200px;
}

.signup-questions-still {
  margin-top: 20px;
}

footer {
  background-color: #f7f9fb;
  font-weight: 300;
  font-size: 1em;
  padding-top: 50px;
  padding-bottom: 30px;
}

footer p {
  
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

footer p.about {
  margin-bottom: 20px;
}

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

h1.maintitle {
  padding-bottom: 0px;
  margin-bottom: 0;
  text-align: center;
  font-weight: 500;
  font-size: 34px;  
  font-family: Cubano, sans-serif;
}

span.main-subtitle {
  color: #ffffff;
padding-bottom: 30px;
display: inline-block;
font-size: 18px;
font-weight: 300;

}

a.main-subtitle-highlight {
  background-color: #ff429e;
  padding-right: 3px;
  padding-left: 3px;
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
}

a:visited, a:hover {
  text-decoration: none;
}

#mc_embed_signup input.button {
  margin-left: auto;
  margin-right: auto;
  padding: 5px 20px;
  height: auto;

  border-radius: 30px;
  text-decoration: none;
  font-size: 1.1em;
  font-family: 'urbane', sans-serif;
  font-weight: 600;
}

#event-sneak img {
  max-width: 45%;
}

.discrete {
  font-size: 1em;
  font-weight: 100;
}