@font-face {
  font-family: "Play";
  src: url(../fonts/Play-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Play";
  src: url(../fonts/Play-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

/* GLOBAL STYLES
-------------------------------------------------- */
body {
  background: url('../img/bg.jpg');
}

a, span, p, h1, h2, h3, h4, h5, h6, ul, li {
  font-family: "Play", Arial, Helvetica, sans-serif;
}

iframe {
  max-width: 100%;
  border: 0;
  outline: none;
  display: block;
}

/* 12px */
.text-xs {
  font-size: 0.75rem;
}
/* 14px */
.text-sm {
  font-size: 0.875rem;
}
/* 18px */
.text-lg {
  font-size: 1.125rem;
}
/* 20px */
.text-xl {
  font-size: 1.25rem;
}

.fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
}
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* LAYOUT STYLES
-------------------------------------------------- */
.navbar { z-index: 999; }

.logo-header {
  background-position: top;
  background-repeat: no-repeat;
  background-size: 250%;
  background-attachment: fixed;
}

.nav-social i.fab {
  font-size: 0.875rem;
}
.nav-social .dropdown-toggle:focus { box-shadow: none !important; }

.search .dropdown-toggle:after { content: none }
.search .dropdown-menu {
  left: unset;
  right: -0.125rem;
}
.search .dropdown-menu .input-group {
  width: 16rem;
}

#scrollToTop {
  right: 15px;
  z-index: 99;
}

.page-item.active .page-link {
  color: #fff !important;
  background-color: #6c757d;
  border: 1px solid #dee2e6;
}

@media screen and (min-width: 768px) {
  .navbar-nav li.nav-item { border-top: 0 !important; }

  .nav-item .nav-link { font-size: 0.8rem; }

  .logo-header { background-size: 180%; }
}


/* PAGE STYLES
-------------------------------------------------- */
.blog-list ul > li > a:before {
  content: '>>';
  position: absolute;
  left: 0;
}

.categories-item .categories-item-img,
.category-item .category-item-img { transition: transform 0.15s linear; }

.categories-item:hover .categories-item-img { transform: scale(1.1); }
.categories-item:hover { box-shadow: 0 .5rem 1rem rgba(0,0,0,.15); }

.category-item-img {
  height: 0;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center;
}
.category-item-play {
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.25);
}
.category-item-play .fas { font-size: 2rem; }
.category-item:hover .category-item-play { opacity: 1; }
.category-item-title { line-height: 1.25; }

.article p,
.article h5 { font-family: Arial, Helvetica, sans-serif; }