@charset "utf-8";
/* CSS Document */

*{
  margin:0px;
  padding:0px;
}

body{
  margin:0;
 font-family: Lucida "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size:10px;
  color:#6e3402;
  line-height:1.6;
   
}
#showcase{
	background-image:url(ContentSUBPage.jpg);
	background-repeat:no-repeat;
  background-position:center top;
  height:100vh;
  display:flex;
  flex-direction:column;
  justify-content: center top;
  align-items: center top;
  text-align:center top;
  padding:0 0px;
}
#showcase h1{
  font-size:12px;
  line-height:1.2;
}

#showcase p{
  font-size:10px;
}

#section-a{
  padding:20px;
  background:#999999;
  color:#fff;
  text-align:center top;

}

#section-b{
  padding:0px;
  background:#e9ddc8;
  text-align:center top;
}

#section-c{
  display:flex;
}

#section-c div{
  padding:20px;
}

#section-c .box-1, #section-c .box-3{
  background:#643604;
  color:#fff;
}

#section-c .box-2{
  background:#f9f9f9;
}
