.button-basic, header ul li .sign-up, header .mobile-CA .sign-up {
  border-radius: 5px;
  padding: 10px 18px;
  color: white;
  background-color: #3e0563;
  font-size: 1.1rem;
  outline: none;
  border: none;
  cursor: pointer;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 12vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 60px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(219, 219, 219, 0.5);
          box-shadow: 0px 1px 0px 0px rgba(219, 219, 219, 0.5);
}

header .brand_logo {
  z-index: 5;
}

header img {
  width: 70px;
  height: 70px;
}

header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header ul li {
  list-style: none;
  padding: 0 20px;
}

header ul li a {
  text-decoration: none;
  color: #0c0114;
  font-weight: 700;
  font-size: 1.1rem;
}

header ul li .log-in, header ul li .sign-up {
  border-radius: 5px;
  padding: 10px 18px;
}

header ul li .log-in {
  margin-left: 20px;
  color: #3e0563;
  background-color: #eee8f2;
}

header .mobile-CA {
  display: none;
}

@media screen and (max-width: 768px) {
  header {
    padding: 0 30px;
  }
  nav li:nth-of-type(1), nav li:nth-of-type(2),
  nav li:nth-of-type(3), nav li:nth-of-type(4),
  nav li:nth-of-type(5), nav li:nth-of-type(6) {
    display: none;
  }
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 80px;
}

main .header {
  text-align: center;
  margin: 40px 0;
}

main .header h1 {
  color: #0c0114;
  font-size: 3rem;
  font-weight: bolder;
}

main .header p {
  color: gray;
}

main .caw-image {
  width: 100%;
}

main .caw-image img {
  width: 100%;
}

main .secondRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 80px;
}

main .secondRow .content {
  width: 40%;
}

main .secondRow .content h1 {
  font-size: 3rem;
  font-weight: bolder;
}

main .secondRow .content p {
  font-size: 1.5rem;
  font-weight: 300;
}

main .secondRow .image2 {
  width: 50%;
}

main .secondRow .image2 img {
  width: 80%;
  margin-left: 20%;
}

@media screen and (max-width: 768px) {
  main {
    padding: 0 20px;
  }
  main .header {
    text-align: center;
    margin: 20px 0;
  }
  main .header h1 {
    color: #0c0114;
    font-size: 2rem;
    font-weight: bolder;
  }
  main .header p {
    color: gray;
  }
  main .caw-image {
    width: 100%;
  }
  main .caw-image img {
    width: 100%;
  }
  main .secondRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  main .secondRow .content {
    width: 100%;
  }
  main .secondRow .content h1 {
    font-size: 2rem;
    font-weight: bolder;
  }
  main .secondRow .content p {
    font-size: 1.2rem;
    font-weight: 300;
  }
  main .secondRow .image2 {
    width: 100%;
  }
  main .secondRow .image2 img {
    width: 100%;
    margin-left: 0;
  }
}
/*# sourceMappingURL=caw.css.map */