/*@font-face {
    font-family: 'chawp';
    src: url('../../assets/font/chawp.ttf') format('truetype');
    font-display: swap;
  }*/

body {
    background: #222222;
}

.navbar {
    background: #181818 !important;
}

.intro {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  padding-top: 76px;
}

.bg-uhr {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.chalkboard {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    /*font-family: 'chawp', sans-serif;*/
    color: #fff;
}

.chalkboard .card-title {
    font-size: 2.5em;
    padding-bottom: 1em;
    padding-top: .7em;
}

.chalkboard .card-text {
    font-size: 1.8em;
}
.chalkboard .card-footer {
    font-size: 1.8em;
    text-align: right;
    border-top: none;
}