/*!
Theme Name: PB
Author: GS
Author URI: riebenbauer.net
Description: Enjoy Website we made specially for you!
Version: 1.2.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tailwindcss
Tags: custom-theme
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/



@font-face {
	font-family: 'Slussen Mono Light';
	src: url('/wp-content/themes/PB/assets/fonts/Slussen-Mono-Light.woff2') format('woff2'),
		url('/wp-content/themes/PB/dist/fonts/Slussen-Mono-Light.woff') format('woff');
	font-weight: normal;
	font-display: swap;
}


body {
	overflow-x: hidden;
	font-family: 'Slussen Mono Light',arial;
	background-color:#0e212c;
}

.imageBox img{
	width:100%;
	height:100%;
	object-fit: cover;
}



.logoSection{
	
	transform: translateY(40vh);
	transition: all 700ms ease-out;
}
.logoSection.scrolled{
	margin-top:1.5rem;
	transform: translateY(0vh)
}


.imageRightBox img{
	margin-top:50vh;
	transition: all 700ms ease-out;
	
}
.imageRightBox.scrolled img{
	margin-top:0vh;
}


.logoSection img{
transition: width 700ms ease-out, opacity 700ms ease-out; 
}
.logoSection.scrolled img{
	width:50px;
}

.signet {
	opacity: 1;
}

.claim{
	opacity: 1;
	transition: all 700ms ease-out;
}

.signet.hide {
	opacity: 0;
}

.claim.hide  {
	opacity: 0;
}

.claimSection{
	opacity:0;
	margin-top:100vh;
	transition: all 700ms ease-out;
}

.claimSection.show{
	opacity:1;
	margin-top:0vh;
}

.portrait{
	
	margin-top:0vh;
	transition: all 700ms ease-out;
}

.portrait.moveUp{
	
	margin-top:-200vh;
}



@media (max-width: 1024px) { 
	
	
	
	.logoSection img {
		width:50px;
	}
	
.logoSection.scrolled img {
	width: 35px;
}	
	.right.active{
		display:none;
		
		
	}
 }