/*!
  * Item: Kitzu
  * Description: Personal Portfolio Template
  * Author/Developer: Exill
  * Author/Developer URL: https://themeforest.net/user/exill
  * Version: v2.0.0
  * License: Themeforest Standard Licenses: https://themeforest.net/licenses
  */

/*----------- ADD YOUR CUSTOM CSS STYLES BELOW -----------*/
.home-area {
  background-image: url('/assets/img/page/home/background.jpg');
}

@media (max-width: 1400px) {
  .home-area {
    background-image: url('/assets/img/page/home/background-1400.jpg');
  }
}

@media (max-width: 1000px) {
  .home-area {
    background-image: url('/assets/img/page/home/background-center.jpg');
  }
}

.certificates {
  margin-top: 30px;
}

a.item-title {
  color: #fff;
  font-size: 1.25rem;
}
a.item-title:focus,
a.item-title:hover {
  color: #009e66;
}
