*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: CustomFont;
	text-transform: none;
	text-decoration: none;
}

@font-face {
font-family: "CustomFont";
src: url('../fonts/AbrilFatface-Italic.woff2') format('woff2'),
	url('../fonts/AbrilFatface-Italic.woff') format('woff'),
	url('../fonts/AbrilFatface-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
font-family: "CustomFont2";
src: url('../fonts/mplus-1p-black.woff2') format('woff2'),
	url('../fonts/mplus-1p-black.woff') format('woff'),
	url('../fonts/mplus-1p-type.tff') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.hero{
	width: 100vw;
	height: 100%;
	background-image: linear-gradient(rgba(12,3,51,0.3),rgba(12, 3, 51, 0.3));
	position: relative;
	padding: 0 5%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.rad.fullscreen-image {
    height: 100vh;
    text-align: center;
    background-size: cover;
    padding-bottom: 10vh;
    background-position: center;
    justify-content: flex-end;
    background-repeat: no-repeat;
}

.blank {
    height: 100vh;
    text-align: center;
    background-size: cover;
    padding-bottom: 10vh;
    background-position: center;
    justify-content: flex-end;
    background-repeat: no-repeat;
}

.rad {
    width: 100vw;
    display: flex;
    flex-direction: column;
}

.rad.vit {
    width: 100vw;
    position: absolute;
    bottom: 0;
    display: flex;
    margin: auto;
    height: auto;
    color: white;

}

.rad.text {
    max-width: 619px;
    padding: 40px 40px 17px;
    text-align: center;
    margin: auto;
    height: auto;
    color: white;
}

.rad.left {
    max-width: 619px;
    padding: 40px 40px 40px;
    text-align: left;
    margin: auto;
    height: auto;
    color: white;
}

.rad.ruta {
    max-width: 619px;
    padding: 0px 0px 0px 37px;
    text-align: center;
    margin: auto;
    height: auto;
    font-size: 15px;
    color: white;
}

.rad.ner {
		font-family: Georgia;
		line-height: 1.3;
		padding: 0px 17px 0px 17px;
    justify-content: center;
    text-align: center;
    margin: auto;
    height: auto;
    color: white;
}

.sidebyside {
    display: flex;
    flex-direction: row;
    justify-content: center;
    
}

/*.sidebysidebyside {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    
}*/

.fem{
	float: left;
	width: 25%;
	align-items: center;
	padding: 7px;
}

.vidsidan {
	display: flex;
	flex-direction: column;
	justify-content: center;
  align-items: center;
}

.vidsidan .image-container {
	columns: 15rem 3;
	gap: 1.4rem; 
}

.vidsidan .image-container img {
	width: 75%;
	margin-bottom: 1rem;
}


.responsive {
  max-width: 100%;
  height: auto;
}

body{
	min-height: 100vh;
	background-size: cover;
	background-position: center;
}

video{
	height: 100vh;
	width: 100vw;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: −999;
}

header{
	position: fixed;
	width: 100vw;
	top:0; left:0; right:0;
	background: transparent;
	box-shadow: 0 0px 0px rgba(0, 0, 0, .1);
	padding:0px 7%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 1000;
}

@media (max-width: 777px) { header .navbar ul li { background-color: #22222270; } }

@media (max-width: 777px) {
	header { background-color: #22222270;}
	h4 {font-size: 31px}
}

header .logo{
	font-weight: bolder;
	font-size:25px;
	color: #333;
}

header .navbar ul{
	list-style: none;
}

header .navbar ul li{
	position: relative;
	float: left;
}

header .navbar ul li a{
	font-size:20px;
	padding:17px;
	color: #333;
	display: block;
}

header .navbar ul li a:hover{
	background: transparent;
	color: transparent;
}

header .navbar ul li ul{
	position: absolute;
	left:0;
	width:200px;
	background: transparent;
	display: none;
	overflow: scroll;
}

header .navbar ul li ul li{
	width:100%;
	border-top: 0px solid rgba(0, 0, 0, .1);
}

header .navbar ul li ul li ul{
	left:200px;
	top:0;
}

header .navbar ul li:focus-within > ul,
header .navbar ul li:hover > ul{
	display: initial;
}

#menu-bar{
	display: none;
}

header label{
	font-size:20px;
	color:#333;
	cursor: grab;
	display: none;
}

@media(max-width:777px){
	
	header{
		padding: 20px;
	}

	header label{
		display: initial;
	}

	header .navbar{
		position: absolute;
		top:100%; left:0; right:0;
		background: transparent;
		border-top: 0px solid rgba(0, 0, 0, .1);
		display: none;
	}

	header .navbar ul li{
		width: 100%;
	}

	header .navbar ul li ul{
		position: relative;
		width: 100%;
	}

	header .navbar ul li ul li{
		background: #eee;
	}

	header .navbar ul li ul li ul{
		width: 100%;
		left: 0;
	}

	#menu-bar:checked ~ .navbar{
		display: initial;
	}

    .row {
        width: calc(100vw - 0px) !important;
        margin-left: 0px !important;
    }

.vidsidan {
	padding: 2rem 5%;
}

.vidsidan .image-container {
	columns: 11rem 1;
	gap: 1.4rem; 
}

.vidsidan .image-container img {
	width: 25%;
	margin-bottom: 1rem;
}


}

:root {
  --ff-body: "CustomFont";
  --ff-heading: "CustomFont";

  --clr-primary-400: hsl(60 100% 50%);
  --clr-neutral-900: hsl(0 0% 0%);
  --clr-neutral-100: hsl(0 0% 100%);

  --fs-xl: clamp(5rem, 9vw + 1rem, 12rem);
  --fs-ms: clamp(2.5rem, 4vw + 1rem, 4rem);
  --fs-mt: clamp(1rem, 1vw + 0.3rem, 1.5rem);
  --fs-600: 2rem;
  --fs-400: 1rem;
}

@media (min-width: 40em) {
  :root {
    --fs-600: 3rem;
    --fs-400: 1.125rem;
  }
}

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

body,
h1,
h2,
h3,
p,
thick {
  margin: 0;
  padding: 0;
}

img {
  display: block;
  max-width: 100%;
}

.flow > * + * {
  margin-top: var(--flow-spacer, 1em);
}

h1,
thick {
  font-family: var(--ff-heading);
  font-weight: 900;
}

h1 {
  font-size: var(--fs-xl);
  line-height: 1;
}

h2 {
  font-size: var(--fs-ms);
  text-align: center;
  line-height: 1;
}

h3 {
  font-size: var(--fs-mt);
  font-weight: 100;
  line-height: 2;
}

thick {
  font-size: var(--fs-ms);
  line-height: 1.2;
  text-align: center;
  margin-bottom: 1em;
}

skriv {
  display: grid;
}

skriv > *:not(img) {
  padding: 0 2rem;
}

.skriv {
  columns: 1 170ch;
  gap: 4rem;
  max-width: 100ch;
}

@media (min-width: 60em) {
  skriv {
    grid-template-columns: min(40%, 40rem) 1fr;
  }

  skriv > img {
    grid-row: 1 / 4;
    height: 100%;
    object-fit: cover;
  }

  skriv > *:not(img) {
    grid-column: 1 / -1;
  }
}

form{
	background: white;
	display: flex;
	flex-direction: column;
	font-family: Helvetica;
	padding: 6vw 5vw;
	width: 90%;
	max-width: 600px;
	border-radius: 0px;
	
}

form h5{
	font-size: 18px;
	color: black;
	font-weight: 800;
	margin-bottom: 18px;
	
}

form input, form textarea{
	border: 0;
	margin: 10px 0;
	padding: 9px;
	outline: none;
	background: #f5f5f5;
	font-size: 11px;
	font-family: Helvetica;
}

form button{
	padding: 11px;
	background: #5142e5;
	color: #ffffff;
	font-size: 15px;
	border: none;
	outline: none;
	cursor: pointer;
	width: 97px;
	margin: 15px auto 0;
	border-radius: 22px;
}

.italic {
	font-family: Georgia;
  font-style: italic;
}

/* unvisited link */
a:link {
  color: white;
}

/* visited link */
a:visited {
  color: white;
}

/* mouse over link */
a:hover {
  color: black;
}

/* selected link */
a:active {
  color: white;
}
