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

h1 {
    font-size: 2.5rem;
}

.sg-header {
    padding-top: 0.2rem;
}

#header #logo img {
    width: 180px;
    margin-top: 10px;
}

#sg-mainmenu .menu > li > a {
    border: none;
}
/*
.button.secondary {
    background-color: #a2a2a2;
}

.button.secondary:hover, .button.secondary:focus {
    background-color: #8f8f8f;
}
*/
.button.alert, #sg-mainmenu .menu > li > a.button.alert {
    background-color: #d9534f;
    border-color: #d43f3a;
    color: white;
}

.button.alert:hover, #sg-mainmenu .menu > li > a.button.alert:hover {
    background-color: #e76d69;
    border-color: #d43f3a;
}

.button.secondary, #sg-mainmenu .menu > li > a.button.secondary {
    background-color: #777;
    color: #fff;

}.button.secondary:hover, #sg-mainmenu .menu > li > a.button.secondary:hover {
    background-color: #8d8d8d;
    color: #fff;
}

.button.hollow, .button.hollow:hover, .button.hollow:focus {
    background-color: transparent;
}

.sg-highlight-light a, .sg-highlight-light .sg-content a, .sg-color-dark-gray a, .sg-color-yellow a, .sg-color-orange a, .sg-color-blue a, .sg-color-red a, .sg-color-purple a, .sg-color-green a {
    color:inherit;
}

.sg-content{
    padding-top:2rem;
}

#sidebar {
    padding-top: 10px;
}
.side-menu .main-item {
    padding:10px;
    font-size: 20px;
}
.side-menu .main-item.active {
    font-weight: bold;
}

.side-menu .sub-item {
    padding-top: 10px;
    padding-left: 30px;
    display: none;
    font-size: 16px;
    font-weight: normal;
}
.side-menu .sub-item.active {
    font-weight: bold;
}
.side-menu .main-item.active .sub-item {
    display: block;
}
.side-menu .main-item-number {
    font-weight: bold;
    color: gray;
}

.search-item {
    margin-left: 0px !important;
    margin-bottom: 30px !important;
}

label {
    font-size: 1rem;
    font-weight: bold;
}

.radio label {
    font-weight: normal;
}

.narrow-form {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.grav-youtube {
    padding-top: 0px !important;
    padding-bottom: 56.3% !important;
}