#about_me {
  scroll-snap-type: y mandatory;
    min-height: 63rem;
    height: 97vh;      
    background-color: 'white';
    position: relative;
}

@media only screen and (max-device-width: 900px) and (orientation: portrait) {
  #about_me {
    height: 85vh;
  }
}

.about_me_parallax {
  scroll-snap-align: start;
  height: 7rem;
	background-image: url("../img/assets/Contact_background.jpg");;
	background-position: center top;
	background-attachment: fixed;
	background-size: 100% 100%;
	position: relative;
	vertical-align: middle;
}

@media only screen and (max-device-width: 900px) and (orientation: portrait) {
  .about_me_parallax {
    height: 5rem;
    background-image: url("../img/assets/Contact_background.jpg");;
    background-position: center center;
    background-attachment: fixed;
    background-size: auto 100%;
    position: relative;
    vertical-align: middle;
  }
}

.about_me_background {
  min-height: 63rem;
  height: 97vh;   
  background-image: url("../img/assets/About_me.jpg");
  background-position: right center;
  background-attachment: scroll;
  background-size: 100% 100%;
  position: relative;
}

.about_me_block {
	padding-top: 6rem;
}

@media only screen and (max-device-width: 900px) and (orientation: portrait) {
  .about_me_block {
    padding-top: 3rem;
  }
}

.about_me_text {
  color: #000f01;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  font-size: 1.25rem;
  line-height: 2.5rem;
  font-weight: 300;
}

@media only screen and (max-device-width: 900px) and (orientation: portrait) {
  .about_me_text {
    width: 95%;
  }
}

.about_me_end {
  display: flex;
}

@media only screen and (max-device-width: 900px) and (orientation: portrait) {
  .about_me_end {
    flex-direction: column;
  }
}

.about_me_contact {
  width: 100%;
  padding-top: 2rem;
}

.about_me_info {
  color: #000f01;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.25rem;
  line-height: 2.5rem;
  font-weight: 300;
}

@media only screen and (max-device-width: 900px) and (orientation: portrait) {
  .about_me_info {
    padding-top: 0;
    line-height: 2rem;
    text-align: center;
  }
}

.about_me_logo {
  width: 70%;
  justify-content: center;
  display: flex;
  padding-top: 2rem;
}

@media only screen and (max-device-width: 900px) and (orientation: portrait) {
  .about_me_logo {
    width: 100%;
    justify-content: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.logo-end {
  width: 25%;
  align-self: baseline;
}


@media only screen and (max-device-width: 900px) and (orientation: portrait) {
  .logo-end {
    width: 33%;
  }
}
