
@media (max-width: 375px){
  body  { padding: 0 0; }
}

body  { background-color: #231815; }
a { text-decoration: none; color: #4D2104;  }
a .row2  { text-decoration: none; color: #ffffff;  }

a:hover { text-decoration: none;   }


.featurette       {  box-shadow: 0 0 3px  0px rgba(0, 0, 0, 0.5); }
.featurette:hover {  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.12); }

.row1 { background-color: #ffc107; }
.row2 { background-color: #291411; }
.row3 { background-color: #ffe3d9; }

.row1 div.order-2 img.img-fluid { margin-top: 3rem; }
.row1 div.order-2 p.lead { margin-top: 1rem; }

.row2 div.order-2 img.img-fluid { margin-top: 3rem; max-width: 85%; }
.row2 div.order-2 p.lead { margin-top: 1rem; }

.row3 div.order-2 img.img-fluid { margin-top: 3rem; }
.row3 div.order-2 p.lead { margin-top: 1rem; }


