/*Main Styles*/
body {
    background-image: url("https://i.pinimg.com/736x/2f/3a/8a/2f3a8a927bae35b9f2f56908bb9993ce.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.header-box {
  margin-left: 12em;
  margin-right: 20em;
}
  .website-title {
    display: fixed;
    font-size: 26px;
    color: #ff85d2;
    text-shadow: 0 0 10px black;
    margin-left: 12rem;
    margin-top: -2rem;
    margin-bottom: 2rem;
  }
  .subtitle {
    margin-left: 4rem;
    font-size: 22px;
    font-style: italic;
    color: white;
  }

.body-box {
  max-width: 70vw;
  border: 2.5px dotted white;
  border-radius: 5px;
  opacity: 0.80;
  display: flex;
  flex-flow: row wrap;
  justify-content:center;
  list-style: none;
  margin: 0 auto; /*Leave this ALONE! It centers the box!*/
}
  .content-box-1 {
    background-color: rgba(255, 166, 230, 0.50);
    border: 0.75px solid rgba(255, 183, 235, 0.75);
    color: white;
    border-radius: 3px;
    display: flex;
    width: 50%;
    margin: 1%;
    padding: 0.5%;
  }
      .content-box-1-img {
        margin: 10px;
        padding: 4px;
        display: flex;
      }
        .content-box-1-img-resize {
          max-width: 8rem;
          height: auto;
        }
      .content-box-1-txt {
        margin: 8px;
        padding: 2px;
        text-align: left;
      }
  .content-box-2 {
    background-color: rgba(207, 169, 223, 0.50);
    border: 0.75px solid rgba(255, 183, 235, 0.75);
    border-radius: 3px;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 40%;
    color: white;
    margin: 1%;
    padding: 0.5%;
  }
  .content-box-3 {
    background-color: rgba(144, 100, 163, 0.75);
    border: 0.75px solid rgba(255, 183, 235, 0.75);
    color: white;
    border-radius: 5px;
    text-align: center;
    padding: 0.5%;
    width: 93%;
  }
  .content-box-4 {
    background-color: rgba(255, 166, 230, 0.50);
    border: 0.75px solid rgba(255, 183, 235, 0.75);
    color: white;
    display: flex;
    margin: 1%;
    padding: 0.3%;
    border-radius: 5px;
    width: 45%;
  }
      .content-box-4-img {
        margin: 10px;
        padding: 4px;
        display: flex;
      }
        .content-box-4-img-resize {
          max-width: 8rem;
          height: auto;
        }
      .content-box-4-txt {
        display: flex;
        margin: 8px;
        padding-top: 2%;
        padding-left: 0.75%;
        text-align: right;
      }
  .content-box-5 {
    background-color: rgba(207, 169, 223, 0.50);
    border: 0.75px solid rgba(255, 183, 235, 0.75);
    color: white;
    width: 45%;
    margin: 1%;
    padding: 0.5%;
    border-radius: 5px;
    display: flex;
    justify-content: center;
  }

  /*.left-art-wrap {
    width: 20%;
    background-attachment: fixed;
  }*/
  /*.right-art-wrap {
    width: 20%;
  }*/

/* XL Devices [1200px+] */
/* @media screen and (min-width: 1200px) {}*/
/* L Devices [992px - 1199px] */
/* @media screen and (min-width: 992px) {}*/
/* M Devices [769px - 991px] */
/* @media screen and (min-width: 769px) and (max-width: 991px) {}*/
/* S Devices [481px - 768px] */
/* @media screen and (min-width: 481px) and (max-width: 768px) {}*/
/* XS Devices [321px - 480px] */
/* @media screen and (min-width: 321px) and (max-width: 480px) {}*/
/* XXS Devices [320px and less] */
/* @media screen and (max-width: 320px) {} */