/*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%; */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

iframe {
  width: 100%;
  height: 35em;

}

p {
  margin-top: 0em;
  margin-bottom: 0em;
}

h1 {
  margin-top: 0em;
  margin-bottom: 0em;
  font-weight: lighter;
}

h2 {
  margin-top: 0em;
  margin-bottom: 0em;
  font-weight: lighter;
}

h3 {
  margin-top: 0em;
  margin-bottom: 0em;
  font-weight: lighter;
}

h4 {
  margin-top: 0em;
  margin-bottom: 0em;
  font-weight: lighter;
}

.backgroundBox {
  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/sketch06.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; */
}

.blogBox {
  width: 75%;
  display: flex;
  flex-direction: column;
}

.postContentBox {
  display: flex;
  flex-direction: row;
}

.blogPost {
  /* background-color: rgba(0, 0, 0, 0.1); */
  border: dashed 1px;
  display: flex;
  flex-direction: column;
  padding: 2%;
  margin-bottom: 1em;
  border-radius: 1em;
}

.blogTitleBox {
  margin-bottom: 1em;
}

.imageBox {
  width: 30%;
}

.paragraphBox {
  width: 70%;
  /* padding: 3%; */
  padding-left: 5%;
  padding-right: 5%;
}

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

.teamBox {
  width: 25%;
  /* background-color: rgba(0, 0, 255, 0.5); */
  display: flex;
  flex-direction: column;
}

.teamBox h1 {
  margin-left: 10%;
}

.member {
  padding: 10%;
}

.profilePic {
  margin-bottom: 0.5em;
}

.member_name {
  /* text-align: center; */
}

.member_name h2 {
  letter-spacing: 6px;
  margin-bottom: 0.2em;
}

.member_name p {
  font-size: 0.8em;
}

.content {
  width: 70%;
  margin-left: 15%;
  display: flex;
  flex-direction: row;
  padding-top: 2em;
}

/* When in homepage, homepage button underlined */
.item6 a {
  border-bottom: 2px solid #A8A79F;
  padding-bottom: 6px;
}
