body {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* height: 100vh; */
  justify-content: center;
  position: relative;
  width: 100%;
}
.logo-black {
  width: auto;
  height: 40px;
  position: absolute;
  top: 0;
}

header {
  margin-top: 100px;
}

h1 {
  font-size: 48px;
  color: #000;
  line-height: 0.87;
  font-weight: 700;
  margin: 0 0 10px;
}

h1 span {
  color: #fff;
  -webkit-text-stroke: 2px #3e20ff;
}

h1 + p {
  line-height: 1.6;
  font-size: 15px;
  width: 85%;
  margin: auto;
}
.signup-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

.signup-wrapper p {
  font-weight: 600;
  color: #232735;
  line-height: 1.5;
}

#mc_embed_signup_scroll {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
}

input {
  text-align: center;
  border: 0;
  border: 1px solid #bdbdbd;
  padding: 16px;
  margin-bottom: 15px;
  font-size: 13px;
  width: 100%;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  flex: 3;
}
input::placeholder {
  color: #aaa;
  font-size: 13px;
}

.button {
  border: 0;
  margin: 0;
  padding: 17px 40px;
  background: #3e20ff;
  color: #fff;
  font-size: 13px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  flex: 1;
}
.button:focus,
.button:active,
input:focus,
input:active {
  outline: none;
}

.subscribe-message {
  width: 100%;
  background: #fff;
  color: #000;
  margin: 0;
  padding: 20px 0;
}

.subscribe-message.success {
  color: #47ab47;
}
.subscribe-message.error {
  color: #ff6966;
}

.img-wrapper {
  position: relative;
  margin-top: 30px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.img {
  background-size: cover;
}

.img span {
  display: none;
}

.img-1 {
  margin-left: -20px;
  width: 120px;
  height: 150px;
  background-image: url("../img/hm-eleven-95.jpg");
}
.img-2 {
  margin-top: 40px;
  width: 140px;
  height: 98px;
  z-index: 1;
  background-image: url("../img/andrew-rodger.jpg");
}

.img-5 {
  margin-right: -20px;
  margin-top: 20px;
  width: 79px;
  height: 156px;
  z-index: 3;
  background-image: url("../img/natasha-vigille.jpg");
}

.img-3,
.img-4 {
  display: none;
}

.rect {
  position: absolute;
  border: solid 2px #3e20ff;
}

.rect-1 {
  left: 80px;
  bottom: 10px;
  height: 64px;
  width: 48px;
}
.rect-2 {
  z-index: 2;
  right: 25px;
  top: 0px;
  width: 64px;
  height: 88px;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
}

footer span {
  font-size: 12px;
  line-height: 2;
}

footer a {
  font-size: 12px;
  text-decoration: underline;
  color: #000;
}

@media only screen and (min-width: 768px) {
  body {
    padding: 60px;
    /* overflow: hidden; */
  }
  .container {
    height: 100vh;
    max-width: 800px;
  }
  .logo-black {
    left: 0;
  }
  header {
    margin: 0;
  }
  h1 {
    margin: 15px 0;
    font-size: 64px;
  }

  h1 span {
    -webkit-text-stroke: 3px #3e20ff;
  }
  h1 + p,
  p {
    font-size: 18px;
  }

  .signup-wrapper p {
    font-size: 20px;
    line-height: 1.6;
  }

  .form-wrapper {
    padding: 10px;
    background-image: url("../img/pattern-diagonal-line.svg");
    width: 65%;
  }

  #mc_embed_signup_scroll {
    padding: 10px;
    flex-direction: row;
  }
  input {
    text-align: left;
    margin: 0;
  }
  .button {
    max-width: 200px;
  }

  .img-1 {
    height: 180px;
    width: 150px;
  }
  .img-2 {
    width: 180px;
    height: 168px;
  }

  .img-5 {
    width: 140px;
    height: 220px;
  }

  footer {
    justify-content: center;
  }
  footer a {
    margin-left: 20px;
  }
}

@media only screen and (min-width: 992px) {
  h1 {
    font-size: 80px;
  }
}

@media only screen and (min-width: 1024px) {
  .container {
    max-width: 800px;
  }

  header {
    margin-bottom: 100px;
  }

  h1 {
    font-size: 100px;
  }
  .signup-wrapper p {
    max-width: 70%;
  }
  .img-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    margin: 0;
    z-index: -1;
  }
  .img {
    margin: 0;
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 20px;
    padding-bottom: 10px;
  }
  .img span {
    display: block;
    color: #fff;
    font-size: 10px;
    text-align: left;
    margin-bottom: 5px;
    font-family: "Montserrat", sans-serif;
  }
  .img-1 {
    width: 140px;
    height: 240px;
    left: 20px;
    top: 5%;
  }
  .img-2 {
    width: 170px;
    height: 320px;
    left: 0;
    bottom: 5%;
    z-index: -2;
  }
  .img-3,
  .img-4 {
    display: flex;
  }
  .img-3 {
    right: 10%;
    width: 150px;
    height: 230px;
    background-image: url("../img/mike-fishpen.jpg");
  }
  .img-4 {
    top: 15%;
    width: 150px;
    height: 230px;
    background-image: url("../img/paula-gardner.jpg");
    z-index: -2;
  }

  .img-5 {
    bottom: 2%;
    right: 7%;
    width: 180px;
    height: 320px;
  }

  .rect-1 {
    left: -10px;
    bottom: -20px;
    height: 200px;
    width: 240px;
  }
  .rect-2 {
    z-index: 4;
    right: -5px;
    bottom: 90px;
    width: 140px;
    height: 220px;
    top: auto;
  }
}

@media only screen and (min-width: 1400px) {
  h1 {
    font-size: 120px;
  }
  .container {
    max-width: 1000px;
  }
  .img-1 {
    width: 180px;
    height: 280px;
  }
  .img-2 {
    width: 200px;
    height: 350px;
  }

  .img-3 {
    width: 180px;
    height: 260px;
  }
  .img-4 {
    width: 180px;
    height: 260px;
  }

  .img-5 {
    width: 220px;
    height: 350px;
  }
  .img span {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1400px) {
  .img-1 {
    width: 250px;
    height: 420px;
  }
  .img-2 {
    width: 250px;
    height: 420px;
  }

  .img-3 {
    right: 12%;
    width: 240px;
    height: 400px;
  }
  .img-4 {
    top: 18%;
    width: 280px;
    height: 330px;
  }

  .img-5 {
    width: 280px;
    height: 420px;
  }
}
