/*
* Main theme css file
*/

@font-face {
    font-family: 'Blakely';
    src: url('../fonts/BlakelyLight.woff2') format('woff2'),
        url('../fonts/BlakelyLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/*
 * Default styles
 */
:root {
	--pri-font: 'Open Sans';
	--sec-font: 'Blakely';
}



html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background-image: url(../../upload/bg-bruzzel-bande.jpg);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	background-attachment: fixed;
}

.body-inner {
	height: 100%;
	color: #fff;
}
.body-inner > * {
}
.body-inner .main-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 200px;
	text-align: center;
	z-index: 100;
}
.body-inner .main-header img {
	object-fit: cover;
	object-position: center bottom!important;
	width: 100%;
	height: 100%;
}
.body-inner .main-content {
	padding-top: 100px;
}
figure.branding:not(.branding-sm) {
	max-width: 800px;
	width: 40%;
	margin: 0 auto;
}
figure.branding.branding-sm {
	max-width: 400px;
	margin: 0 auto;
}
figure.branding img {
	max-width: 100%;
	height: auto;
}
.claim {
	margin-top: 45px;
	margin-bottom: 45px;
}
.content {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
	font-family: var(--sec-font);
	font-size : clamp(2rem, 10vw, 5rem);
	line-height: 1;
}
.main-text {
	margin-top: 60px;
	padding-bottom: 300px;
	font-size: 1.125rem;
}
.main-text h2 {
	margin-bottom: 30px;
	text-align: center;
	font-family: var(--sec-font);
	font-size : clamp(2rem, 10vw, 4rem);
}
.body-inner .main-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40%;
	text-align: center;
	z-index: 100;
}
.main-footer > img {
	object-fit: cover;
	object-position: right top !important;
	width: 100%;
	height: 100%;	
}
ul.navbar-footer {
	display: inline-flex;
	align-items: center;
	gap: 15px;
	position: absolute;
	right: 10%;
	bottom: 60px;
	z-index: 105;
}
ul.navbar-footer a {
	text-decoration: none;
	font-family: var(--sec-font);
	font-size: 1.5rem;
}
ul.navbar-footer a,
ul.navbar-footer a:visited {
	color: rgba(255,255,255,1);
}
img.nav-brand {
	max-height: 26px;
	transform: translateY(-4px);
}
