/* Styling */ 
@font-face {
	font-family: 'Ginto';
	src: url('../font/Ginto Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: 'Ginto';
	src: url('../font/Ginto Thin Italic.ttf') format('truetype');
	font-weight: 100;
	font-style: italic;
}

@font-face {
	font-family: 'Ginto';
	src: url('../font/Ginto Bold.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Ginto';
	src: url('../font/Ginto Bold Italic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
}
@font-face {
	font-family: 'Ginto';
	src: url('../font/Ginto Bold.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Ginto';
	src: url('../font/Ginto Nord Thin.ttf') format('truetype');
	font-weight: 0;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	font-family: 'Ginto';
	font-weight: 100;
	font-style: normal;
	line-height: 1.4;
	
}

*::selection {
	background-color: var(--main);
	color: black;
}

html {
	min-height: 100vh;
	background-color: var(--main);
	transition: background-color 0.5s;

}

body {
	position: relative;
	display: block;
	float: left;
	clear: both;
	background-color: var(--background);
	width: 100%;
	height: auto;

	/*background-color: var(--background);*/
}
img {
	position: relative;
	display: block;
	float: left;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	border-radius: 2vw;

}
p img, figure img {
	clear: both;
	margin: 0px 0;
	width: 100%;
}

figure {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	clear: both;
}
p a {
	background-color: var(--main);
	transition: all 0.3s;
}

blockquote p a {
	background-color: black;
	color: var(--main);
	transition: all 0.3s;
}

p a:hover {
	background-color: transparent;
	color: inherit;
}


/* Typography */
a {
	text-decoration: none;
	color: black;
	word-break: break-word;
}
.col a:hover {
	border-bottom: var(--main);
}
p {
	clear: both;
	word-break: break-word;

}
strong {
	font-weight: 500;
}
em {
	font-style: italic;
}
.text p {
	margin-bottom: 1.4em;
}

figure p {
	margin-bottom: 0;
}

.bold {
	font-weight: 500;
}
.large {
	font-size: 24px;
}

.small, blockquote, figcaption  {
	font-size: 17px;
}
figcaption {
	padding-top: 10px;
	clear: both;
	position: relative;
}
.hide-mobile {
	display: none;
}
.nord {
	text-transform: uppercase;
	font-weight: 0;
	letter-spacing: 0.1em;
}


.nord-small {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.1em;
}
.subtitle {
	font-family: 'Ginto';
	font-weight: 500;
	font-style: normal;
	padding: 20px 40px;
	position: relative;
	display: block;
	float: left;
	clear: both;
	box-sizing: border-box;;
}
.title {
	font-family: 'Ginto';
	font-weight: 500;
	font-style: normal;
	padding: 40px;
	width: auto;
	height: auto;
	position: relative;
	display: block;
	float: left;
	clear: both;
	box-sizing: border-box;;
}

.title a {
	font-weight: inherit;
}
.left-title {
	padding-left: 0;
}
.normal {
	font-weight: 100;
}
figcaption {
	margin-bottom: 1.4em;
}

blockquote {
	margin-bottom: 1.4em;
	/*margin: 30px 30px 30px 0;*/
	position: relative;
	display: block;
	float: left;
	border-radius: 2vw;
	padding: 20px;
	background-color: var(--main);
	width: auto;
	max-width: 100%;
	clear: both;
}

.text blockquote p {
	margin-bottom: 0;
}
blockquote:nth-of-type(2n) {
	/*float: right;*/
	/*margin: 30px 0px 30px 30px;*/
}


.page-content {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	clear: both;
	min-height: 100vh;
}

.row {
	position: relative;
	display: block;
	width: 100%;
	clear: both;
}
.menu-row {
	float: right;
	display: flex !important;
	flex-direction: row;
	align-items: flex-start;
	flex-wrap: wrap;
	padding-top: 7.5px;
}


.single .menu-row {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
}
.menu-row .menu-shape {
	margin: 7.5px 15px 7.5px 0;
	min-width: 50px;
	flex-shrink: 0;
}
/*Shapes */

.menu {
	position: fixed;
	z-index: 999;
	right: 20px;
	top: 20px;
}
.menu-logo {
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	width: calc(100%/ 6 - 40px);

}
.menu-logo img {
	height: auto;
	border-radius: 0px;
	margin: 0;
}

.menu-shape {
	width: 100px;
	height: 100px;
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin: 5px 0;
	transform: rotate(0deg);
	transition: 0.25s;
}

.menu-shape:hover, 
.menu-shape:active {
	transform: rotate(30deg);
}

.project-shape  {
	background-color: yellow;
	background-color: var(--main);
}


.shape {
	position: absolute;

	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: center;
	align-items: center;
	border-radius: 2vw;
	overflow: hidden;
	transition: transform 0.25s;
}

.square {
	width: 22vw;
	height: 22vw;
	top: 5vw; 
/*	max-width: 20vw;
	max-height: 20vw;*/

	left: 45%;
	transform: rotate(12deg);

}

.circle {
	width: 25vw;
	left: 5vw;
	top: 40px;
	height: 25vw;
/*	max-width: 20vw;
	max-height: 20vw;*/
	border-radius: 50%;
	transform: rotate(-12deg);

}

.preview-image {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	max-height: 400%;
	max-width: 400%;
	opacity: 0;
	transition: opacity 0.25s;
	border-radius: 0px;
}
.card:hover .preview-image {
	opacity: 1;
}
.shape:hover .preview-image {
	opacity: 1;
}


.star {
	top: calc(100vh - 35vw);
	transform: rotate(25deg);
	left: 20%;
	width: 30vw;
	height: 30vw;
/*	max-width: 20vw;
	max-height: 20vw;*/
	clip-path: polygon(50% 0%, 67% 29%, 98% 35%, 79% 58%, 79% 91%, 50% 80%, 21% 91%, 23% 61%, 2% 35%, 34% 29%);
	border-radius: 50%;
}
.star-inner {
	width: 30vw;
	height: 30vw;
/*	max-width: 20vw;
	max-height: 20vw;*/
	color: black;
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.hexagon {
	width: 0;
	height: 0;
	top: 35vh;
	right: 5vw;
	width: 30vw;
	height: 25vw;
/*	max-width: 24vw;
	max-height: 20vw;*/
	transform: rotate(-25deg);

	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);

}
.shape:hover {
	transform: rotate(0deg)
}

/* Basic structure */


.block {
	position: relative;
	width: 100%;
	float: left;
	display: block;
	min-height: 100%;
	height: auto;
}
.col {
	display: block;
	position: relative;
	clear: none;
	float: left;
	min-height: 10px;
	margin: 0 20px;
	/*background: rgba(255, 0, 0, 0.2);*/
}

.col-1 {
	width: calc(100% / 6 - 40px);
}
.col-2 {
	width: calc(100% / 3 - 40px);
}
.col-3 {
	width: calc(100% / 2 - 40px);
}
.col-4 {
	width: calc(100% / 3 * 2 - 40px);
}
.col-5 {
	width: calc(100% / 6 * 5 - 40px);
}
.col-6 {
	width: calc(100% / 6 - 40px);
}

.col-full {
	display: block;
	position: relative;
	clear: none;
	float: left;
	min-height: 10px;
	margin: 0 ;
	/*background: rgba(255, 0, 0, 0.2);*/
}
.col-full.col-5 {
	width: calc(100% / 6 * 5);

}

/* Slider*/
.page-slider {
	width: 100%;
	position: relative;
	float: left;
	display: block;
	height: auto;
	clear: both;
	overflow: hidden;
}
.slide {
	position: relative;
	width: auto;
	max-width: calc(100% - 20px);
	display: block;
	float: left;
	height: auto;
	max-height: 50vh;
	border-radius: 20px;
	overflow: hidden;

}
.page-slider img {
	position: relative;
	width: auto;
	height: auto;
	display: block;
	float: left;
	margin-right: 30px;
	max-width: calc(100vw / 3 * 2 - 40px);
	max-height: calc(50vh - 60px);
	/*margin: 30px 30px 30px 0;*/
}
.slider {
	position: relative;
	display: block;
	/*background-color: red;*/
}
.slider.fullheight {
	min-height: 100vh;
	height: auto;
	/*padding-top: 10px;*/
}

.slider:before {
	position: absolute;
	z-index: 200;
	left: 0;
	top: 0;
	bottom: 0;
	width: 30px;
	content: '';
	background: linear-gradient(90deg, var(--background), var(--background-w));
}

.slider:after {
	position: absolute;
	z-index: 200;
	right: 0;
	top: 0;
	bottom: 0;
	width: 30px;
	content: '';
	background: linear-gradient(270deg, var(--background), var(--background-w));
}
.arrows {
	position: absolute;
	z-index: 9999;
	/*width: 100%;*/
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
}
.arrow-row {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: 50px;
	clear: both;
}

.slick-arrow {
	pointer-events: auto;
	width: 15%;
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	z-index: 9999;

	transform: none !important;
}
.slick-prev {
	left: 0;
	cursor: w-resize;
	text-align: left;
}
.slick-next {
	right: 0;
	text-align: right;
	cursor: e-resize;
}
.slick-prev:before, .slick-next:before {
	color: black;
	position: absolute;
	/*padding: 0 40px;*/
	font-size: 32px;
	top: 0;
	font-family: 'Ginto', sans-serif !important;
}
.main-page-arrows .slick-prev:before {
	padding: 0 40px;

}
.slick-next:before {
	right: 0;
}
.textarea {
	/*margin-top: 40px;*/
	margin-bottom: 40px;
}

.card {
	position: relative;
	display: flex;
	flex-direction: column;
	float: left;
	justify-content: space-between;
	align-items: flex-start;
	border-radius: 2vw;
	margin: 0px 15px 30px 15px;
	height: auto;
	width: 400px;
	padding: 30px;
	background-color: var(--main);
	transition: background-color 0.5s;
	overflow: hidden;
}
.card:first-of-type {
	margin-left: 30px
}
.card img {
	margin-bottom: 30px;
	width: 100%;
}
.card p {
	margin-bottom: 0;
}

.card-title {
	text-transform: capitalize
}

.card:focus {
	outline: 1px solid black;
}
.card.podcast {
	width: auto;
	max-width: 20%;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	/*flex-wrap: wrap;*/
}
.podcast .card-info {
	float: left;
	width: calc(100% - 120px);
}
.playbutton {
	float: left;
	mix-blend-mode: multiply;
	width: 70px !important;
	height: 70px;
	margin-right: 30px;

}

.partners {
	position: relative;
	display: flex;
	flex-direction: row;
	width: 100%;
	float: left;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 40px 0;
}
.partners img  {
	filter: grayscale(1);
	mix-blend-mode: multiply;
	border-radius: 0px;
	width: 20%;
	margin: 0px 15px 15px 0;
}

.tag {
	padding: 3px 8px 1px 8px;
	line-height: 1;
	border: 0.75px solid black;
	border-radius: 20px;
	position: relative;
	display: block;
	float: left;
	margin-right: 10px;
}
/* Footer */

.color-picker {
	position: relative;
	display: flex;
	flex-direction: row;
	height: 100px;
	width: 100%;
	float: left;
	align-items: stretch;
	justify-content: flex-start;
}

.swatch {
	height: 100%;
	display: block;
	width: 20%;
	/*margin: 0.5px;*/
	box-sizing: border-box;
	cursor: pointer;
}
.swatch.selected  {
	margin: 1px;
	outline: 1px solid black;
}

.footer {
	width: 100%;
	position: relative;
	float: left;
	clear: both;
	padding: 40px 0;
	word-break: break-word;
	background-color: var(--main);
	transition: background-color 0.5s;

}
.footer-logo {
	mix-blend-mode: multiply;
	filter: grayscale(1.0);
	position: relative;
	max-height: 80px;
	width: auto;
	border-radius: 0px;
	margin: 10px;
}

