/*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;
}

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/kaboom/kaboom_bg2.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: 30em;
  /* margin-top: 10em; */
  align-items: center;
  line-height: 1.7em;
  margin-top: 0em;
  /* left: 15%; */
  /* border-radius: 10px; */
  /* padding:2em; */
}

.briefBox {
  width: 100%;
  display: flex;
  flex-direction: column;
}

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

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

.titleBox {
  margin-bottom: 1em;
}

.imageBox {
  width: 40%;
}

.paragraphBox {
  width: 60%;
  padding-right: 5%;
}

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

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

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