/*Content*/

#Content {
  position: relative;
  top: 370px;
  left: 25.6%;
  width: 63%;
  height: 30px;
  z-index: 1;
  padding: 20px;
  border: none 2px solid;
  /* background-color:#FFFFFF; */
}

body {
  margin: 0em;
  background-color: #EFEFEF;
  /* background-image: url("../img/chair_2.jpg"); */
  background-repeat: no-repeat;
  background-size: cover;
  /* background-attachment: fixed; */
  background-position: center top;
  /* background-position-x: 1000%; */
  /* height: 100%; */
  /* width: 100%; */
}

.box {
  position: relative;
  /* background-color: rgba(158, 146, 143, 0.15); */
  background-color: rgba(255, 255, 255, 0.5);
  /* background-image: url("../img/gallery/atorias.jpg"); */
  /* background-repeat: no-repeat; */
  /* background-size: 100% auto; */
  background-image: url("../img/gallery/coalMain.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  /* background: url(../img/gallery/atorias.jpg) no-repeat scroll center top transparent; */
  /* background-size: 100em auto; */
  background-size: cover;
  /* color: rgb(230, 230, 230); */
  color: black;
  display: block;
  /* padding: 5em 4em; */
  width: 100%;
  height: 40em;
  /* margin-top: 10em; */
  align-items: center;
  line-height: 1.7em;
  margin-top: 0em;
  /* left: 15%; */
  /* border-radius: 10px; */
  /* padding:2em; */
}

.bio {
  position: relative;
  /* display: block; */
  /* height: 100%; */
  font-size: 0.9em;
  color: white;
  margin-top: 31em;
  margin-left: 5%;
}

.realBio {
  position: relative;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 10px 0px 0px #EFEFEF;
  /* background-color: rgba(230, 230, 230, 0.5); */
  height: 15em;
  align-items: center;
  padding: 4.0em;
}

.realBio h3 {
  text-align: center;
  /* margin-bottom: 1em; */
  margin-top: 0em;
}

.realBio p {
  text-align: center;
  align-self: center;
  /* max-width: 40%; */
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.projectTitles {
  position: relative;
  display: block;
  /* background-color: grey; */
  /* width: 10%; */
  margin-left: 5%;
  margin-top: 2em;
  /* padding: 2em 5em; */
}

.ImageContainer {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  flex-grow: 1;
  width: 90%;
  margin-left: 5%;
  justify-content: space-between;
  /* margin-left: 20%; */
}

.projectImages {
  /* width: 30%; */
  position: relative;
  max-width: 33%;
  min-width: 20em;
  /* min-width: 15em; */
  /* height: auto; */
  /* margin: 1%; */
}

.projectAnalyse {
  width: 90%;
  margin-left: 5%;
}

.flexImage {
  width: 100%;
  height: auto;
}

.item1 a {
  border-bottom: 2px solid #A8A79F;
  padding-bottom: 6px;
}

/*The Prperty tax title*/

#sidenavtext h3 {
  margin: 0 auto;
  margin-bottom: 1.17rem;
  margin-top: 1rem;
}

/* #footer {
  top: 0em;
} */

@media screen and (max-width: 934px) {
  .realBio {
    padding: 3em;
  }
}

@media screen and (max-width: 816px) {
  .box {
    background-size: 100em auto;
    height: 35em;
  }
}

@media screen and (max-width: 574px) {
  .realBio {
    padding: 2em;
  }
  .realBio p {
    max-width: 100%;
  }
}