* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.logo, h1 {
  font-family: 'Amiri', serif;
  font-weight: normal;
}

.main-bg, .social, .pagination {
  position: absolute;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  background: white;
}

.logo {
  color: #000;
  font-size: 1.2rem;
  font-weight: bold;
}

.menu {
  display: none;
}

.main-bg {
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/2621168/main-bg.jpg");
  background-repeat: no-repeat;
  background-position: 40% 0%;
  background-size: cover;
  top: 70px;
  right: 0;
  width: 40%;
  height: 900px;
  z-index: -10;
}

.main-content {
  padding: 8rem 4rem 8rem 3rem;
}

.main-content h1 {
  font-size: 2.5rem;
  line-height: 1;
}

.main-content p {
  font-size: 1rem;
  line-height: 1.5;
  padding-left: 20%;
}

.main-content p::before {
  content: "";
  position: absolute;
  left: 0;
  width: 20%;
  height: 2.5rem;
  background-color: #F1EDE2;
  margin-top: .3rem;
}

.social {
  display: none;
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  background: #23383B;
  position: relative;
  margin-top: 4rem;
}

footer .makeup {
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/2621168/makeup.jpg");
  background-size: cover;
  width: 8rem;
  height: 8rem;
}

footer .cta {
  position: relative;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: 3em auto;
  color: #fff;
  white-space: nowrap;
}

footer .cta::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: -1rem;
  border: 1px solid #fff;
  width: 100px;
  height: 4rem;
}

.block {
  position: absolute;
  background-color: #335255;
  width: 2.5rem;
  height: 2.5rem;
}

.one {
  right: 2.5rem;
}

.two {
  top: 2.5rem;
  right: 0;
}

@media (min-width: 650px) {
  body {
    font-size: 18px;
  }
  .social {
    display: unset;
    top: 25%;
    left: 1rem;
    z-index: 10;
  }
  .social li {
    margin-bottom: 3rem;
  }
  .pagination {
    top: 25%;
    right: 0;
    z-index: 1;
    background-color: #fff;
  }
  .pagination li {
    width: 14px;
    height: 14px;
    border: 1px solid #000;
    border-radius: 50px;
    margin: 1.5rem 1.25rem 3rem;
  }
  .pagination li.active {
    background-color: #000;
  }
  .pagination li:last-child {
    margin-bottom: 1.5rem;
  }
  .main-content {
    padding: 9rem 6rem;
  }
  .main-content h1 {
    font-size: 3rem;
  }
  .main-content p {
    padding-left: 15%;
  }
}

@media (min-width: 900px) {
  body {
    font-size: 20px;
  }
  .logo {
    font-size: 2.5rem;
  }
  .menu-mobile {
    display: none;
  }
  header {
    padding: 2rem 4rem;
  }
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu li {
    margin-left: 2.5rem;
  }
  .menu li span {
    font-weight: bold;
    padding-left: 3px;
    font-size: 1rem;
    vertical-align: top;
    color: lightblue;
  }
  .menu a {
    color: #000;
  }
  .menu a:hover {
    border-bottom: 1px solid lightblue;
  }
  .social {
    padding: 2rem 3rem;
    left: 2.5rem;
  }
  .social li {
    margin-bottom: 3.5rem;
  }
  footer {
    width: 75%;
  }
  .makeup {
    width: 12em;
    height: 12em;
  }
  .main-content {
    padding: 7em 4em 7em 8em;
  }
  .main-content p {
    width: 80%;
  }
}

@media (min-width: 1200px) {
  body {
    font-size: 22px;
  }
  .main-content {
    padding: 7em 4em 7em 10em;
  }
  .main-content p {
    width: 70%;
  }
}

@media (min-width: 1400px) {
  .main-bg {
    top: 20%;
    right: 5%;
  }
}

@media (min-height: 1200px) {
  .social {
    padding-left: 2rem;
    top: 15%;
  }
}
/*# sourceMappingURL=main.css.map */