@font-face {
	font-family: hamlet;
	src: url("/font/Hamlet-Tertia18.woff2") format("woff2"),
		 url("/font/Hamlet-Tertia18.otf") format("opentype");

}

@font-face {
	font-family: zainer;
	src:	url("/font/Brausepulver.woff2") format("woff2"),
			url("/font/Brausepulver.ttf") format("truetype");
}

body{
	margin: 0;
}

html {
  background: linear-gradient(to right, #00001d, #dac72a);
}

.backgroundright{
	position: fixed;
	right: 0px;
	top: 0px;
	height: 100vh;
	width: auto;
	z-index: -2;
	margin-bottom: 0;
	margin-top: 0;
	
	/*opbject-fit: contain;*/
	
	-webkit-mask-image: -webkit-linear-gradient(to left, rgba(0,0,0,1), rgba(0,0,0,0) 90%);
	-webkit-mask-image: linear-gradient(to left, rgba(0,0,0,1), rgba(0,0,0,0) 90%);
	mask-image: linear-gradient(to left, rgba(0,0,0,1), rgba(0,0,0,0) 90%);
}

.opaqbox {
	display: flex;
	flex-direction: column;
	background-color: rgba(0, 0, 0, 0.05);
	min-width: min-content;
	max-width: 40em;
	/*height: 96vh;*/
	min-height: 96vh;
	height: auto;
	margin-left: 2vw;
	margin-top: 2vh;
	
	object-fit: contain;
	
	align-items: center;
	justify-content: center;
	
	overflow: auto;
	
}


@media only screen and (max-width: 1800px){
	.opaqbox {
		background-color: rgba(0, 0, 0, 0.15);
	}
}
@media only screen and (max-width: 1400px){
	.opaqbox {
		background-color: rgba(0, 0, 0, 0.3);
	}
}
@media only screen and (max-width: 1000px){
	.opaqbox {
		background-color: rgba(0, 0, 0, 0.5);
		margin-left: auto;
		margin-right: auto;
	}
}

.boxtext {
	color: white;
	font-family: hamlet;
	text-align: center;
	font-size: clamp(1.2em, 2.6vmin, 2.8em);
	/*font-size: 2.6vh;*/
	margin: 10px;
	text-shadow: 2px 2px #000000;
	
	min-width: 0;
}

.boxtext i {
	/*font-size: 2.1vh;*/
	font-size: clamp(0.9em, 2.2vmin, 2.5em);
}

@media only screen and (max-height: 600px){
	.boxtext {
		/*font-size: 1.2em;*/
	}
	.boxtext i {
		/*font-size: 0.9em;*/
	}
}

.boxtext b {
	color: red;
	letter-spacing: 0.1em;
	font-family: zainer;
	/*font-size: 2.8vh;*/
	font-size: clamp(1.22em, 1.4vmin, 2.9em);
	text-shadow: 1px 1px #000000;
	font-smoothing: antialiased;
}

.boxtext a {
	color: #4db8ff;
}

#lpimg {
	/*max-width: 90%;*/
	/*max-height: 80%;*/
	width: auto;
	height: clamp(200px, 30vmin, 30vmin);
	min-width: 0;

	object-fit: contain;
	
	border-style: groove;
	border-width: 3.6vh;
	border-color: rgba(51, 0, 0, 0.5);
	border-radius: 6px;
}

@media only screen and (max-width: 600px){
	#lpimg {
		/*height: 20vh;*/
		border-width: 15px;
	}
}

#bcbanner {
	margin-top: 4vh;
}




			.bio-image {
                bottom:4px;
                border-radius: 50%;
                float: left;
                margin-right: 10px;
                height: 50px;
                width: 50px;
            }
            .placeholder {
                background-color: #408ea3;
                background: -webkit-linear-gradient(left, #6046FE, #1DA0C3);
            }
            div.outer-button {
                white-space: nowrap;
                width: 100%;
            }
            div.inner-button {
                display: inline-block;
                width: calc(100% - 60px);
            }
            .inner-button span{
				font: 12px 'Helvetica Neue',Helvetica,Arial,sans-serif;
                -webkit-font-smoothing: antialiased;
                font-weight: 500;
                font-size: 13px;
                margin: 5px 0 5px 0;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }
            #bcbanner a {
                color: #000;
            }
            #bcbanner a, span.button:hover {
                cursor: pointer;
                text-decoration: none;
            }
            #bcbanner span.button {
                background-color: #00A1C6;
                border: none;
                border-radius: 3px;
                color: #fff;
                display: inline-block;
                font-weight: bold;
                padding: 3px 5px;
                margin-left: -2px;
            }
            #bcbanner svg {
                margin-right: -2px;
            }
			#bcbanner p {
				color: white;
				margin: 0;
			}