﻿:root {
	--white: #fff;
	--grey: #EEEEEE;
	--yellow: #FFFDF2;
	--default: #454833;
}

@font-face {
  font-family: "SofiaProUltraLightAz";
  src: url(/css/fonts/SofiaProUltraLightAz.otf);
}

.cormorant-garamond {
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	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(--yellow);
}

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;
	position:absolute;
	z-index:999;
}

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: 79px;
	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: #ccad6c;
}

footer {
	min-height: 10dvh;
	height: 100%;
	align-content: center;
	text-align: center;
	background:#ccad6c;
}

#singlebg
{
	width:100%;
	height:90vh;
	background:url(/gfx/header_bg.jpg) no-repeat;
	background-size:cover;
}

.copy
{
	width:96%;
	max-width:1400px;
	margin:0px auto;
}

.rigfootcol
{
	float:left;
	width:32%;
	font-family:"SofiaProUltraLightAz";
	color:white;
}

.copy .rigfootcol:nth-child(2)
{
	margin-left:2%;
	margin-right:2%;
}

.copy .rigfootcol a
{
	transition:all 0.5s;
	font-size:18px;

}

.copy .rigfootcol a:hover
{
	color:white;
}

.copy .rigfootcol span
{
	text-transform:uppercase;
	font-size:18px;
	padding-top:4px;
	color:white;
}

@media screen and (max-width: 1500px) {
	header img {
		height: 70px;
		width: auto;
		padding: 4px;
	}

	wrapper .bannertxt h2 {
		font-size: 87px;
	}
}

@media screen and (max-width: 750px) {
	header img {
		height: 60px;
		padding: 10px 6px 2px;
	}

	wrapper .bannertxt h2 {
		font-size: 70px;
		line-height: 55px;
		width: calc(100% - 120px);
		margin: auto;
	}

	footer * {
		font-size: 14px;
	}
}
