.aboutmelanding {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1100px;
  margin-bottom: 30px;
}
.photo {
  display: flex;
  width: 1050px;
  height: 556px;
  background-image: url("../images/aboutme/aboutme.JPG");
  background-size: contain;
  background-repeat: no-repeat;
}
.marginbox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.7);
  margin-left: 20px;
  margin-top: 30px;
}
.whitebox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 380px;
  height: 100px;
  border: 1px solid lightgray;

}
.whitebox h1 {
  font-family: "CaneletterScriptThin";
  font-size: 3.7rem;
}
.heading {
  margin-bottom: 10px;
}
.text p {
  padding-left: 20px;
}
.text h1 {
  font-family: "ohdarling", serif;
  font-size: 3rem;
  -webkit-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
  margin-top: -30px;
  margin-bottom: 80px;
}

/* MEDIA QUERY */
/* Tablet - less than 1024px */
@media only screen and (max-width: 1093px) and (min-width:590px) {
  .photo {
    width: 800px;
    height: 423px;
  }
  .marginbox {
    display: none;
  }
  .whitebox {
    display: none;
  }
  .text h1 {
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
    margin: 0px 0px 30px 10px;
  }
}

/* mobile phone - less than 590px */
@media only screen and (max-width: 590px) {
  .photo {
    width: 400px;
    height: 212px;
  }
  .marginbox {
    display: none;
  }
  .whitebox {
    display: none;
  }
  .text h1 {
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
    margin: 0px 0px 30px 10px;
  }
}
