﻿:root {
	--white: #fff;
	--grey: #EEEEEE;
	--yellow: #FFFDF2;
	--default: #454833;
}

.cormorant-garamond {
	font-family: "Cormorant Garamond", serif;
	font-optical-sizing: auto;
	font-weight: 100;
	font-style: normal;
}

html,
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
	background-color: var(--white);
}

html {
	scroll-behavior: smooth;
}

body * {
	font-weight: lighter;
	color: var(--default);
}

a {
	font-size: 1.2rem;
	text-decoration: none;
	color: inherit;
}

header {
	width: 100%;
	margin: auto;
	text-align: center;
}

header, header div {
	min-height: 12dvh;
	align-content: center;
}

header h3 {
	font-size: 22px;
	text-transform: uppercase;
	text-align: center;
	padding: 24px 0;
	margin: 0 auto;
}

header img {
	height: 35px;
	width: auto;
	padding: 12px 15px 10px;
}

wrapper, .slider {
	position: relative;
	display: block;
}

.slider {
	filter: brightness(70%);
}

wrapper .bannertxt {
	z-index: 9;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	display: block;
	align-content: center;
}

wrapper .bannertxt h2 {
	text-align: center;
	position: relative;
	font-size: 100px;
	color: var(--yellow);
}

footer {
	min-height: 8dvh;
	height: 100%;
	align-content: center;
	text-align: center;
}

.b11kbtt, .btn {
	display: inline-block;
	padding: 8px 40px;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 2px;
	color: white;
	transition: all .5s;
	font-weight: 600;
	line-height: normal;
	cursor: pointer;
	text-decoration: none;
	border-radius: 20px;
}

.b11kbttgreen {
	background: #999;
}

.b11kbttgreen:hover {
	background: #000;
}

.b11kbttmain {
	background: var(--default);
	color: var(--bodybg);
	border:1px solid #fff;
}

.b11kbttmain:hover {
	background: #fff;
	color: var(--default);
	border:1px solid var(--default);
}

@media screen and (max-width: 1500px) {
	header img {
		height: 30px;
		width: auto;
		padding: 4px;
	}

	wrapper .bannertxt h2 {
		font-size: 87px;
	}
}

@media screen and (max-width: 750px) {
	header img {
		height: 30px;
		padding: 10px 6px 2px;
	}

	wrapper .bannertxt h2 {
		font-size: 70px;
		line-height: 55px;
		width: calc(100% - 120px);
		margin: auto;
	}

	footer * {
		font-size: 14px;
	}
}

@media screen and (min-width: 1536px) {
	header {
		width: 1280px;
	}
}
