<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div,body,button {
	font-family: 'Roboto', sans-serif !important;;
}

h1,h2,h3,h4 {
	ffont-family: 'Archivo Black', sans-serif;
	ffont-family: 'Permanent Marker', cursive;
	ffont-family: 'Merriweather Sans', sans-serif;
	ffont-family: 'Roboto', sans-serif !important;;
	font-family: 'Barlow', sans-serif;
	
}

h3 {
	font-size: 22px;
}

.btn-warning {
    background-color: var(--works-yellow) !important;
}

#myvideoplayerwrap {
	position: fixed;
	top: 120px;
	left: 0px;
	width: 100%;
	z-index: 2;
	text-align:center;
	display: none;
	hheight: 50vh;
}

@media (min-width: 901px) {
	#myvideoplayerwrap,#myvideoplayer {
		height: 50vh;
	}
	.container2 {
		max-width: calc(100% - 100px) !important;
	}
	.width540 {
		width: 540px
	}
}

@media (max-width: 901px) {
	#myvideoplayerwrap,#myvideoplayer {
		width: 100vw;
		height: auto;
		max-height: 80vh;
	}
	#myvideoplayerwrap {
		top: 0px !important;
	}
}

@media (min-width: 901px) {
	A.btn {
		margin-right: 10px;
	}
	.navbar {
		padding-right: 0px !important;
	}
	.navcontainer {
		padding-right: 0px !important;
	}
}

.shadow-dark-bern {
    box-shadow: 0 0rem 2rem rgba(255,255,255,0.2) !important;
}

.shadow-dark-bern2 {
    box-shadow: 0 0rem 1rem rgba(0,0,0,0.2) !important;
}

.headerbtn {
	color: white;
	border-top: 0px;
	border-radius: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 2px solid rgba(0,0,0,0);
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 15px;
	font-weight: bold;
}
.headerbtn:hover {
	border-bottom: 2px solid white;
	background-color: unset;
	color: white;
}

.nicbtn2 {
	border-radius: 100px;
	font-size: 1.2rem;
	min-width: 200px;
	font-weight: bold;
	padding: 14px;
	color: var(--works-yellow);
}

.nicbtn2:hover {
	color: white;
	background-color: var(--works-blue);
}


.nicphoto {
	max-width: 260px;
	max-height: 200px;
	overflow: hidden;
	padding: 0px;
}

.nicvideo {
	position: relative;
	left: 50%;
	margin-left: -150px;
}
</pre></body></html>