.cmspromo {
  background-color: #c95427;
  border: none;
  color: white;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}
.cmspromo2 {
  background-color: #e21e30;
  border: none;
  color: white;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}
.cmspromo3 {
  background-color: #e21e30;
  border: none;
  color: white;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
}
.storebutton {
  background-color: #ffffff;
  border width: 2px;
  border color: black
  color: black;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none! important;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}
.storebutton {
  background-color: white; 
  color:#555555; 
  border: 1px solid #555555;
}
.storebutton:hover {
  background-color: #555555;
  color: white;
}
.storebutton1 {
  background-color: #458257; 
  color: white; 
  border: 1px solid #458257;
}
.storebutton1:hover {
  background-color: black;
  color: white;
}
.storebuttoncontainer { 
  display: flex;
 justify-content: center;
 align-items: center;
}
.storebuttoncontainer1 { 
  display: flex;
 justify-content: left;
 align-items: left;
}
.center {
 display: inline-block;
 justify-content: center;
 align-items: center;
}
.iconcolumn {
  float: left;
  width: 20%;
  padding: 5px;
}
/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 500px) {
  .iconcolumn {
    width: 100%;
  }