h1{
    font-family: "Overlock",Sans-serif;
    font-size: 8vw;
    font-weight: bold;
    letter-spacing:6px; 
    text-shadow:0px 0 10px var(--menugrey);
    color: white;
    padding: 10%;
}
h2{
    font-size: 3vw;
    font-weight: bold;
    color: yellow;
    padding: 130px 0;
    margin: 10px;
}
h3 {
  font-size: 150%;
  font-weight: 400;
  line-height: 155%;
  color:var(--theme);
}
h4 {
  font-size: 125%;
  font-weight: 400;
  line-height: 155%;
  color:#7a7a7a; 
  text-indent: 50px;
  text-align:left;
}
p{
  text-indent: 50px;
  text-align:left;
}
/* main  */
/* section-a */
#section-a{
  background: url(../../../images/home/services.jpg) no-repeat fixed center;
  background-size: cover;
  margin-top:50px;
}

/* section-b */
#section-b{
  margin: 40px 0;
}
/* section-c */
.column{  
  float:left;
  width: 100%;
}
#c-col-1{  
  background: url(../../../images/home/delivery.jpg) no-repeat center;
  background-size: cover;
  border-radius: 50%;  
}
#c-col-2{
  background: url(../../../images/home/nyc.jpg) no-repeat center;
  background-size: cover;
  border-radius: 50%;  
}
#c-col-3{  
  background: url(../../../images/home/international.jpg) no-repeat center;
  background-size: cover;
  border-radius: 50%;  
}
#c-col-4{
  background: url(../../../images/home/import.jpg) no-repeat center;
  background-size: cover;
  border-radius: 50%;  
}
#c-col-5{  
  background: url(../../../images/home/tech.jpg) no-repeat center;
  background-size: cover;
  border-radius: 50%;  
}
#section-d, #section-f {
  clear: both;
}

#section-g::after {
  content: "";
  clear: both;
  display: table;
} 
/* end of main */

@media (min-width: 768px) {
  /* main */
  /* section-a */
  /* section-c */
  .c1{
    width: 30%;
  }
  .c2{
    width:65%;
  }
  /* end of main */
}