::-moz-selection {
  color: #000;
  background: #FFD951;
}

::selection {
  color: #000;
  background: #FFD951;
}

@import url('https://fonts.googleapis.com/css?family=Butterfly+Kids|Roboto');

html {
  font-size: 16px;
}

body {
  margin: 0 auto;
  color: #111;
  background-color: #fefefe;
  -webkit-transition: all 1000ms cubic-bezier(0.76, 0, 1, 1);
  transition: all 1000ms cubic-bezier(0.76, 0, 1, 1);
  font-family: 'Lexend', sans-serif;
  line-height: 2em;

}

.container {
  max-width: 700px;
  margin: 15vh auto 100px;
  padding: 0 20px;
}

p {
  font-size: 1.3rem;
  line-height: 2.2rem;
  margin: 0;
}

a {
  text-decoration: none;
  color: #111;
  padding-bottom: 2px;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, #111 0%, #111 4%, rgba(0, 0, 0, 0) 4%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #111 0%, #111 4%, rgba(0, 0, 0, 0) 4%);
  -webkit-transition: all 250ms cubic-bezier(0.76, 0, 1, 1);
  transition: all 250ms cubic-bezier(0.76, 0, 1, 1);
}

a.external {
  padding-bottom: 2px;
  padding-top: 2px;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, #5182FF 0%, #5182FF 24%, rgba(0, 0, 0, 0) 24%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #5182FF 0%, #5182FF 24%, rgba(0, 0, 0, 0) 24%);
}

a.external:hover {
  background-color: #5182FF;
  color: #111;
}

a.internal {
  padding-top: 2px;
  padding-bottom: 2px;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, #FFD951 0%, #FFD951 24%, rgba(0, 0, 0, 0) 24%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #FFD951 0%, #FFD951 24%, rgba(0, 0, 0, 0) 24%);
}

a.internal:hover {
  background-color: #FFD951;
  color: #111;
}

span {
  display: none;
}

.off {
  display: none;
}

span.on {
  display: inline;
}

.owl-carousel {
  margin-top: 15px;
  margin-bottom: 15px;
}

/*# sourceMappingURL=app.css.map */
