.container-header .container-nav {
    justify-content: center; /*right;*/
}

.container-below-top, .container-topbar {
    justify-content: center !important;
}

.container-nav {
    justify-content: center !important;
}

:root {
  --cassiopeia-color-primary: #1c1c1c;
  --cassiopeia-color-link: #424242;
  --cassiopeia-color-hover: #6E6E6E;
}

!.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
!    text-align: center;
!}

.container-header .navbar-brand a {
    color: #fff;
    text-decoration: none;
}

body {
    text-align: center;
}

.metismenu.mod-menu {
    margin: 0;
    justify-content: center;
}

.metismenu.mod-menu .metismenu-item {
    font-size: 1rem;
    line-height: 0.9;
    justify-content: end;
}

@font-face {
    font-family: 'ralewayregular';
    src: url('../fonts/raleway/raleway-regular-webfont.woff2') format('woff2'),
         url('../fonts/raleway/raleway-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body, 
h1, h2, h3, h4, h5
{
 font-family: 'ralewayregular', sans-serif;
}
