* {
	font-family: 'Pixeboy-z8XGD';
}

@font-face {
	font-family: 'Pixeboy-z8XGD';
	src: url('pixeboy-font/Pixeboy-z8XGD.ttf');
}

:root {
	--fundo-claro: #ffffff;
	/* Cor de fundo para o modo claro */
	--texto-claro: #000000;
	/* Cor do texto para o modo claro */
	--fundo-escuro: #000000;
	/* Cor de fundo para o modo escuro */
	--texto-escuro: #ffffff;
	/* Cor do texto para o modo escuro */
	--bubble-border: 0 -1*4px #fff,
		0 -2*4px #000,
		4px 0 #fff,
		4px -1*4px #000,
		2*4px 0 #000,
		0 4px #fff,
		0 2*4px #000,
		-1*4px 0 #fff,
		-1*4px 4px #000,
		-2*4px 0 #000,
		-1*4px -1*4px #000,
		4px 4px #000;
}


/* PARALLAX SCROLLING EXPERIMENT
   Master Styles
   Author: Jonathan Nicol (f6design.com)
*****************************************************************/


/* Global reset
   http://meyerweb.com/eric/tools/css/reset/ 
*****************************************************************/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: 'Pixeboy-z8XGD';
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
	font-family: 'Pixeboy-z8XGD';

}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Extended base styles (site specific)
*****************************************************************/

html {
	overflow-y: scroll;
	/* always force a scrollbar in non-IE */
}

body {
	background: white;
	overflow-x: hidden;
	height: 400vh !important;
	line-height: 1.5;
	color: gray;
	transition: 1s;
	font-size: 14px;
	font-family: 'Pixeboy-z8XGD';
}

body.modo-escuro {
	background-color: #000000;
	background-repeat: no-repeat;
	background-size: cover;
	color: var(--texto-escuro);
	transition: 1s ease-in-out;
}

.bubble.modo-escuro {
	color: #fff;
	border-color: orangered;
}

body.modo-escuro p {

	transition: 2s ease-in-out;
}

body.modoescuro a {
	border-color: #ffffff;
}

body.modo-escuro .img-background {
	background: url('https://images.squarespace-cdn.com/content/v1/5f33a6ef30df3b10ae65164a/1597229092311-NGBLGZMFCWJVBBUJKIB3/90227a80-646b-4cb4-bf33-4354ca1cd7ff.gif') no-repeat center;
	position: absolute;
	z-index: -999;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	mask-image: linear-gradient(to left, transparent 3%, white);
	background-size: cover;
	transition: ease-in 1s;
}

/* #parallax-bg3 .modoescuro{
	filter: drop-shadow(3px 10px 4px orangered);
  } */
body.modo-escuro #parallax-bg3 img {
	transition: 3s;
	filter: drop-shadow(10px 10px 4px orangered);
}

h1 {
	color: #ffffff;
	font-family: 'Pixeboy-z8XGD';
}

a,
a:link,
a:active,
a:visited {
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
	color: #fe8341;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #000;
}

img {
	display: block;
}

p {
	margin: 1em 0;
}

/* Common shared styles
*****************************************************************/

hr {
	margin: 0;
	border: none;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	height: 3px;
}

/* Page structure
*****************************************************************/

#wrapper {
	position: relative;

}

#manned-flight p {
	color: #fff;
}

#branding {
	width: 100%;
	background: url('https://i.pinimg.com/originals/65/ff/25/65ff25ffbe3786b2de094f7051bbd873.gif');
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 0 60px #000;
	background-color: #fe8341;
}

#branding h1 {
	width: 940px;
	padding: 10px 15px;
	margin: 0 auto;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
}

/* Nav
*****************************************************************/

nav#primary {
	z-index: 5;
	position: fixed;
	top: 50%;
	right: 16px;
	margin-top: -40px;
	transition: 4s;
}

nav#primary li {
	position: relative;
	height: 20px;
	transition: 4s;
}

nav#primary a {
	display: flex;
	width: 55px;
	height: 55px;
	filter: grayscale(100%);
	margin: 30px;
	transition: 4s;
}

nav#primary a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

nav#primary a.active {
	filter: saturate(100%);
	transition: 3s;
	filter: drop-shadow(3px 10px 4px purple);
}

nav#primary h1 {
	position: absolute;
	right: 70px;
	top: 10px;
	transition: 4s;
	font-style: uppercase;
	display: none;
	border-right: none;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
	border-top: white 1px solid;
	padding: 4px 20px 4px 7px;
	z-index: 9998;
	color: orangered;
	white-space: nowrap;

}

nav.next-prev {
	margin: 20px 0 0 0;
}

a.prev,
a.next {
	display: block;
	width: 15px;
	height: 11px;
	text-indent: -9999px;
}

a.prev {
	margin: 0 auto 5px auto;
	transition: 3s;
}

a.prev:hover {
	filter: grayscale(0%);
	transition: 3s;
}

a.next {
	margin: 5px auto 0 auto;
	transition: 3s;

}

a.next:hover {
	transition: 3s;
}

/* Parallax
*****************************************************************/

/* content */
#content {
	z-index: 4;
	position: fixed;
	/*max-width: 940px;*/
	padding: 0 10px;
	/*margin: 0 auto;*/
	line-height: 1.7;
}

#content article {
	width: 100vw !important;
	max-width: none !important;
	height: 100vh !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding-left: 8vw !important;
	box-sizing: border-box !important;
}
#content article > p {
	max-width: 600px;
	font-size: 20px;
}
#content article > header {
	max-width: 600px;
}

#manned-flight,
#frameless-parachute,
#english-channel,
#about {
	padding-top: 0px;
}

#manned-flight {
	position: absolute;
	top: 0px;
	left: 0vw;
}

#frameless-parachute {
	position: absolute;
	top: 0px;
	left: 100vw;
}

#english-channel {
	position: absolute;
	top: 0px;
	left: 200vw;
}

#content h1 {
	margin: 0 0 25px 0;
	font-size: 75px;
	color: orangered;
	font-family: 'Poppins', sans-serif;
	font-weight: bolder;
	line-height: 80px;
}

#about {
	position: absolute;
	top: 0px;
	left: 300vw;
}

/* foreground (ballons/landscape) */
#parallax-bg3 {
	z-index: 3;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
}

#parallax-bg3 img {
	height: 45vh !important;
	width: auto !important;
}

/* balloon */
#bg3-1 {
	position: absolute;
	top: 15vh;
	left: 160vw;
}

#bg3-2 {
	position: absolute;
	top: 25vh;
	left: 60vw;
}

#bg3-3 {
	position: absolute;
	top: 35vh; /* Rebaixado para evitar colisão com o topo */
	left: 260vw;
}

#bg3-4 {
	position: absolute;
	top: 30vh;
	left: 360vw;
}

/* midground (clouds) */
#parallax-bg2 {
	z-index: 2;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
}

#bg2-1 {
	position: absolute;
	top: 162px;
	left: 800px;
}

#bg2-2 {
	position: absolute;
	top: 300px;
	left: 2100px;
}

#bg2-3 {
	position: absolute;
	top: 543px;
	left: 3305px;
}

#bg2-4 {
	position: absolute;
	top: 580px;
	left: 4000px;
}

#bg2-5 {
	position: absolute;
	top: 200px;
	left: 4500px;
}

/* background (clouds) */
#parallax-bg1 {
	z-index: 1;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
}

#bg1-1 {
	position: absolute;
	top: 85px;
	left: 270px;

}

#bg1-2 {
	position: absolute;
	top: 440px;
	left: 1595px;
}

#bg1-3 {
	position: absolute;
	top: 900px;
	left: 2220px;

}

#bg1-4 {
	position: absolute;
	top: 1020px;
	left: 3050px;

}

/* BOTÕES PARA O SITE */

/* fonte */

@font-face {
	font-family: 'Pixeboy-z8XGD';
	src: url('pixeboy-font/Pixeboy-z8XGD.ttf');
}

.btn-Link {
	font-family: 'Pixeboy-z8XGD';
	font-size: 24px;
	width: 200px;
	height: auto;
	color: white;
	text-transform: uppercase;
	background-color: rgba(255, 166, 0, 0.182);
	border-top: 1px orange;
	padding: 10px;
	border-left: 1px orange;
	border-color: rgba(255, 166, 0, 0.525);
	border-right: 4px solid orangered;
	border-bottom: 6px solid orangered;
	transition: 1s;
	box-shadow: -3px 0 0 0 black, 3px 0 0 0 black, 0 -3px 0 0 black, 0 3px 0 0 black;
	margin-top: 30px;
	text-align: center;
}

.btn-Link:active {
	background-color: rgb(173, 114, 3);
	transform: translateY(3px);
	width: 148px;
	border-right: 4px orangered;

	border-bottom: 5px solid orangered;
}

.btn-Link:hover {
	background-color: rgba(255, 166, 0, 0.604);
	transition: 1s;
	border-top: 1px rgba(255, 68, 0, 0.612);
	border-left: 1px rgba(255, 68, 0, 0.474);
	border-color: rgba(255, 68, 0, 0.582);
	border-right: 6px solid rgba(255, 68, 0, 0.712);
	border-bottom: 8px solid rgba(255, 68, 0, 0.59);
}

/* TELA DE CARREGAMENTO */

#loader-wrapper {
	transition: all ease-in-out 2s;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #000;
	width: 100%;
	height: 100%;

	/* FICAR NA FRENTE DE TUDO */

	z-index: 1000;
}

#loader {

	/* BLOQUEAR O DISPLAY */

	display: block;

	/* POSITION DO CARREGAMENTO */

	position: relative;
	left: 50%;
	top: 50%;
	width: 150px;
	flex-direction: column;
	height: 150px;
	margin: -75px 0 0 -75px;

	/* FICAR NA FRENTE DE TUDO */

	z-index: 1500;
}


#loader {

	transition: all 2s;
}


#loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

#loader {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border-radius: 50%;

}

.user-info p b {
	color: #000;
}