body h1,h2,h3,h4{
    font-family: 'Bebas Neue', cursive;;
}
a,p{
   font-size: 16px;
   font-weight: normal;
   font-family: Roboto;
}

.top-section{
   background-color: #FFFBF0;
   height: 600px;
   left: 0px;
   top: 0px;
}

.text-highlight{
   color:#FABE4C;
}
.text-highlight1{
   color: #363958;
}
.h-img img{
   padding-top: 50px;
   top: -63px;
}
.jacks{
   height: 380px;
   width: 334px;
}

.price{
   font-size: 25px;
   color: #FABE4C;
   font-weight: 700;
   font-family: Roboto;
}
.w-jacket{
   background-color: #F1F1F1;
}
.product-card{
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.card-footer{
   border: none;
   background-color: white;
}
.group-text{
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
   text-align: center;
}
.g-text{
   font-weight: 700;
   font-family: Roboto;
   
}

#subscribe{
   height:300px;
   background-color: #FFFBF0;
}


footer{
   text-align: center;
   height: 50px;
   
}

@media (min-width: 768px) and (max-width: 959px){
   .col-md-3{
       width: 50%;
   }
}

