html,
body {
  font-family: "Outfit", sans-serif;
  font-size: 10px;
  font-weight: 300;
  color: #fff;
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #07b1fc;
}

body {
  background-image: url("../img/background-image-v1.jpg");
  background-position: center center;
  background-size: cover;
}

.content-box {
  height: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-box-center {
  background-color: #2b256b;
  background-color: rgba(43, 37, 107, 0.9);
  width: 80%;
  max-width: 800px;
  margin: 0;
}

.columns {
  padding: 0 3rem 2rem 3rem;
  display: flex;
  flex-direction: row;
}

.title {
  padding-top: 15px;
}

.column {
  flex: 2 1 auto;
}

.column-2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 150px;
  height: 47px;
}

h1 {
  font-weight: 700;
  font-size: 3.3rem;
  text-align: center;
}

h2 {
  font-weight: 700;
  font-size: 3rem;
  text-align: center;
}

p {
  font-size: 2rem;
}

b, strong {
  font-weight: 700;
}

a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
a:hover {
  color: #07b1fc;
  border-bottom: 1px solid #07b1fc;
}

/* Responsive (Breakpoint) -------------------------------- */
@media only screen and (max-width: 670px) {
  /* START */
  body {
    padding-top: 100px;
    padding-bottom: 30px;
  }

  .content-box {
    display: block;
    padding: 0 30px 0 30px;
  }

  .content-box-center {
    width: 100%;
  }

  .columns {
    flex-direction: column;
    flex-direction: column-reverse;
  }

  .column-1 {
    text-align: center;
  }
}
/* END */
/* Responsive (Breakpoint) -------------------------------- */
@media only screen and (max-width: 430px) {
  /* START */
  html,
body {
    font-size: 9px;
  }
}
/* END */
/* Responsive (Breakpoint) -------------------------------- */
@media only screen and (max-width: 370px) {
  /* START */
  html,
body {
    font-size: 8px;
  }
}
/* END */

/*# sourceMappingURL=app-22-10-10.css.map */
