body {
	margin: 0;
	font-family: 'Lausanne-300', fallback, sans-serif;
	line-height: 1.2;
	background-color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: color, fill, background-color 2s ease;
	transition: fill 2s ease;
	transition: background-color 2s ease;
}

/*FONTS--------------------------------*/

@font-face {
	font-family: 'Lausanne-300';
	src: url('../fonts/Lausanne-300.eot');
	src: url('../fonts/Lausanne-300.eot') format('embedded-opentype'), url('../fonts/Lausanne-300.woff2') format('woff2'), url('../fonts/Lausanne-300.woff') format('woff'), url('../fonts/Lausanne-300.ttf') format('truetype'), url('../fonts/Lausanne-300.svg#Lausanne-300') format('svg');
}

@font-face {
	font-family: 'Lausanne-300Italic';
	src: url('../fonts/Lausanne-300Italic.eot');
	src: url('../fonts/Lausanne-300Italic.eot') format('embedded-opentype'), url('../fonts/Lausanne-300Italic.woff2') format('woff2'), url('../fonts/Lausanne-300Italic.woff') format('woff'), url('../fonts/Lausanne-300Italic.ttf') format('truetype'), url('../Lausanne-300Italic.svg#Lausanne-Italic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Arrow';
	src: url('../fonts/arrow.eot');
	src: url('../fonts/arrow.eot') format('embedded-opentype'), url('../fonts/arrow.woff2') format('woff2'), url('../fonts/arrow.woff') format('woff'), url('../fonts/arrow.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

p {
	display: block;
	margin-block-start: 0;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

.lrg {
	font-size: 3.12vw;
}

.med {
	font-size: 1.7vw;
	text-align: justify;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.sml {
	font-size: 1.3vw;
	text-align: justify;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

em {
	font-family: 'Lausanne-300Italic', fallback, sans-serif;
	font-style: normal;
	text-transform: uppercase;
}

#contact p {
	margin-block-end: 0.4em;
}

#contact em{
	font-family: 'Arrow';
	font-style: normal;
	text-transform: uppercase;
}

/*MAIN--------------------------------*/

.mainwrapper {
	background-color: #000;
	color: #FFF;
	transition: color, fill, background-color 2s ease;
	transition: fill 2s ease;
	transition: background-color 2s ease;
}

.color-white {
	background-color: #FFF;
	color: #000!important;
	fill: #000!important;
}

.color-black {
	background-color: #000;
	color: #FFF!important;
	fill: #FFF!important;
}

a {
	color: inherit;
	text-decoration: inherit;
	no underlinebackground-color: inherit;
	transition: opacity .3s ease;
}

a:hover {
	opacity: .7;
}

/*NAVIGATION--------------------------------*/

.topcontainer {
	width: 100%;
	padding-top: 40px;
	z-index: 1;
	top: 0;
	left: 0;
	position: fixed;
}

.lang {
	position: fixed;
	margin-right: 40px;
	float: right;
}

#nav {
	position: fixed;
	margin-left: 40px;
	display: inline;
	float: left;
}

.left {
	margin-right:10px;
	float: left;
}

.right {
	float: right;
	margin-right: 40px;
}

ul {
	overflow: hidden;
	float: left;
	display: block;
	list-style-type: disc;
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0;
	margin-inline-end: 0;
	padding-inline-start: 0;
}

li {
	display: inline;
	float: right;
	padding-left: 10px;
}

#nav .hidden {
	display: none;
}

ul li:nth-child(1), ul li:nth-child(2){
	padding-left: 0;
}

.content {
	padding-top: 100px;
}

#nav .current a {
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
/*	border: 1px solid black;*/
}

/*#nav a, .lang a, .dropbtn {
    font-size: 14px;
    padding: 8px 15px;
    padding-top: 12px;
    height: 39px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 20px;
    transition: opacity .3s ease;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid;
}*/
.lang a, .dropbtn {
    font-size: 14px;
    padding: 8px 15px;
    padding-top: 12px;
    height: 39px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 20px;
    transition: opacity .3s ease;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid;
}

#nav a{
	padding: 8px 15px;
    padding-top: 12px;
}

.about_link{
	font-size: 14px;
	padding-top: 12px;
	height: 39px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	border-radius: 20px;
	transition: opacity .3s ease;

	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);

	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

	border: 1px solid;
}
.contact_link{
	font-size: 14px;
	padding-top: 12px;
	height: 39px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	border-radius: 20px;
	transition: opacity .3s ease;

	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);

	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

	border: 1px solid;
}
.contact_link.left.current{
	background-color: #000;
	color: #fff;
	border-color: #000;
}
.about_link.left.current{
	background-color: #FFF;
	color: #000;
	border-color: #FFF;
}

/*DROPDOWN--------------------------------*/

.dropdown {
	float: left;
	overflow: hidden;
}

.navbar a:hover, .dropdown:hover .dropbtn {
	opacity: 0.7;
}

.dropdown-content {
	padding-top: 15px;
	display: none;
	text-transform: uppercase;
	position: absolute;
	fill: inherit;
	background-color: inherit;
	background: inherit;
	min-width: 60px;
	z-index: 1;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.dropdown-content a {
	border-radius: 0 !important;
	border: 0 !important;
	float: none;
	padding: 12px 20px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.dropdown:hover .dropdown-content {
	display: block;
}

/*SECTION--------------------------------*/

.section {
	min-height: 100vh;
	/* Use vh as a fallback for browsers that do not support Custom Properties */
	min-height: calc(var(--vh, 1vh) * 100);
	width: calc(100% - 80px);
	padding-left: 40px;
	padding-right: 40px;
}

.content {
	padding-top: 120px;
	display: none;
}

.right {
	float: right;
}

#work, #about {
	width: calc(50% - 40px);
}

/*LOGO--------------------------------*/

#PSlogo {
	z-index: 2;
	width: 40%;
	height: 40%;
	max-height: 160px;
	max-width: 900px;
	position: fixed;
	bottom: 50%;
	right: 50%;
	-moz-transform: translateX(50%) translateY(50%);
	-webkit-transform: translateX(50%) translateY(50%);
	transform: translateX(50%) translateY(50%);
	animation: move 1.5s;
	animation-fill-mode: forwards;
	animation-delay: 2s;
	animation-timing-function: cubic-bezier(1, 0, 0, 1);
	-webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
}

@keyframes move {
	0% {
		bottom: 50%;
		transform: translateX(0, -50%);
	}
	100% {
		bottom: 5vw;
		transform: translateX(0, 0);
	}
}

/*MEDIA QUERIES--------------------------------*/

@media (max-width:1500px) {
	.lrg {
		font-size: 4vw;
	}
	.med {
		font-size: 2vw;
	}
	.sml {
		font-size: 1.52vw;		
	}	
}

@media (max-width:1080px) {
	#PSlogo {
		width: 50%;
	}
	@keyframes move {
		100% {
			bottom: 7vw;
			transform: translateX(0, 0);
		}
	}
	.section, #about {
		width: calc(100% - 80px);
	}
	.section, #work {
		width: calc(100% - 80px);
	}
	.lrg {
		font-size: 3.9vw;
	}
	.med {
		font-size: 3vw;
	}
	.sml {
		font-size: 2.29vw;		
	}
	.address {
		margin-top: 53px;
	}
	#contact em {
	font-size: 1.5em;
}

@media (max-width:767px) {
	#nav, .lang {
		margin-right: 17px;
		margin-left: 17px;
	}
	.topcontainer {
		padding-top: 17px;
	}
	.lrg {
		font-size: 5.9vw;
	}
	.med {
		font-size: 4vw;
	}
	.sml {
		font-size: 3.5vw;		
	}
	.right {
		margin-right: 17px;
	}
	.content {
		padding-top: 90px;
	}
	.section {
		padding-left: 20px;
		padding-right: 20px;
	}
	.section, #about, .address {
		width: calc(100% - 40px);
	}
	#PSlogo {
		width: 90%;
	}
	@keyframes move {
		100% {
			bottom: 10vw;
			transform: translateX(0, 0);
		}
	}
}
}
