/* Custom Mobile Background Image */

@media only screen and (max-width: 768px) {
    .blockWrap_d964335e23dc490cb13e38020990c7ed {
        background-image: url(https://static.mywebsites360.com/db45ca128ff54cf0982f1b1a1ff6143f/i/ceed939a834141fbad265f0b5c65685b/1/5feFb8zhrk/HERO%20MOBILE%20.png);
    }
}

/*Footer Logos*/

* {
  box-sizing: border-box;
}

/* Three equal columns that float next to each other */
.column {
  text-align: center;
  float: left;
  width: 33%;
  padding: 15px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* For mobile responsive */
@media only screen and (max-width: 768px) {
  [class*="column"] {
    width: 100%;
  }
}


/*MAKE ITEMS IN SIMPLE LIST BLOCK ON WEBS360 HAVE DIFFERENT BACKGROUND COLORS*/

.blockWrap_cf1d6337a53840b6b3bc0a5e3109e8a2 .item:nth-child(1) {
background-color: #1D8734;
}

.blockWrap_cf1d6337a53840b6b3bc0a5e3109e8a2 .item:nth-child(2) {
background-color: #CE1800;
}

.blockWrap_cf1d6337a53840b6b3bc0a5e3109e8a2 .item:nth-child(3) {
background-color: #F7A71B;
}

.blockWrap_cf1d6337a53840b6b3bc0a5e3109e8a2 .item:nth-child(4) {
background-color: #D3B700;
}