/* ### General ### */
* {
  font-family: 'Montserrat', sans-serif;
  color: white;
  /* 400, 600, 700 */
}

body {
  background-color: #004BF4;
  cursor: url("images/cursor/cursor-normal.svg"), auto;
}

a {
  color: white;
  padding-top: 5px;
}

a:hover {
  color: white;
  text-decoration: none;
  cursor: url("images/cursor/cursor-activ.svg"), auto;
}

h2,
h3 {
  font-weight: 600;
  margin-top: 20px;
}

p,
li {
  font-size: .9em;
}

/* ### Background ### */
.background {
  background-color: #004BF4;
  z-index: -100;
  position: fixed;
  top: -10vh;
  left: 45vw;
  height: 120vh;
  width: auto;
}

/* ### Buttons ### */
.y-button,
.y-button:hover {
  font-weight: 700 !important;
  padding: 6px 20px 4px 20px;
  border-radius: 100px;
  background-color: white;
  color: #004BF4;
  -webkit-box-shadow: 0 19px 40px -5px rgba(27, 78, 129, 0.3), 0 15px 12px -5px rgba(27, 78, 129, 0.22);
          box-shadow: 0 19px 40px -5px rgba(27, 78, 129, 0.3), 0 15px 12px -5px rgba(27, 78, 129, 0.22);
}

.btn-back p {
  padding-top: 5px;
}

/*
.btn-back p {

    padding: 5px;
    background-color: $color-neutral;
    color: $color-dark;
}*/
/* ### Navigation ### */
.navigation {
  height: 10vh;
  padding-top: 2vh;
}

.navigation a {
  font-weight: 600;
}

.navigation a:last-child {
  margin-left: 0;
}

.yugen-logo {
  font-size: 1.2em;
  font-weight: 700;
}

.mobile-contact {
  padding: 50px 0;
  text-align: center;
  background-color: #004BF4;
}

.mobile-contact .y-button {
  font-size: 1.2em;
  padding: 10px 25px 10px 25px;
}

/* ### Content ### */
.content {
  min-height: 85vh;
  padding-bottom: 10vh;
  padding-top: 5vh;
}

.content h1 {
  font-size: 2.6em;
  font-weight: 600;
  /*text-transform: uppercase;*/
  letter-spacing: -.01em;
  line-height: 1.1em;
  margin-bottom: 20px;
}

.content .large-list h1 {
  margin-bottom: 6vh;
}

/* ### Footer ### */
.footer {
  height: 5vh;
  text-align: center;
}

.footer a {
  margin-right: 10%;
  padding: 6px 2px 0px 2px;
  font-size: 12px;
  font-weight: 600;
}

.footer a:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767.98px) {
  .footer {
    margin: 20vh 0;
  }
}
/*# sourceMappingURL=styles.css.map */