/**
	@Author:	Paul Strandoo/Spi-des-ign
	@Date:		28 Nov 2023
	@Notes:		RKIM

	font-family: 'IBM Plex Sans', sans-serif; 300, 400, 400i, 600
*/
/**
 * Reset stylesheet to normalize styles across browsers
 *
 */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,label,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 

table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 

fieldset,img {  
	border:0; 
} 

address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 

ol,ul,li { 
	list-style:none; 
	margin: 0;
	padding: 0;
} 

caption,th { 
	text-align:left; 
} 

h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 

q:before,q:after { 
	content:''; 
} 

abbr,acronym { 
	border:0; 
} 

a {
	text-decoration: none;
}


* {
	margin: 0;
	padding: 0;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
	box-sizing: border-box;
	}

html {
	font-size: 16px;
	}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.625;
	color: #686868;
	background-color: #fff;
	word-wrap: break-word;
	overflow-x: hidden;
	-webkit-text-size-adjust: none;
	}
a {
	color: #316ccd;
	text-decoration: none;
	}
a:hover, a:focus {
	color: #686868;
	color: #a7c457;
	text-decoration: none;
	}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	}
	
/* body links */

h1, h2 {
	font-family: "Quattrocento Sans", Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.1;
}

h1 { 
	color: #212121;
	font-size: 2.8rem;
	font-size: 84px;
	line-height: 1.1em;
	margin: 0.6em 0;
	}
h2 { 
	color: #212121;
	font-size: 2.4rem; 
	line-height: 1.1;
	font-size: 40px;
	line-height: 1.25;
	font-weight: 700;
	margin: 0.6em 0;
	letter-spacing: -.03em;
	}

p {
	font-size: 1.125em;
	font-weight: 300;
	line-height: 1.7em;
	color: #4A4E53;
	margin: 0 0 1em;
	padding: 0;
	}
img {
	vertical-align: middle;
	}


@media screen and (min-width: 570px) {
	p {
		font-size: 1.2em;
		}
	h1 {
		font-size: 2.5em;
		line-height: 1.4;
		width: 100%;
		}
}

/* ----- [ Holding Page ] -----------------*/
.coming-soon-page {
	background: #222;
	}
.holding-section {
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: space-around;
	text-align: center;
	color: #fff;
	margin: 0;
	}

.holding-overlay {
	position: fixed;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	background: #000;
	background: rgba(0, 0, 0, 0.3);
	}

.holding-section .inner {
	flex: 1;
	text-align: center;
	margin: 0;
	max-width: 100%;
	z-index: 99;
	}
	
.holding-footer {
	background: transparent;
	text-align: center;
	margin: 20px 1em 1em;
	padding: 1em 1.5em;
	z-index: 1;
	max-width: 48em;
	border: 2px dotted #fff;
	}

.coming-soon-page h1,
.coming-soon-page h2 {
	font-family: 'Playfair Display', serif;
	font-weight: 300;
	font-size: 2.5rem;
	line-height: 1.3;
	letter-spacing: -1px;
	color: #fff;
	color: #222;
	margin: 0.3em 0;
	/*text-shadow: 2px 2px 6px rgba(0,0,0,0.1);*/
	}
.coming-soon-page h2 {
	font-size: 2rem;
	font-weight: bold;
	}
.coming-soon-page p {
	font-family: 'Playfair Display', serif;
	font-size: 1.4em;
	line-height: 1.6;
	font-weight: bold;
	color: #fff;
	margin: 0 0 0.5em;
	}
.coming-soon-page a {
	color: #fff;
	color: #9BC6CC;
	text-decoration: underline;
	}

@media screen and (min-width: 570px) {
	.holding-section {
		height: 100vh;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: space-around;
		}

	.holding-section .inner {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		}
	.holding-footer {
		margin: 0 auto 1em;
		}
}

