/*
Theme Name: Samljóð Portalur
Theme URI: https://www.solvi.fo
Author: Sølvi Reinert Hansen
Author URI: https://www.solvi.fo
Description: Blankur botnur fyri Samljóð-portalin: eingin heysur, eingin valmynd, full breidd. Nýt hendan temaið á undirsíðum, sum bert vísa portalin.
Version: 1.0.1
Requires at least: 6.4
Requires PHP: 7.4
License: GPLv2 or later
Text Domain: samljod-portal
*/

*,
*::before,
*::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
	margin: 0;
	padding: 0;
	background: #f4f5f8;
	color: #1a1d23;
	font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
	-webkit-font-smoothing: antialiased;
}

/* The portal supplies all its own chrome; this is only the canvas. */
.samljod-portal-canvas {
	width: 100%;
	min-height: 100vh;
	padding: clamp(.75rem, 2vw, 2rem);
}

/* Let the portal use the screen instead of the theme's narrow column. */
.samljod-portal-canvas .nsm-portal,
.samljod-portal-canvas .band-portal,
.samljod-portal-canvas .choir-portal {
	max-width: min(1600px, 100%);
	margin: 0 auto;
}

/* Login and notice cards stay comfortably narrow. */
.samljod-portal-canvas .band-login-notice,
.samljod-portal-canvas .choir-login-notice,
.samljod-portal-canvas .nsm-login-notice {
	margin-top: clamp(1rem, 6vh, 4rem);
}

img, svg, video { max-width: 100%; height: auto; }
