@charset "utf-8";
@import url("style.css");
/* CSS Document */

*{
  margin:0px;
  padding:0px;
}

body{
  margin:0;
 font-family: Lucida "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size:5px;
  color:#926239;
  line-height:1.6;
   
}
#showcase{
	background-image:url(Final.jpg);
	background-repeat:no-repeat;
  background-position:center top;
  height:100vh;
  display:flex;
  flex-direction:column;
  align-items: center top;
  text-align:center top;
  padding:0 0px;
}
#showcase h1{
  font-size:50px;
  line-height:1.2;
}

#showcase p{
  font-size:10px;
}

#section-a{
  padding:20px;
  background:#C1C1A9;
  color:#fff;
  text-align:center top;

}

#section-b{
  padding:0px;
  background:#C1C1A9;
  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;
}
