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

html {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    background:  #242424;
    background-image: url(../Riggheimasida2026.jpg);
    background-size: cover;
    background-position: center bottom;
    color:#fff;
    font-family: "Fira Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    padding:120px 0 0;
    margin:0 auto;
    height: 100%;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased !important;
	text-rendering: optimizeLegibility;
	font-feature-settings: "kern";
	-webkit-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern=1";
    text-align: center;
}

#mc_embed_signup_scroll h2 {
    margin: 0 !important;
}

#mc_embed_signup_scroll h3 {
    margin: 0 !important;
    font-weight: 500;
}

.rigg-logo {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 40px;
}