/*

.cormorant-garamond-light {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: normal;
}

.cormorant-garamond-regular {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
}

.cormorant-garamond-bold {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-style: normal;
}

.cormorant-garamond-light-italic {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: italic;
}

.cormorant-garamond-regular-italic {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: italic;
}

.cormorant-garamond-bold-italic {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-style: italic;
}


.titillium-web-light {
  font-family: "Titillium Web", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.titillium-web-regular {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.titillium-web-bold {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.titillium-web-black {
  font-family: "Titillium Web", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.titillium-web-light-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.titillium-web-regular-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.titillium-web-bold-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-style: italic;
}

*/

body.jaktklubb {
	background-color: #0D2530;
	padding-top: 10%;
	font-size: 16px;
	color: aliceblue;
	
	font-family: "Cormorant Garamond", serif;
	font-weight: 400;
	font-style: normal;
}

.logos {
	/* width: 40%; */	
	max-width: 40%;
	min-width: 100px;
	margin: 10px auto;
	display: block;
	
	@media(min-width: 540px) {
		max-width: 250px;
		margin: 60px auto;
	}
}

.brand {
	max-width: 65%;
	min-width: 190px;
	margin: 15px auto 30px auto;
	display: block;
	
	@media(min-width: 540px) {
		max-width: 500px;
		margin: 35px auto 100px auto;
	}
}

.usps {
	margin: 100px auto;
	display: block;
	width: 100%;
	
	div {
		margin: 30px auto;
	}
	
	.form-container {
		div {
			margin: 0px auto;
		}
		[data-weavely-role="error-message"] {
			margin-top: -18px;
		}
		
		button {
			span {
				margin-top: 0;
			}
		}
	}
	
	.weavely-form .is-invalid input,
	.weavely-form .is-invalid [data-weavely-role="input"],
	.weavely-client .is-invalid textarea {
		border-color: rgba(249,142,148,1);
	}
	
	.weavely-form .is-invalid label {
		color: white;
	}
}

.about {
	
	color: #9aacbf;
	font-size: 14px;
	line-height: 24px;
	font-family: "Titillium Web", sans-serif;
	font-weight: 400;
	font-style: normal;
	
	p {

	}
	
	h3 {
		font-family: "Titillium Web", sans-serif;
		font-style: normal;
	}
	
	.awards {
		img {
			height: 35px;
			width: auto;
			display: block;
			margin: 20px 0 5px 0;
			
			&.eat {
				height: 27px;
			}
		}
	}
}

p + p {
	margin-top: 15px;
}

.preamble {
	font-size: 24px;
	line-height: 1.3;
	/* font-style: italic; */
	/* width: 120%;
	margin-left: -10%; */
	
	@media(min-width: 540px) {
		font-size: 36px;
	}
}

h1, h2, h3, h4, h5 {
	margin: 40px auto 20px auto;
	line-height: 1.5;
	font-style: italic;
	color: #77AA79;
}

h3 {
	font-size: 18px;
	
	@media(min-width: 540px) {
		font-size: 24px;
	}
}

ul {
	color: #9aacbf;
	font-size: 14px;
	line-height: 24px;
	
	li {
		font-family: "Titillium Web", sans-serif;
		padding: 4px 0px;
		border-top: 1px dotted #3c5168;
		
		&.no-border {
			border: none !important;
		}
		
		strong {
			font-size: 16px;
			margin: 15px 0 4px 0;
		}
	}
	
	&:last-child {
		border-bottom: 1px dotted #3c5168;
	}
	
}

i {
	color: #9aacbf;
	font-size: 13px;
	line-height: 24px;
	margin-top: 10px;
}


.page-section {
	width: 80%;
	margin: 0 auto;
	
	@media(min-width: 540px) {
		width: 100%;
	}
}

.video-container {
	margin-bottom: 20%;
	
	@media(min-width: 540px) {
		margin-bottom: 10%;
	}
}

footer {
	padding: 50px 0;
}


/*************************
   ANIMATED BG IMAGES
**************************/

.animatedBg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	
	.mask {
		background-color: #0b1215;
		opacity: 0.6;
		z-index: 9;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	
	img {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		animation-name: imageFade;
		animation-timing-function: ease-in-out;
		animation-iteration-count: infinite;
		animation-duration: 32s;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	
	.image1 {
		background-color: rgb(192, 199, 178);
		background-image: url("../../imgs/jaktklubb/image1.jpg");
		z-index: 8;
	}
	
	.image2 {
		background-image: url("../../imgs/jaktklubb/image2.jpg");
		z-index: 7;
	}
	
	.image3 {
		background-image: url("../../imgs/jaktklubb/image3.jpg");
		z-index: 6;
	}
	
	.image4 {
		background-image: url("../../imgs/jaktklubb/image4.jpg");
		z-index: 5;
	}
	
	.image5 {
		background-image: url("../../imgs/jaktklubb/image5.jpg");
		z-index: 4;
	}
	
	.image6 {
		background-image: url("../../imgs/jaktklubb/image6.jpg");
		z-index: 3;
	}
	
	.image7 {
		background-image: url("../../imgs/jaktklubb/image7.jpg");
		z-index: 2;
	}
	
	.image8 {
		background-image: url("../../imgs/jaktklubb/image8.jpg");
		z-index: 1;
	}
}

@keyframes imageFade {
	0% {
		opacity:1;
	}
	15% {
		opacity:0;
	}
	95% {
		opacity:0;
	}
	  100% {
		opacity:1;
	}
}
 
 .animatedBg img.image1 {
   animation-delay: 4s;
 }
 .animatedBg img.image2 {
   animation-delay: 8s;
 }
 .animatedBg img.image3 {
   animation-delay: 12s;
 }
 .animatedBg img.image4 {
   animation-delay: 16s;
 }
 .animatedBg img.image5 {
	animation-delay: 20s;
 }
 .animatedBg img.image6 {
	animation-delay: 24s;
 }
  .animatedBg img.image7 {
	animation-delay: 28s;
}
  .animatedBg img.image8 {
	animation-delay: 32s;
}

/*************************
   END ANIMATED BG IMAGES
**************************/