/* baloo-2-regular - latin */
@font-face {
  font-family: 'Baloo 2';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/baloo-2-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/baloo-2-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/baloo-2-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/baloo-2-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/baloo-2-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/baloo-2-v11-latin-regular.svg#Baloo2') format('svg'); /* Legacy iOS */
}
/* baloo-2-800 - latin */
@font-face {
  font-family: 'Baloo 2';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/baloo-2-v11-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/baloo-2-v11-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/baloo-2-v11-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/baloo-2-v11-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/baloo-2-v11-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/baloo-2-v11-latin-800.svg#Baloo2') format('svg'); /* Legacy iOS */
}

body {
  font-family: 'Baloo 2';
}
a {
  text-decoration: none !important;
  color: #bd1622;
}
a:hover {
  color: #212529;
}
.c-brand {
  color: #bd1622;
}
.c-white {
  color: #ffffff;
}
.bg01 {
  background-image: url(../img/bg01.jpg);
  background-size: cover;
}
.bg03 {
  background-image: url(../img/bg03.jpg);
  background-size: cover;
  background-position: center;
}
.b_focusTextMedium {
  font-weight: bold;
      font-size: 1.8em;
}
.dc_sth {
  color: grey;
  font-style: italic;
}
.b_primtxt {
  display: none;
}
.smi-holder {
  display: flex;
    justify-content: space-around;
}
.smi {
  width: 40px;
  margin: 0 auto;
  display: inline-block;
}
.logo img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {

  h1, .h1 {
    font-size: 1.6em;
  }

  h2, .h2 {
    font-size: 1.1em;
  }

  h3, .h3 {
    font-size: 1.75rem;
  }

  h4, .h4 {
    font-size: 1.1em;
  }

  h5, .h5 {
    font-size: 1em;
  }

}
