.permanent-marker-regular {
	font-family: "Permanent Marker", serif;
	font-weight: 400;
	font-style: normal;
}

.share-tech-mono-regular {
	font-family: "Share Tech Mono", serif;
	font-weight: 400;
	font-style: normal;
}

.orbitron-orb {
	font-family: "Orbitron", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
:root {
	--vs-green: #6a9955;
	--vs-blue: #4d9ad6;
	--vs-orange: #ce8f6c;
	--vs-grey-dark: #1f1f1f;
	--vs-yellow: #cbcb41;

	--bg-black: #000;
	--bg-grey-dark: rgb(86, 86, 86);

	--bg-grey-light: rgb(108, 108, 108);
	--txt-light: rgb(229, 229, 229);

	--yellow-01: rgb(255, 255, 0);
	--green-03: rgb(71, 88, 61);
	--green-04: rgb(56, 72, 49);
	--green-02: rgb(63, 85, 53);
	--green-01: rgb(33, 58, 34);

	--heroHeigth: 70vh;
	--txtFont: "Share Tech Mono", serif;
	--titleFont: "Orbitron", serif;
	--markerFont: "Permanent Marker", serif;

	/* nav settings */
	--nav-height: 5rem;
	--nav-bg: #111;
	--nav-txt: #fff;
	--nav-link-hover: #808080;
}

html {
	font-family: var(--txtFont);
	height: 100%;
	width: 100%;
	margin: 0;
	font-size: 1.1rem;
	line-height: 2.4rem;
	background-color: #000000;
	color: var(--txt-light);
}

body {
	margin: 0;
}

* {
	box-sizing: border-box;
}



h1,
h2,
h3 {
	margin: 0;
	text-align: center;
}

.text-center {
	text-align: center;
}

.border {
	border: 1px solid black;
}

/* txt */
.txt-vs-green {
	color: var(--vs-green);
}

.txt-vs-yellow {
	color: var(--vs-yellow);
}

.txt-vs-blue {
	color: var(--vs-blue);
}

.txt-vs-orange {
	color: var(--vs-orange);
}

.txt-light {
	color: var(--txt-light);
}

/******************************************************************************************* spacing */
.row-spacer-10 {
	height: 8vh;
}

.row-spacer-40 {
	height: 40vh;
}

.row-spacer-30 {
	height: 30vh;
}

.row-spacer-20 {
	height: 20vh;
}

.spacer-top-big {
	position: relative;
	height: 8rem;
	width: 100%;
}

.spacer-top-medium {
	position: relative;
	height: 6rem;
	width: 100%;
}

.spacer-top-small {
	position: relative;
	height: 3rem;
	width: 100%;
}

.spacer-big-negative {
	position: relative;
	top: -8rem;
	width: 100%;
}

.negative-mt-3 {
	top: -12rem !important;
	position: relative;
	height: 0rem
}

.hr-dark {
	color: var(--gray-3);
	margin: 0;
}

.hr-small {
	opacity: 0.5;
	margin: 1rem;
	width: 5rem;
	color: #ffd000 !important;
}

.hr-100 {
	width: 100%;
}

.p-0 {
	padding: 0;
}

.m-0 {
	margin: 0 !important;
}

.m-1 {
	margin: 0.4rem !important;
}

.m-2 {
	margin: 1rem !important;
}

.m-3 {
	margin: 2rem !important;
}

.mt-1 {
	margin-top: 0.4rem !important;
}

.mt-2 {
	margin-top: 1rem !important;
}

.mt-3 {
	margin-top: 2rem !important;
}

.mb-1 {
	margin-bottom: 0.4rem !important;
}

.mb-2 {
	margin-bottom: 1rem !important;
}

.mb-3 {
	margin-bottom: 2rem !important;
}

.ml-1 {
	margin-left: 1rem !important;
}

.ml-2 {
	margin-left: 2rem !important;
}

.ml-3 {
	margin-left: 2.4rem !important;
}

.mr-1 {
	margin-right: 1rem !important;
}

.mr-2 {
	margin-right: 2rem !important;
}

.mr-3 {
	margin-right: 2.4rem !important;
}

@media(min-width: 768px) {
	.lg-mt-3 {
		margin-top: 2rem;
	}

	.lg-p-3 {
		padding: 0.4rem;
	}

	.lg-p-3:hover {
		opacity: 0.7;
	}
}

.p-1 {
	padding: 0.4rem;
}

.p-2 {
	padding: 1rem;
}

.p-3 {
	padding: 2rem;
}

.ptb-3 {
	padding: 1.4rem 0;
}

/* hide */
.hide-before-sm {
	display: none !important;
}

.hide-before-md {
	display: none;
}

.hide-after-sm {
	display: flex;
}

.hide-after-md {
	display: inherit;
}

@media only screen and (min-width: 600px) {
	.hide-after-sm {
		display: none;
	}
}

@media only screen and (min-width: 768px) {
	.mobile-scroll-icon {
		display: none;
	}

	.hide-before-sm {
		display: inherit !important;
	}

	.hide-after-md {
		display: none;
	}
}

@media only screen and (min-width: 900px) {
	.hide-before-md {
		display: inherit;
	}
}

.show-after-sm {
	display: none;
}

@media only screen and (min-width: 600px) {
	.show-after-sm {
		display: block;
	}
}

/*******************************************************************************************    spacing */
/*****************************************************************************************         grid */
.row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0;
	width: 100%;
}

.row-overlay {
	position: absolute;
	z-index: 99;
	margin: 0;
}

.row-background {
	position: absolute;
	z-index: -1;
	margin: 0;
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.order-sm-1 {
	order: 1;
}

.order-sm-2 {
	order: 2;
}

.order-sm-3 {
	order: 3;
}

@media screen and (min-width: 768px) {
	.row {
		margin: 0;
	}

	.col-1 {
		width: 8.3333%;
	}

	.col-2 {
		width: 16%;
	}

	.col-3 {
		width: 25%;
	}

	.col-4 {
		width: 33.3333%;
	}

	.col-5 {
		width: 41.6667%;
	}

	.col-6 {
		width: 50%;
	}

	.col-7 {
		width: 58.3333;
	}

	.col-8 {
		width: 66.6667%;
	}

	.col-9 {
		width: 75%;
	}

	.col-10 {
		max-width: 75%;
	}

	.order-sm-1 {
		order: unset;
	}

	.order-sm-2 {
		order: unset;
	}

	.order-sm-3 {
		order: unset;
	}
}

.order-l-1 {
	order: 1;
}

.order-l-2 {
	order: 2;
}

.order-l-3 {
	order: 3;
}

@media screen and (min-width: 1200px) {
	.order-l-1 {
		order: unset;
	}

	.order-l-2 {
		order: unset;
	}

	.order-l-3 {
		order: unset;
	}
}

/*
@media(min-width: 768px){
	.row{
		max-width: 720px;
	}
}
@media(min-width: 992px){
	.row{
		max-width: 960px;
	}
}
@media(min-width: 1200px){
	.row{
		max-width: 1140px;
	}
}
@media(min-width: 1400px){
	.row{
		max-width: 1320px;
	}
}
*/
/* FLEX POSITION */
.nowrap {
	flex-wrap: nowrap;
}

.justify-center {
	justify-content: center;
}

.justify-start {
	justify-content: flex-start;
}

.justify-end {
	justify-content: flex-end;
}

.justify-between {
	justify-content: space-between;
}

.justify-around {
	justify-content: space-around;
}

.items-center {
	align-items: center;
}

/*****************************************************************************************         grid */
/******************************************************************************************     nav bar */
.nav-dot {
	font-family: var(--markerFont);
	color: var(--vs-orange);
	font-size: 0.8rem;
}

.nav-dot-o {
	font-size: 1.2rem;
}
.nav-dot-2 {
	font-size: 1.8rem;
	font-family: var(--titleFont);
}
.nav-dot-bouman {
	font-family: var(--markerFont);
	color: var(--vs-blue);
	font-size: 1.2rem;
	margin-left: 0.4rem;
}

/* brand */
.brand-dot {
	font-size: 4rem;
	margin-right: -0.5rem;
}

.nav {
	height: 5rem;
	background-color: var(--nav-bg);
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	width: 100%;
}

.nav-brand {
	width: 8rem;
	height: 100%;
	position: absolute;
	height: 5rem;
	left: 0;
}

.nav-brand:hover {
	transform: scale(1.1);
}

.nav-brand-txt {
	font-size: 1rem;
	line-height: 1rem;
	margin-left: 2rem;
	text-transform: uppercase;
	color: var(--nav-txt);
}

.nav-link {
	width: 100vw;
	height: 100%;
	cursor: pointer;
	color: var(--nav-txt);
	text-transform: uppercase;
}

.nav-link:hover {
	background-color: var(--nav-link-hover);
}

.nav-link-a {
	text-decoration: none;
	font-size: 1rem;
	height: auto;
	color: var(--nav-txt);
}

#navLinks {
	display: none;
	background-color: var(--nav-bg);
}

/*  button new  */
.nav-btn-cont {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 5rem;
	height: 5rem;
	border: 1px solid black;
}

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

.nav-btn-col {
	display: flex;
	flex-direction: column;
	width: 3rem;
	height: 3rem;
	justify-content: space-around;
	border: 1px solid black;
	cursor: pointer;
}

.nav-btn-stripe {
	background-color: white;
	height: 15%;
	width: 100%;
	border-radius: 4px;
}

@media only screen and (min-width: 600px) {
	.lang-cont {
		margin-right: 4vw;
	}

	.nav-btn-cont {
		display: none;
	}

	#navLinks {
		display: flex;
	}

	.nav {
		justify-content: center;
		position: fixed;
		z-index: 99;
	}

}

/*END OF NAVBAR **************************************************************************/
/* divider */
.dividerGreen {
	height: 91px;
	background-image: url('/img/main/dividerGreen_small.webp');
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* divider mirrored */
.dividerGreenMir {
	height: 91px;
	background-image: url('/img/main/dividerGreen_small2.webp');
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.dividerGrey {
	height: 91px;
	background-image: url('/img/main/dividerGrey.webp');
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.flip-v {
	transform: rotateX(180deg);
}

/* tsparticle */
#tsparticles {
	position: absolute;
	height: var(--heroHeigth);
	width: 100%;
	z-index: 0;
}

/* hero */
.hero-dot{
	font-size: 4rem;
}
.hero-bouman-2{
	font-size: 3rem;
	text-transform: uppercase;
	font-family: var(--titleFont);
}
.hero-dot-h1 {
	font-family: var(--markerFont);
	color: var(--vs-orange);
	font-size: 2.2rem;
}

.hero-o-h1 {
	font-size: 3rem;
}

.hero-bouman-h1 {
	font-family: var(--markerFont);
	color: var(--vs-blue);
	font-size: 2.8rem;
	text-transform: uppercase;
	margin-left: 1rem;
}
.hero-foreground {
	position: absolute;
	z-index: 1;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	user-select: none;
}
.hero-div {
	height: 50vh;
}
.hero-txt-div {
	height: 50vh;
}

@media(min-width: 768px) {
	.hero-div {
		height: 70vh;
	}

	.hero-txt-div {
		height: 70vh;
	}
}
@media(min-width: 900px) {
	.hero-dot-h1 {

		font-size: 2.8rem;
	}
	
	.hero-o-h1 {
		font-size: 4rem;
	}
	
	.hero-bouman-h1 {

		font-size: 4rem;

	}
}

/* css type writing */
.typing-container {
	font-family: var(--titleFont);
	font-size: 1.3rem;
	border-right: 2px solid black;
	/* Cursor effect */
	white-space: nowrap;
	overflow: hidden;
	width: fit-content;
}

/* info */

.info-div {
	height: auto;
	min-height: 70vh;
	background-color: #1f1f1f;
}

.info-title {
	font-size: 4rem;
	font-family: var(--titleFont);
	color: var(--vs-blue);
	margin: 0;
}

.info-sub-title {
	text-align: center;
	font-size: 1.8rem;
	margin-top: 0rem;
	margin-bottom: 1.5rem;
}

.info-p {
	font-size: 1.1rem;
	line-height: 1.7rem;
	width: 90%;
	margin: 0.2rem 0rem;
}
@media(min-width: 768px) {
	.info-p {
		line-height: 1.8rem;
		margin: 0.4rem 0rem;
	}
}
.psblock {
	font-size: 0.9rem;
	border: 1px solid rgba(0, 0, 0, 0.8);
	border-radius: 1%;
	background-color: #4d4d4d;
	padding: 0.5rem 1rem;
}

/* work */
.work-div {
	background-color: var(--bg-black);
}

.work-title {
	font-size: 4rem;
	font-family: var(--titleFont);
	color: var(--vs-blue);
}

.work-list {
	list-style: none;
	display: flex;
	flex-direction: row;
}

.work-list-item {
	margin: 0rem 1rem;
	text-transform: uppercase;
	font-size: 0.9rem;
	cursor: pointer;
}

.work-list-item:hover {
	text-decoration: underline;
	transform: scale(1.1);
}

.work-active {
	text-decoration: underline;
}

/* talk */
.talk-title {
	font-size: 3rem;
	font-family: var(--titleFont);
	color: var(--vs-blue);
}

.talk-div {
	height: 30vh;
	background-color: var(--vs-grey-dark);
}

.talk-list {
	list-style: none;
}

.talk-list-item {
	margin: 0rem 1rem;
}

.footer-copyright {
	font-size: 0.8rem;
}

/* IMG VIEWER *****************************************************************************************************************/
/* iv buttons */

#ivBtnClose {
	position: absolute;
	z-index: 3;
	right: 20px;
	top: 10px;
	background-color: transparent;
	border: none;
	cursor: pointer;
}

.cross-logo {
	filter: invert(1);
	width: 30px;
	height: 30px;
	user-select: none;
	pointer-events: none;
}

#ivBtnL,
#ivBtnR {
	position: absolute;
	z-index: 3;
	top: 25%;
	cursor: pointer;
	background-color: transparent;
	border: none;
}

#ivBtnL {
	left: 20px;
}

#ivBtnR {
	right: 20px;
}

#ivBtnClose:hover,
#ivBtnL:hover,
#ivBtnR:hover {
	transform: scale(1.03);
	filter: invert(0.5);
}

/* iv main element*/
.iv-main {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 99;
	overflow: scroll;
}

/* iv content */
.iv-content {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* iv main image div */
.iv-main-img-div {
	width: auto;
	height: auto;
}

/* actual main image */
#ivMainImg {
	width: 100%;
	height: auto;
}

@media(min-width: 769px) {
	#ivMainImg {
		width: auto;
		height: 800px;
	}

	#ivBtnL,
	#ivBtnR {
		top: 40%;
	}
}

/* iv image info div */
.iv-img-info {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: auto;
	margin: 0;
	margin-top: 3rem;
	margin-left: 0rem;
	background-color: var(--vs-grey-dark);
	border: 1px solid black;
	border-radius: 2%;
	z-index: 3;
}

/* iv info title */
#ivInfoTitle {
	margin: 1rem 0rem;
}

#ivInfoText {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

/* iv info text div */
.iv-info-txt {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 600px;
	justify-content: center;
	align-items: center;
}

.iv-info-list {
	display: flex;
	flex-direction: column;
}

.iv-sub-img-div{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	width: 95vw;
	height: auto;

}
.iv-sub-img{
	margin: 0.2rem;
	width: 120px;
	height: 120px;
	overflow: hidden;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
.iv-sub-img-img{
	height: auto;
	width: 100%;
	user-select: none;
	pointer-events: none;
}
.iv-sub-active {
	border: 2px solid var(--vs-blue);
}	
.arrow-l,
.arrow-r {
	user-select: none;
	pointer-events: none;
	width: 30px;
	height: 30px;
	filter: invert(1);
}

.arrow-r {
	transform: rotateY(180deg);
}

/* IMG VIEWER END *****************************************************************************************************************/
/* EFFECTS SHADOWS ETC. *************************************************************************************************************/
.drop-shadow {
	filter: drop-shadow(0 0 0.75rem rgb(0, 0, 0));
}

.blur {
	backdrop-filter: blur(3px);
}

/* EFFECTS SHADOWS ETC. END *************************************************************************************************************/
/* IMAGE MODALS *************************************************************************************************************/
.card {
	display: flex;
	justify-content: center;
	flex-direction: column;
	border: 1px solid black;
	border-radius: 4%;
	overflow: hidden;
	cursor: pointer;
	z-index: 3;
	background-color: transparent;
	margin: 1rem;
}

.card:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	transform: scale(1.04);

}

.card:hover>.card-head {
	display: flex;
}

.card:hover>.card-col-overlay {
	display: flex;
}

.card>* {
	pointer-events: none;
}

.card-body {
	background-color: #cccccc; /* Used if the image is unavailable */
	height: 400px; /* You must set a specified height */
	width: 300px;
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

.card-col-overlay {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.card-head {
	margin: 0;
	display: none;
	position: absolute;
	top: 0;
	width: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	animation: slide-in-anim 0.6s ease-out forwards;
	z-index: 9999;
}

.card-title {
	z-index: 3;
}

.card-date {
	font-size: 0.9rem;
	color: #afafaf;
}

.card-div {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.card-title {
	margin: 0;
	font-size: 1.2rem;
	font-weight: 100;
}

.card-plus-logo {
	width: 25px;
	height: 25px;
	margin: 0;
	filter: invert(1);
}

@keyframes slide-in-anim {
	100% {
		transform: translateY(100%);
	}
}

.fade-in{
	animation: fade-in-anim ease 3s;
}
@keyframes fade-in-anim {
	0% {opacity:0.5;}
	100% {opacity:1;}
}
  

/* IMAGE MODAL END *************************************************************************************************************/
.soc-logo {
	width: 30px;
	height: 30px;
}

.soc-link {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	vertical-align: center;
	align-items: center;
	text-decoration: none;
	color: var(--txt-light);
	padding: 0rem 1rem;
	font-size: 0.8rem;
}

.soc-link:hover {
	transform: scale(1.05);
}