/*Section blocks*/
.section-block.fun {
  padding: 40px;
  margin-bottom: 10px;
  color: white;
  border-radius: 15px;
}
.section-block.mini {
  padding: 4px;
  margin-bottom: 10px;
  color: white;
  border-radius: 15px;
}
.section-block a {
  color: white;
}
.section-block h1, .section-block h2, .section-block h3, .section-block h4, .section-block h5 {
  color: white;
}
.section-block p {
  text-align: center;
}
.section-block p span {
  font-weight: bold;
  font-size: 22px;
}
.section-block img {
  max-height: 128px;
  width: auto;
}


.icon-spread {
  list-style-type: none;
  padding: 0;
}

.icon-spread li {
  display: block; 
  float: left;
  list-style-type: none;
  margin-right: 16px;
  margin-bottom: 16px;
}
.icon-spread.icon-list {
  float: none;
}
.icon-spread.icon-3 li {
  width: 30%;
}
.icon-spread.icon-2 li {
  width: 45%;
}
.icon-spread .icon-wrapper {
  display: table;
  float: left;
  border-radius: 32px;
  background-color: black;
  color: white;
  width: 48px;
  height: 48px;
  font-size: 20px;
}
.icon-wrapper span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.icon-spread div {
  margin-left: 60px;
}

.grid {
  list-style-type: none;
  padding: 0;
}
.grid li {
  width: 96px;
  font-size: 12px;
  float: left;
  background-color: #f9f9f9;
  border: 1px solid white;
  line-height: 1.4;
  padding: 10px;
  height: 96px;
  text-align: center;
}
.grid img {
  max-width: 32px;
}
.grid .grid-text {
  margin-top: 10px;
  display: block;
  text-align: center;
  word-wrap: break-word;
}

.photos {
  margin-top: 60px;
  margin-left: 20px;
  margin-right: 20px;
}
.photos img {
  margin: 40px 20px;
}
.photos.mini img {
  margin: 10px;   
}


.prettylist {
  text-align: center;
}
.prettylist li {
  display: inline-block;
  text-align: center;
  font-weight: bold;      
  background-color: purple; 
  border-radius: 40px;
  padding: 10px;
  margin: 5px; 
  color: white;
}
