/**
 * Color classes and default styling are in /assets/main.css, focus your efforts there
 * @import external fonts at top of this page before default.css
 * remove comment for dark-mode.css if you want to enable that -- will not be 100%, you will need to fix minor things
 */
@import url("./assets/default-settings.css");
/** @import url("assets/dark-mode.css"); */

body:not(.wp-admin) { background: url('/wp-content/uploads/2013/07/Nostalgi_Plain_By_Flugeiden_1920X1200.jpg'); }
#block-3 > .container, body > header > .navbar .container { box-shadow: 0 0 8px #bbb: }
body main.container { box-shadow: 0 0 8px #bbb; }
 body > div.widget .container, body main.container { background-color: var(--bs-white); }
body main.container #content { border-bottom: 0.25rem solid #cfcfcf; }

.navbar > .container { padding: 0.5rem 0; background-color: #f9f9f9; border-top: 1px solid #ececec; border-bottom: 1px solid #ececec; }
.navbar #menu-main-menu .nav-link { padding: 0 1.125rem; border-right: 1px solid #dbdbdb; }
.navbar #menu-main-menu li:last-child .nav-link { border-right: 0 none; }

.post-header { display:none; }

.home p { line-height: 2.5rem; }

body main.container footer { margin: 0 -0.75rem; padding: 0.75rem 0; font-size: 0.75rem; color: #808080; background-color: #202020; border-top: 2.375rem solid #313131; }

/** media queries */
/** Small devices (landscape phones, 576px and up) [-sm] */
@media only screen and (min-width : 576px) {
}

/** Medium devices (tablets, 768px and up) [-md] */
@media only screen and (min-width : 768px) {
}

/** Large devices (desktops, 992px and up) [-lg] */
@media only screen and (min-width : 992px) {
}

/** X-Large devices (large desktops, 1200px and up) [-xl] */
@media only screen and (min-width : 1200px) {
}

/** larger desktops, 1400px and up [-xxl] */
@media only screen and (min-width : 1400px) {
}