.header-slider-container {
    overflow-x: hidden;
}

html {
    font-size: 15px !important;
}

/* Body tekst */
body,
p,
a,
li,
span {
    font-size: 1rem !important;
    /* 15px */
}

/* Navbar */
.main-navbar a,
.main-navbar .dropdown-toggle,
.main-navbar .dropdown-item,
.simple-menu-list a {
    font-size: 0.95rem !important;
}

/* Buttons */
.btn {
    font-size: 0.9rem !important;
    padding: 0.5rem 1rem !important;
}

/* Headings - proportioneel */
h1,
.h1 {
    font-size: 1.5rem !important;
}

h2,
.h2 {
    font-size: 1.35rem !important;
}

h3,
.h3 {
    font-size: 1.15rem !important;
}

h4,
.h4 {
    font-size: 1rem !important;
}

/* News items */
.news-title a {
    font-size: 1.05rem !important;
}

.news-date {
    font-size: 0.85rem !important;
}

.news-short-description {
    font-size: 0.95rem !important;
}

/* Footer */
.main-footer h3 {
    font-size: 1.2rem !important;
}

.main-footer p,
.main-footer a,
.main-footer li {
    font-size: 0.95rem !important;
}

.bottom-footer,
.bottom-footer-small {
    font-size: 0.85rem !important;
}