@charset "utf-8";
/* CSS Document */

/* 		*******************************
		*		 FONT IMPORT 		  *
		*******************************		*/

/* 		||		   MONTSERRAT		  ||		*/
@import url("../webfonts/MONTSERRAT/Montserrat.css");
/*


/* 		||			   LATO			  ||		*/


@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');


/* 		||		  	 nunito		  ||		*/

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');



/* 		*******************************
		*		 COLORS USED  		  *
		*******************************		*/
/*

		off-black:   #131316;
		darker-off-black: #0E0C0C;
		accenting-red: #863030;


*/

/* 		*******************************
		*		CORE STYLES  		  *
		*******************************		*/

html {
	position: relative;
	min-height: 100%;
	width: 100%;
	margin: 0;
	scroll-behavior: smooth;	
}

* {
	
  	-webkit-box-sizing: border-box;
	
  	        box-sizing: border-box;
}

main {
	-webkit-filter: blur(0px);
	        filter: blur(0px);
}

body {
	height: 100%;
	width: 100%;
	margin: 0;
	background-color: #131316;
	color: #fff;
}


section {
	background-color: #131316;
	padding: 10vh 0;
/*	background-color: paleturquoise;*/
	
}

h1 {
	font-family: 'montserrat', sans-serif;
	font-size: 65px;
	font-weight: 700;
	padding: 2% 0;
	letter-spacing: .15em;
}

h2 {
	
	font-family: 'lato', sans-serif;
	font-size: 32px;
	font-weight: 300;
	line-height: 1.5em;
	letter-spacing: .1em;
	padding: 2% 0;
	
	
/*	background-color: magenta;*/
}

h3 {
	
	font-family: 'nunito', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.5em;
	padding: 0;
	
/*	background-color: magenta;*/
}

p {
	
	font-family: 'nunito', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.7em;
	padding: 3% 0;
	
/*	background-color: magenta;*/
}

a, .fake-link {
	color: #fff;
	font-family: 'nunito', sans-serif;
	font-size: 1em;
	text-decoration: none;
	letter-spacing: .1em;
	-webkit-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}



button {
	display: block;
	font-family: montserrat, sans-serif;
	font-size: 1em;
	letter-spacing: .1em;
	background-color: #fff;
	colour: #000;
	border-radius: 20px;
	border: 0;
	padding: 15px 30px;
	margin-top: 20px;
	-webkit-transition: background-color 200ms linear;
	-o-transition: background-color 200ms linear;
	transition: background-color 200ms linear;
}

a:hover {
	text-decoration: none;
}


ul {
	list-style: none;
	padding: 0;

}

input {
	padding: 0 !important;
	margin: 0 !important;
}

textarea {
	  font-family: 'poppins', sans serif;
	  font-size: .9em;
	  font-weight: 300;
}

/*	-----------   GENERAL STYLES    ------------    */

.wrapper {
	
	margin: 0 auto;
	width: 95%;	
	display: block;
	-ms-flex-line-pack: center;
	    align-content: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
}

.content-wrapper {
	width: 100%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	
}

.spacer {
	width: 100vw;
	height: auto;
	margin: 0 auto;
	
/*	background-color: salmon;*/
}


.parallax {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-perspective: 2px;
	        perspective: 2px;
	
}

.spacer-img {
	height: inherit;
	width: inherit;
	align-self: flex-start;
	main: 0;
	padding: 0;
	position: relative;
	top: 0;
/*	background-image: url("");*/
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -4;
	
	
}

.spantest {
/*
	background-color: magenta;
	height: 10px;
*/
	width: 100%;
	position: relative;
	-webkit-transform: translateY(-5vh);
	    -ms-transform: translateY(-5vh);
	        transform: translateY(-5vh);
	height: 0;
	
}
.button {
	display: block;
	font-family: montserrat, sans-serif;
	font-size: 1em;
	letter-spacing: .1em;
	background-color: #fff;
	color: #000;
	border-radius: 20px;
	border: 0;
	padding: 15px 30px;
	margin-top: 20px;
	-webkit-transition: background-color 200ms linear;
	-o-transition: background-color 200ms linear;
	transition: background-color 200ms linear;
}

.accordion {
	width: 100%;
	padding: 0;
	margin: 0;
	cursor: pointer;
	background-color: transparent;
	border: 1px solid none solid none #A4A4A4 !important;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	outline: none;
}

.active, .accordion:hover {
	outline: none;
	background-color: transparent;
}

.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  -webkit-transform: translate(-10px,-30px);
      -ms-transform: translate(-10px,-30px);
          transform: translate(-10px,-30px);
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.panel {
	padding: 0;
	text-align: start;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height 0.5s ease-out;
	-o-transition: max-height 0.5s ease-out;
	transition: max-height 0.5s ease-out;

}


/*	-----------   NAVBAR    ------------    */

.responsive-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 8vh;
	background-color: #0E0C0C;
	padding: auto 4%;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 12;
}

.navigation-logo {
	height: auto;
	width: auto;
	max-height: 60px;
	max-width: 60px;
	margin-left: 35%;
	padding-left: 8%;
}

.navigation-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 30vh;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	position: relative;
	margin-left: 40%;
	margin-top: 45px;
	z-index: 14;
	padding: 0;
}

.navigation-links a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
	text-transform: uppercase;
	letter-spacing: 0.17em;
}

.burger {
	display: none;
	margin-right: 4%;
}

.burger div {
	width: 42px;
	height: 5px;
	border-radius: 3px;
	background-color: white;
	margin: 8px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


@media screen and (max-width: 991px){
	body {
		overflow-x: hidden;
	}
	
	

	
	.navigation-links {
		position: fixed;
		margin: 0;
		right: 0;
		top: 8vh;
		font-size: 15px;
		min-width: 35vw;
		min-height: 92vh;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		background-color: #070707;
		-webkit-transform: translateX(100%);
		    -ms-transform: translateX(100%);
		        transform: translateX(100%);
		-webkit-transition: -webkit-transform 0.5s ease-in;
		transition: -webkit-transform 0.5s ease-in;
		-o-transition: transform 0.5s ease-in;
		transition: transform 0.5s ease-in;
		transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in;
	
	}
	
	.burger {
		display: block;
	}
	
	.nav-active {
		-webkit-transform: translateX(0%);
		    -ms-transform: translateX(0%);
		        transform: translateX(0%);
	}
	
	.nav-close {
		-webkit-transform: translateX(100%);
		    -ms-transform: translateX(100%);
		        transform: translateX(100%);
	}

	.navigation-links li{
		opacity: 0%;
	}
	
}	
	
/*	-----------  NAV BAR EFFECTS   ------------    */

@-webkit-keyframes navLinkFadeIn{
    0%{
        opacity: 0%;
        -webkit-transform: translateX(50px);
                transform: translateX(50px);
    }
    100%{
        opacity: 100%;
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
    }
}

@keyframes navLinkFadeIn{
    0%{
        opacity: 0%;
        -webkit-transform: translateX(50px);
                transform: translateX(50px);
    }
    100%{
        opacity: 100%;
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
    }
}

@-webkit-keyframes navLinkFadeOut{
    0%{
        opacity: 100%;
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
    }
    100%{
        opacity: 0%;
        -webkit-transform: translateX(50px);
                transform: translateX(50px);
    }
}

@keyframes navLinkFadeOut{
    0%{
        opacity: 100%;
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
    }
    100%{
        opacity: 0%;
        -webkit-transform: translateX(50px);
                transform: translateX(50px);
    }
}



	
	.toggle .line1 {
		-webkit-transform: rotate(-45deg) translate(-6px, 11.75px);
		    -ms-transform: rotate(-45deg) translate(-6px, 11.75px);
		        transform: rotate(-45deg) translate(-6px, 11.75px);
	}

	.toggle .line2 {
		opacity: 0;
	}

	.toggle .line3 {
		-webkit-transform: rotate(45deg) translate(-6px, -11.75px);
		    -ms-transform: rotate(45deg) translate(-6px, -11.75px);
		        transform: rotate(45deg) translate(-6px, -11.75px);

	}



/*	-----------   BACK TO TOP    ------------    */

.top-button {
	display: none;
	position: absolute;
	right: 5px;
	top: 90vh;
	height: 5px;
	overflow: none;
	
}

.top-link {
	position: -webkit-sticky;
	position: sticky;
	top: 100vh;
	z-index: 15;
	width: 80px;
	height: 80px;
	
}

.top-img {
	height: inherit;
	width: inherit;	
}






/*	-----------  PAGE ANIMATIONS   ------------    */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*	-----------  FOOTER   ------------    */

.footer {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 2% 1fr 2% 2fr;
	grid-template-columns: 1fr 1fr 2fr;
	grid-gap: 2%;
	padding: 1% 5%;
	background-color: #0E0C0C;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 8vh;
	width: 100%;
	margin: 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-line-pack: center;
	    align-content: center;
	overflow: hidden;

}

.ft-block {	
	display: -webkit-box;	
	display: -ms-flexbox;	
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-preferred-size: auto;
	    flex-basis: auto;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-ms-flex-line-pack: center;
	    align-content: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.ft-block > h2{
	font-size: .8em;
	margin-bottom: 2px;
	padding-bottom: 0px;
/*	background-color: red;*/
}

.ft-block > ul, .ft-block > span {
	font-size: .7em;
	font-weight: 400;
	margin: auto 0;
	padding-top: 0px;
	cursor: pointer;
}

.ft-block li {
	margin: 1.8% 0;
}

.ft-block a:hover {
	color: white;
}


/* 		*******************************
		*		MEDIA QUERIES  		  *
		*******************************		*/
/*	-----------  LARGE DESKTOP   ------------    */
@media only screen and (min-width: 992px){
		
	.spacer {
		height: 40vh;
	}
	
	a:hover, a:active {
		color: #863030;
		font-family: 'nunito', sans-serif;
		font-size: 1em;
		text-decoration: none!important;
		letter-spacing: .1em;
		-webkit-transition: color 200ms linear;
		-o-transition: color 200ms linear;
		transition: color 200ms linear;
}
	
	button:hover, button:active {
		text-decoration: none!important;
		background-color: #863030;
		-webkit-transition: background-color 200ms linear;
		-o-transition: background-color 200ms linear;
		transition: background-color 200ms linear;
}
	.accordion:active, .accordion:hover {
		background-color: transparent;
		outline: none;
	}
	.navigation-links a:hover {
		color: #863030;
		text-decoration: none!important;
		-webkit-transition: color 200ms linear;
		-o-transition: color 200ms linear;
		transition: color 200ms linear;
		text-transform: uppercase;
		letter-spacing: 0.17em;
	}
	
	.fake-link:hover, .fake-link:active {
		color: #863030;
		font-family: 'nunito', sans-serif;
		font-size: 1em;
		text-decoration: none!important;
		letter-spacing: .1em;
		-webkit-transition: color 200ms linear;
		-o-transition: color 200ms linear;
		transition: color 200ms linear;
}
	.button:hover, .button:active {
		background-color: #863030;
		color: #fff;
		font-family: montserrat, sans-serif;
		font-size: 1em;
		letter-spacing: .1em;
		text-decoration: none!important;
		-webkit-transition: background-color 200ms linear;
		-o-transition: background-color 200ms linear;
		transition: background-color 200ms linear;
}
	
	
	
	.footer {
		height: 10vh;
		padding-top: 0.5vh;
	}
	
	.ft-block > ul {
		margin-top: 0;
	}

}
	
/*	-----------  PORTRAIT TABLET TO SMALL DESKTOP   ------------    */
@media only screen and (min-width: 768px) and (max-width:991px){
	
	.spacer {
		height: 35vh;
	}
	.footer{
		height: 10vh;
	}
	h1 {
		font-size: 5vw;
	}
	
	h2 {
		font-size: 2.8vw;
	}
	
	h3 {
		font-size: 2.2;
	}
	
	p {
		font-soze: 1vw;
	}
	.spacer-img {
		background-attachment: fixed;
	}

		
}

@media only screen and (orientation: landscape) and (min-width: 768px) and (max-width: 1500px) and (max-height: 800px) {
	
	.spacer-img {
		background-attachment: scroll;
	}
	
}




/*	-----------  LANDSCAPE PHONE TO PORTRAIT TABLET  ------------    */
@media only screen and (min-width: 481px) and (max-width:767px){
	.navigation-links {
		min-width: 40vw;
	}
	.dropdown {
		display: block;
		height: 5vh;
		width: 5vh;
	}
	.dropdown-content a{
		-webkit-transform: translateY(5vh);
		    -ms-transform: translateY(5vh);
		        transform: translateY(5vh);
	}
	.spacer {
		height: 45vh;
	}
	.footer {
		height: 11vh;
		-ms-grid-columns: 1fr 2% 1fr;
		grid-template-columns: 1fr 1fr;
	}
	.footer > ul {
		font-size: 1vh;
	}
	
	.ft-block li {
		margin: 3% auto;
	}
	
	h1 {
		font-size: 3vh;
	}
	h2 {
		font-size: 1.9vh;
	}
	h3 {
		font-size: 2vh;
	}
	p {
		font-size: 1.8vh;
	}
	.spacer-img {
		background-attachment: scroll;
	}
		
}


/*	-----------  LANDSCAPE PHONES AND DOWN   ------------    */
@media only screen and (max-width: 480px) {
	.navigation-links {
		min-width: 55vw;
	
	}
	.navigation-links a {
			font-size: 3vw;
	}
	
	.spacer {
		height: 55vh;
	}
	.footer {
		height: 13vh;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	
	.ft-block {
		padding: 0;
		margin: 0 4%;
		width: auto;

	}
	.ft-block > ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	
		width: auto;
		margin: 0;
		padding: 0;

	}
	.ft-block li {
		display: inline-block;
		margin: 4%;
		margin-right: 13%;
		width: auto;	
		white-space: nowrap;
			-ms-flex-line-pack: justify;
			    align-content: space-between;
	}

	.ft-block a {
		display: inline-block;
	} 
	h1 {
		font-size: 3vh;
	}
	h2 {
		font-size: 2.15vh;
	}
	h3 {
		font-size: 1.9vh;
	}
	p {
		font-size: 1.8vh;
	}
	
	.navigation-logo {
		padding-left: 12%;
	}
	
	.spantest {
		-webkit-transform: translateY(5vh);
		    -ms-transform: translateY(5vh);
		        transform: translateY(5vh);
	}

	.spacer-img {
		background-attachment: scroll;
	}
}


/*	-----------  lANDSCAPE PHONES  ------------    */

@media screen and (orientation: landscape) and (max-width: 805px){

	.responsive-nav {
		height: 10vh;
	}
	
	.responsive-nav img, .burger {
		-webkit-transform: scale(80%);
		    -ms-transform: scale(80%);
		        transform: scale(80%);
	}
	
	.ft-block li {
		margin: 1% auto;
	}
	h1 {
		font-size: 3vw;
	}
	h2 {
		font-size: 2.15vw;
	}
	h3 {
		font-size: 1.9vw;
	}
	p {
		font-size: 1.8vw;
	}
	
	.spacer-img {
		background-attachment: scroll;
	}

}




/*	-----------  PRINT FRIENDLY  ------------    */
@media only print {
	
	body, section {
		background-color: white;
	}
	
	h1, h2, h3, p, a {
		color: black;
	}
	
}

