@charset "utf-8";
@import url("style.css");
/* CSS Document */

*{
  margin:0px;
  padding:0px;
}

body{
  margin:0;
 font-family: Verdana, sans-serif;
  font-size:3px;
  color:#999999;
  line-height:1.6;
   
}
#showcase{
	background-image:url(truck26.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;
  font-family: Verdana, sans-serif;
  padding:0 0px;
   font-size:9px;
   color:#e4f0df;
}
#showcase h1{
font-family: Verdana, sans-serif;
  font-size:12px;
  color:#e4f0df;
  line-height:1.2;
}
#showcase h2{
  font-family: Verdana, sans-serif;
  font-size:10px;
  color:#402f46;
  line-height:1.2;
}
#showcase h3{
  font-family: Verdana, sans-serif;
  font-size:11px;
  color:#e4f0df;
  line-height:1.2;
}
#showcase h4{
  font-family: Verdana, sans-serif;
  font-size:11px;
  color:#f7941d;
  line-height:1.2;
}

#showcase p{
  font-size:9px;
}

#section-a{
  padding:0px;
  background:#999999;
  color:#fff;
  text-align:center top;
  font-size:11px;
  justify-content: center top;

}

#section-b{
  padding:0px;
  background:#999999;
  text-align:center top;
  font-size:11px
}

#section-c{
  display:flex;
}

#section-c div{
  padding:0px;
}

#section-c .box-1, #section-c .box-3{
  background:#643604;
  color:#fff;
}

#section-c .box-2{
  background:#f9f9f9;
}
