/* marvel-regular - latin */
@font-face {
  font-family: 'Marvel';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/marvel-v6-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Marvel'), local('Marvel-Regular'),
    url('fonts/marvel-v6-latin-regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('fonts/marvel-v6-latin-regular.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('fonts/marvel-v6-latin-regular.woff') format('woff'),
    /* Modern Browsers */
    url('fonts/marvel-v6-latin-regular.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('fonts/marvel-v6-latin-regular.svg#Marvel') format('svg');
  /* Legacy iOS */
}

body, h1, h2, h3, h4, h5, h6, .uk-navbar-nav>li>a {
  font-family: "Marvel", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 30px;
}

h5, h6 {
  font-size: 1.7rem;
  letter-spacing: 1px;
  line-height: 1.7;
  color: white;
}

.uk-navbar {
  background: #f7f7f7;
  color: #666;
  /* border: 1px solid rgba(0, 0, 0, .1);*/
  border-bottom-color: rgba(0, 0, 0, 0.08);
  padding-top: 10px;
  padding-bottom: 10px;
}
.uk-logo img {
  max-height:90px;
}

.uk-navbar-nav>li>a {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 3px;
}

.uk-slideshow {
  position: relative;
  z-index: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  touch-action: pan-y;
}

.h3-titolo {
  font-size: 2rem;
  line-height: 50px;
  text-align: left;
  color: #9b9c9e;
}

span.yeah {
  color: #fcb54c;
  font-size: 2.5rem;
  text-transform: uppercase;
}

.question a {
  padding-left: 15px;
  padding-right: 15px;
  background-color: rgba(147, 149, 152, 0.38);
  color: white;
  min-height: 70px;
  padding: 10px 10px !important;
  justify-content: center;
  font-size: 1.3rem !important;

}


.q1.uk-active a {
  background-color: #3aaadc;
  color: white;
}

.q2.uk-active a {
  background-color: #e5352d;
  color: white;
}

.q3.uk-active a {
  background-color: #cf67a0;
  color: white;
}

.q4.uk-active a {
  background-color: #97be0d;
  color: white;
}
.uk-slider-items li img {
  max-height: 120px;
}

.uk-subnav-pill>*>:focus,
.uk-subnav-pill>*>:hover {
  background: rgba(147, 149, 152, 0.38);
  color: #666;
  text-decoration: none;
  outline: 0;
}
 /* .blink_me {
    animation: blinker 1s linear infinite;
  }
  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }
  */