
@font-face
{
font-family: Oxygen;
  src: url(fonts/Oxygen-Light.ttf);

}

@font-face
{
font-family: IbmPlexSerifLight;
  src: url(fonts/IBMPlexSerif-Light.ttf);

}


@media (max-width: 768px) {
    .logo {
        display: none !important;
		
    }
	
	.infobox p {
		font-size: 1.4em !important;
		padding: 1.4em !important;
	 /*	padding-left: 0.8em !important;
		padding-right: 0.8em !important; */
	/*	margin: 0 auto !important;
		top: 47% !important; */
		text-align: /*left*/ center !important;
	}
	
	.navitems {

	}
	
	.slideshow img {

	}
	
	.mail {
		font-size: 0.7em !important; 
	
	}
	
	.johnimg {
		display: none !important;
		opacity: 0 !important;
		width: 0 !important;
		height: 0 !important;
		line-height: 0 !important;
		padding: inherit !important;
		margin: inherit !important;
	
	
	}

	.aboutcont {
		all: inherit !important;
		margin: 0 !important;
		padding: 0.2em !important;
	}
	
	.who {
		all: inherit !important;
	}
	
}


::selection {
    background-color: gold;
    color: #000;
}


html {
	scrollbar-width: thin;
}

body {
	background-color: #0f0f0f;
	margin: 0;
}

p {
	font-family: IbmPlexSerifLight;
	color: white;
	margin: 1em;
	
}

.navbar {
	padding: 0.3rem;
	background-color: rgba(0, 0, 0, 0.5);
	background-image: -webkit-linear-gradient(rgba(16, 16, 16, 0.7), rgba(0, 0, 0, 0.7) 50%, rgba(18, 18, 18, 0.7), rgba(16, 16, 16, 0.7) 50%);
	backdrop-filter: blur(7px);
	
	//* background-image: -webkit-linear-gradient(#101010, black 50%, #121212, #101010 50%); *//
	
	border-bottom-color: gold;
	border-bottom-style: solid;
	border-bottom-width: 0.1em;
	border-bottom: 0.1em solid gold;
	

	
}

.header {
	
	position: sticky;
	top: 0;
	z-index: 5;
}

.logo img{
		position: absolute;
        z-index: 7;
	    top: 1.1em;
        left: 5em;
		filter: drop-shadow(0.2em 0.2em 0.4em black);
		
}

.navitems {
	font-family: Oxygen;
	color: white;
	font-size: 1.3rem;
	display: flex;
	flex-direction: row-reverse;
	list-style: none;
}


.navoption a{
	font-family: Oxygen;
	color: white;
	font-size: 1.3rem;
	text-decoration: none;
}

.navoption a:hover{
	color: gold;
	cursor:pointer;

}

.navoption a:visited{
	color: white;
	text-decoration: none;
}

.navoption {
	height: 100%;
	margin: 0;
	padding-right: 1em;
	padding-left: 1em;
	border-left-width: 0.1em;
	border-left-color: black;
	border-image-slice: 1;
	border-image-source: linear-gradient(#121212, #101010 50%, #101010, black 50%);
	border-left-style: solid;
}

.slideshow {
    position: relative;
    z-index: 1;
	margin-bottom: 0.7em;
}

.slideshow img {
    position: relative; 
	z-index: 1;
    display: block;
    margin: 0 auto;
    width: 100%; 
	
	border-bottom-color: gold; 
	border-bottom-style: solid; 
	border-bottom-width: 0.1em; 
	border-bottom: 0.1em solid gold;
}

.infobox {
	z-index: 2;
    position: absolute; 
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: max-content; 
}

.infobox p {
    font-family: IbmPlexSerifLight;
    padding: 1.5em; 
	font-weight: 500;
	font-size: 1.9em; 
	/*font-weight: bold;*/
    text-align: center;
	backdrop-filter: blur(7px); 
	filter: drop-shadow(0.1em 0.2em 0.2em black);
    padding: 1.5em;
}


.info {

	//* background: linear-gradient(180deg, #0F0F0F 0%, rgba(43, 43, 25, 1) 50%, rgba(120, 120, 54, 1) 100%); *//
}

.info p {
	text-align: center;
}

.info h1 {
	text-align: center;
	color: white;
	font-family: Oxygen;
	font-weight: 300;
	font-size: 2.5em;
	margin-top: 0.2em;
	margin-bottom: 0;
	
}



.fade {
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
}



.legal {
	position: fixed; 
    bottom: 0;
    width: 100%;
	text-align: center;
	
	backdrop-filter: blur(2px);
}

.legal p {
	font-size: 0.8em;
	font-variant: small-caps;
	color: gold;
	margin-bottom: 0.4em;
	
	
	
	/*	border-bottom-color: gold;
	border-bottom-style: solid;
	border-bottom-width: 0.1em;
	border-bottom: 0.1em solid gold;
	width: 50vw;
	margin: 0 auto;*/
}

.goldbar {
	border-bottom-color: gold;
	border-bottom-style: solid;
	border-bottom-width: 0.1em;
	border-bottom: 0.1em solid gold;
	width: 25vw;
	margin: 0 auto
	
}

.reviews {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 0;
	
}

.padthis {
		padding-bottom: 0.2em;
}

.review {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0em;
	margin: 0em;
	align-content: flex-start
	
	
}

.name {
	font-family: Oxygen;
	font-size: 1em;
	color: gold;
	text-decoration: none;
	padding: 0;
	margin: 0;

}

.rating {
	color: gold;
	padding: 0;
	margin: 0;
	font-size: 2em;
}
	
.reviewtext {
	font-size: 0.7em;
	padding: 0;
	margin: 0;
	
	padding-right: 2em;
	padding-left: 2em;
	border-right-color: gold;
	border-right-style: solid;
	border-right-width: 0.1em;
	border-right: 0.1em solid gold;
}

.reviewtext2 {
	
	font-size: 0.7em;
	padding: 0;
	margin: 0;
	
	padding-right: 2em;
	padding-left: 2em;
	
	
}


.badges {
	
	display: flex;
	flex-direction: row;
	justify-content: center;
	column-gap: 5vw;
	
}

.tel {
	color: gold;
	text-decoration: none;
	
}

.mail {
	color: gold;
	text-decoration: none;
	
}

.aboutcont {
	display:flex;
	flex-direction: row-reverse;
	margin-left: 5em;
	margin-right: 5em;

	
}

.who {
	padding: 1em;
	padding-left: 2em;
	padding-right: 3em;
	border-left-color: gold;
	border-left-style: solid;
	border-left-width: 0.1em;
	border-left: 0.1em solid gold;
}

.johnimg {
	margin-top: 0;
	width: 19em;
	height: auto;
	padding: 1em;
}

.hiddenC {
    opacity: 0;
	margin: 0;
	padding: 0;
	height: 0;
}

#contact {
	margin: 0;
	padding: 0;
	height: 0;
}

.hidden {
    opacity: 0;
}