@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Slackey&display=swap');

body, p, a, div, span, button, h1, h2, h3, h4, h5, h6 {
	 font-family: "Roboto", serif;
}

body {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

#backCanvas1 {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  animation: colorizeBack1 40s linear infinite;
}

#aboutPage #backCanvas1about {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
	background: #fff;
		transition: all 1s ease;
}

#galleryPage #backCanvas1gallery {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
	background: #fff;
}

#backCanvas1funFacts, #backCanvas2funFacts {
  position: absolute; 
  left: 0;
  top: 0;
  z-index: -1;
}

#backCanvas1funFacts {
background: #fff;
}

#backCanvas2funFacts {
background: #000;
}

#backCanvas2 {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  animation: colorizeBack2 40s linear infinite;
}

#aboutPage #backCanvas2about {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
	background: #000;
	transition: all 1s ease;
}

#galleryPage #backCanvas2gallery {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
	background: #000;
}

@keyframes colorizeBack1 {
    0% {
     background: #fff;
		opacity: 1;
    }
	 10% {
     background: #fff;
		 opacity: 1;
    }
	50% {
 background: #000;
		opacity: 0;
    }
	60% {
 background: #000;
		opacity: 0;
    }
	100% {
 background: #fff;
		opacity: 1;
    }
}


@keyframes colorizeBack2 {
    0% {
     background: #fff;
		opacity: 0;
    }
	 10% {
     background: #fff;
		 opacity: 0;
    }
	50% {
 background: #000;
		opacity: 1;
    }
	60% {
 background: #000;
		opacity: 1;
    }
	100% {
 background: #fff;
		opacity: 0;
    }
}

main {
  background: #000a;
  padding: 20px 50px;
  color: #fff !important;
	padding-top: 160px;
	min-height: calc(100vh - 180px);
}

a {
  color: #f5fa59;
  text-decoration: none;
}

#mainContent {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

#copyright {
  font-size: 10px;
  text-align: center;
  padding: 5px;
  color: #fff;
  text-shadow: 0px 0px 2px #0000005e;
}

#copyright a {
  text-decoration: none;
  color: #edf2f3;
}

header {
  background-color: white;
  color: black;
  font-size: 75px;
  font-weight: bold;
  margin: 0 auto;
  padding: 16px;
  width: calc(100% - 32px);
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: screen;
  opacity: 1;
	font-family: "Slackey", sans-serif;
}



.menu_icon {
  position: fixed;
  bottom: 10px;
  right: 20px;
  color: #fff;
  font-size: 35px;
	cursor: pointer;
  z-index: 999;
	text-decoration: none;
	text-shadow: 0px 0px 3px #000000e5;
}

.topnav {
  position: fixed;
  background: #fff;
  /* goal -> right: 20px; */
	right: -130px;
  bottom: 60px;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: end;
  z-index: 999999;
  font-size: 20px;
	transition: all 0.5s ease;
}

.topnav a {
  color: #010115;
  text-decoration: none;
	padding: 8px 0px;
}

header div a {
  font-family: "Slackey", sans-serif;
  color: #000;
}



header div {
  transition: all 2s ease;
  animation: beatLogo 4s linear infinite;
  font-size: 75px;
  font-weight: bold;
  font-family: "Slackey", sans-serif;
	width: fit-content;
  margin: auto;
}

@keyframes beatLogo {
	    0% {
	  transform: scale(1);
	}
	50% {
	  transform: scale(1.2);
	}
	 100% {
	  transform: scale(1);
	}
}


#goToTop {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #fff;
  color: #000;
  font-size: 15px;
  padding: 10px;
  border: none;
  border-radius: 50%;
  z-index: 9999999999999;
	cursor: pointer;
	display: none;
	opacity: 0;
	transition: all 0.3s ease;
}

.flexRow {
  display: flex;
}

.flexColumn {
  padding: 10px;
	width: calc(50% - 20px);
}

#sendButton {
  border: none;
  border-radius: 7px;
  padding: 10px 15px;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
  background: #89744c;
  color: #fff;
  box-shadow: 0px 0px 2px #ffffff69;
	margin-top: 10px;
}



#contactPage #leftCol, #contactPage #rightCol {
transition: all 1s ease;
	position: relative;
}

#contactPage {
  overflow-x: hidden;
}

#funFactsPage #backEffect1 {
 /* background: url('/img/cloudsBW.jpg'); */
	background: #fff;
  animation: changeBackFunFactsPage1 17s linear infinite;
  transition: all 3s ease-in-out;
/*  position: fixed;
  width: 100%;
  height: 100%; */
	position: absolute;
  top: 0;
  left: 0;
  z-index: -20;
	opacity: 1;
}

#funFactsPage #backEffect2 {
  /* background: url('/img/clouds.jpg'); */
	background: #000;
  animation: changeBackFunFactsPage2 17s linear infinite;
  transition: all 3s ease-in-out;
/*  position: fixed;
  width: 100%;
  height: 100%; */
	position: absolute;
  top: 0;
  left: 0;
 z-index: -20;
	opacity: 0;
}


@keyframes changeBackFunFactsPage1 {
    0% {
opacity: 1;
    }
	   40% {
opacity: 1;
    }
	50% {
opacity: 0;
    }
	90% {
opacity: 0;
    }
	100% {
opacity: 1;
    }
}


@keyframes changeBackFunFactsPage2 {
     0% {
opacity: 0;
    }
	   40% {
opacity: 0;
    }
	50% {
opacity: 1;
    }
	90% {
opacity: 1;
    }
	100% {
opacity: 0;
    }
}


#funFactsPage #mainContent {
  max-width: 100%;
  width: 100%;
}

#funFactsPage .flexColumn {
  overflow: hidden;
}

#backCanvas1funFacts {
  left: -65px;
	top: -255px;
}

#backCanvas2funFacts {
  left: calc(-100% - 95px);
	top: -255px;
}

#funFactsPage {
  overflow-x: hidden;
}

.arrowUp {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.g-recaptcha.brochure__form__captcha div, .g-recaptcha.brochure__form__captcha iframe, .g-recaptcha.brochure__form__captcha #rc-anchor-container {
  max-width: 100% !important;
}