/*-------------------
Sample CSS overwriting main.css rules

[Table of contents]
    1. Typography
    1. Typography
    1. Scrolling Behavior
[Typography]
    font-family :
    - Geometric : "Glacial Indifference", "Montserrat"
    - Serif : "Serif, Playfair Display"
*/
/* 1. Typography */
/* page header */
/* title */
@font-face {
    font-family: 'gemsbuck01bold';
    src: url('../fonts/gemsbuck01bold.otf') format('opentype');
}
@font-face {
    font-family: 'gemsbuck01regular';
    src: url('../fonts/gemsbuck01regular.otf') format('opentype');
}
@font-face {
    font-family: 'univanova-light';
    src: url('../fonts/univanova-light.otf') format('opentype');
}
@font-face {
    font-family: 'univanova-medium';
    src: url('../fonts/univanova-medium.otf') format('opentype');
}
.display-title,
.section-home h1,
.section-home h2,
.media-service h4,
.section-content h2,
.section-content h3 {
  font-family: gemsbuck01bold; }

.display-3 {
  font-weight: bold !important; }

.display-5 {
  font-weight: bold; }

.display-6 {
  font-family: gemsbuck01bold; }

/* small text */
.page-header-alpha .navbar-topmenu .navbar-nav-menu .nav-item,
.scrolldown a,
.btn-outline-white,
.btn-outline-black,
.display-subtitle,
.display-condensed,
.btn-divided .b-title {
    font-family: gemsbuck01bold;
}

.media-card .media-body h4 {
    font-family: gemsbuck01bold;
}

.media-aside-text .media-body h4 {
    font-family: gemsbuck01bold;
}

.media-feature h4 {
    font-family: gemsbuck01bold;
}

.media-slide-item-alpha .media-body h3,
.media-slide-item-beta .media-body h3 {
    font-family: gemsbuck01bold;
    font-weight: bold;
}

.page-header-drawer .navbar-mainmenu .mainmenu-content li,
.page-header-drawer .navbar-mainmenu .mainmenu-content .nav-item {
    font-family: gemsbuck01bold;
}

.section-title .title-bg {
    font-family: gemsbuck01bold;
    font-weight: bold;
}

.section-footer .navbar-brand .text .line {
    font-family: gemsbuck01bold;
}

/* Buttons */
.btn-line,
.scrolldown a {
    font-family: gemsbuck01bold;
}

.btn-transp-arrow .text {
    font-family: gemsbuck01bold;
}

.menu-icon .text {
  font-family:gemsbuck01bold; }
