i {
  vertical-align: middle !important;
}

.icon-block {
  padding: 0 15px;
}

.icon-block .material-icons {
  font-size: inherit;
}

.bold {
  font-weight: bold;
}

.anim-delay {
  animation-duration: 2s;
  animation-delay: 0.5s;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.wide {
  min-width: 95%;
}

.seperate-btn {
  margin-top: 5px;
}

.chip {
  font-size: 20px;
  margin: 5px;
}
.about-me{
  margin-top: 15px;
}
#things_tags {
  min-height: 100px;
}

.white-wall {
  width: 100%;
  height: 100%;
  z-index: 99999;
  position: fixed;
  background-color: white;
}

.preloader-wrapper {
  position: fixed;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.no-top{
  margin-top: -40px;
}
