.image {
  cursor: pointer;
  /*height: 300px;*/
  position: relative;
  overflow: hidden;
  /*width: 400px;*/
  text-align: center;
}

.image .overlay {
  background-color: rgba(7,186,242,0.9);
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  opacity: 0;
  /*width: 360px;*/
  /*height: 100px;*/
  /*padding: 130px 20px;*/
}

.image:hover .overlay {
  opacity: 1;
}

.image .text {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  transform: translateY(0px);
  /*-webkit-transform: translateY(0px);*/
}

.image .title {
  /*font-size: 2.5em;*/
  text-transform: uppercase;
  opacity: 0;
  transition-delay: 0.2s;
  transition-duration: 0.2s;
}

.image:hover .title, .example:focus .title {
  opacity: 1;
  transform: translateY(25%);
  -webkit-transform: translateY(25%);
}

.spacing {
  letter-spacing: 10px;
}

.h5-glo {
  color: #05b0f9;
  font-weight: 700;
  font-family: 'Architects Daughter';
  background-color: #fffdca;
  /*letter-spacing: 2px;*/
}

.glo {
  font-size: 1.5rem;
  cursor: pointer;
  color: #05a1f9;
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
}

@media (min-width: 992px) {
  .glo {
    /*font-size: 2rem;*/
    cursor: pointer;
    color: #05a1f9;
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
  }
}

.glo:hover {
  color: #fb5b01;
  text-shadow: 0px 0px 8px rgb(251,166,1);
}

.glo:active {
  color: #ff8d07;
  text-shadow: 0px 0px 8px rgb(251,166,1);
}

.gloletter {
  color: #fb5b01;
  font-size: 2rem;
  font-weight: 600;
  text-shadow: 0px 0px 8px rgb(251,166,1);
}

.spacing {
  letter-spacing: 4px;
}

.destination {
  margin-top: -50px;
  padding-top: 100px;
}

.destination2 {
  margin-top: -80px;
  padding-top: 140px;
  top: 380px;
  /*position: relative;*/
}

.illu {
  margin-right: 16px;
  padding-top: 8px;
}

