@font-face {
    font-family: Tektur;
    src: url(../font/tektur/Tektur-Regular.ttf);
}

*{
  font-family: Ibarra Real Nova;
}

h2 i{
  font-family: 'La Belle Aurore', cursive;
}

.font-family1{
  font-family: 'Bebas Neue', cursive;
}

.bg-color-1{
  background: #cec6b6;
}

.bg-color-2{
  background: #000000;
}

.color-1{
  color: #cec6b6;
}

.rounded1{
  border-radius: 20px;
}

.rounded2{
  border-radius: 15px;
}


.box{
  border: 3px solid #cec6b6;
  border-radius: 15px;
  -webkit-box-shadow: 1px 1px 0px 1px #7f7f7f;
  box-shadow: 1px 1px 0px 1px #7f7f7f;
  font-size: 20px;
  color: #3b3b3b;
  transition: border-color 0.3s linear;
}

.box:hover{
  border: 3px solid #7f7f7f;
  -webkit-box-shadow: 1px 1px 0px 1px #cec6b6;
  box-shadow: 1px 1px 0px 1px #cec6b6;
}

.featherlight-content h3 {
  position: absolute;
  background: #fff !important;
  z-index: 9999;
  bottom: -8px;
  width: -moz-available;
}


.grid {
  background: #EEE;
  max-width: 1200px;
}

/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- grid-item ---- */

.columns
{
    position : relative;
    color: #686050;
}
