:root {
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
}

.bg {
    background: url(../images/bg.png) repeat-x;
    position: fixed;
    width: 100%;
    height: 252px;
    top: 0;
    left: 0;
    z-index: -1;
}

.small2 {
    font-size: 80%;
    font-weight: 400;
    font-family: 'Schoolbell', cursive;
}

.navbar {
    padding: 0.5rem 1rem;
    margin: inherit;
    font-size: inherit;
}

ul.navbar-centered {
    /* Center wrapped menu items */
    text-transform: uppercase;
    text-align: center;
}

    ul.navbar-centered .nav-item {
        display: inline-block;
    }

a.nav-link.white {
    color: #fff !important;
}

.navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    font-size: 1.25rem;
}

.navbar-text {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-toggler {
    font-size: 1.25rem;
    border: 1px solid transparent;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

.list-group-item {
    background-color: inherit;
}

.bg-dark {
    background-color: #000 !important;
}

/*.btn {
    display: inline-block;
    font-weight: 400;
    text-align: left !important;
    white-space: normal !important;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.0rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}*/

@media (min-width: 1200px) {
    .container {
        max-width: 1350px;
    }
}

@media (min-width: 576px) {
    .jumbotron {
        padding-top: 1rem;
        padding-bottom: 0rem;
    }
}

.mt-4, .my-4 {
    margin-top: 24px !important;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: "Glyphicons Halflings"; /* essential for enabling glyphicon */
    font-weight: 900;
    font-size: larger;
    content: "\2212"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: grey; /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\2b"; /* adjust as needed, taken from bootstrap.css */
}

@media (max-width: 704){
    main div.container {
        height: 100px
    }
}