/* FONTS */
@font-face {
	font-family: "Futura Light";
	src: url('../font/FuturaLight.woff') format("woff");
}

@font-face {
	font-family: "Futura";
	src: url('../font/FuturaBook.woff') format("woff");
}

@font-face {
	font-family: "Futura Condensed";
	src: url('../font/FuturaCondensed.woff') format("woff");
}

@font-face {
	font-family: "Futura Heavy";
	src: url('../font/FuturaHeavy.woff') format("woff");
}

@font-face {
	font-family: "Futura Condensed Heavy";
	src: url('../font/FuturaCondensed.woff') format("woff");
}

@font-face {
	font-family : "Futura Extra Bold";
	src : url('../font/FuturaExtraBlack.woff') format("woff");
}

/* COMMON ELEMENTS */
body{
	margin: 0;
	padding: 0;
	font-family: "Futura";
}

a {
	cursor: pointer;
	text-decoration: none;
	color: #000000;
}

h1 {
	font-family: "Futura Heavy";
}

h2 {
	font-family: "Futura Heavy";
}

h3 {
	font-family: "Futura Heavy";
	font-size: 17px;
}

header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: row wrap;
	box-sizing: border-box;
	position: relative;
	z-index: 10;
	width: 100%;
	padding: 20px;
	background: radial-gradient(ellipse 80% 20% at center bottom, transparent 71%, #25CED1 73% 78%, #000000 81% 86%, #F46522 89% 94%, #F9DF74 97% 102%, white 104%);
}

#burgermenu {
	display: none;
}

footer {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-flow: row wrap;
	box-sizing: border-box;
	position: fixed;
	z-index: 10;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 70px;
	padding: 10px 20px;
	background: radial-gradient(ellipse 75% 25% at center top, transparent 71%, #25CED1 73% 78%, #000000 81% 86%, #F46522 89% 94%, #F9DF74 97% 102%, white 104%);
}

.headerPraestigium {
	background: radial-gradient(ellipse 80% 20% at center bottom, transparent 71%, #4A1265 73% 78%, #000000 81% 86%, #B87E16 89% 94%, #FFFFB8 97% 102%, white 104%);
}

.footerPraestigium {
	background: radial-gradient(ellipse 75% 25% at center top, transparent 71%, #4A1265 73% 78%, #000000 81% 86%, #B87E16 89% 94%, #FFFFB8 97% 102%, white 104%);
}

section {
	display: flex;
}

aside {
	display: flex;
	flex-flow: column wrap;
	align-items: center;
}

/* FORM */
form .submit {
	border: none;
}

form select {
	border: none;
	border-radius: 150px;
	background-color: #FFFFFF;
}

/* SPECIFIC ELEMENTS */
.container {
	padding: 70px 10vw 100px 10vw;
	position: relative;
	/*top: -20px;*/
	margin: -25px 0px;
}

.content {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	height: fit-content;
}

.main {
	width: 70%;
}

#logo {
	height: 60px;
}

.picto{
	height: 30px;
	width: 30px;
}

.title {
	height: 250px;
	margin-left: -25px;
}

/* MAIN MENU */
nav ul {
	display: flex;
	flex-flow: row wrap;
	list-style-type: none;
	font-family: "Futura Heavy";
}

nav li {
	padding: 10px;
	flex-flow: row wrap;
	text-transform: uppercase;

}

nav li a:hover {
	transition: text-shadow 0.2s;
	text-shadow:  -1px -1px 0px #F46522, -2px -2px 0px #F9DF74, 1px 1px 0px #25CED1;
}

nav li .active {
	color: #F46522;
}

nav li .active:hover {
	text-shadow: none;
	cursor: default;
}

#mobilenav {
	display: none;
}

/* BUTTON */
.button {
	display: block;
	width: fit-content;
	background-color: #FFFFFF;
	border-radius: 150px;
	color: #000000;
	margin: 15px auto;
	padding: 20px 25px;
	font-family: "Futura" !important;
}

.button:hover {
	display: block;
	width: fit-content;
	background-color: #FFFFFF;
	border-radius: 150px;
	color: #000000;
	margin: 15px auto;
	padding: 20px 25px;
	cursor: pointer;
	transition: box-shadow 0.2s;
	box-shadow : -2px -2px 0px #F9DF74, -4px -4px 0px #F46522, 2px 2px 0px #25CED1;
}

/* HOMEPAGE */
#backgroundHomepage {
	z-index: -1;
	position: absolute;
	top: -40px;
	left: 0;
	height: 810px;
	overflow: hidden;
	width: 100%;
	height: 90vh;
}

#backgroundHomepage img {
	width: 100%;
}

.infoGame {
	width: 50vw;
	margin: auto;
	display: flex;
	flex-flow: column wrap;
	align-items: center;
}

.infoGame img {
	width: 100%;
}
/*
.logoGame {
	margin-top: 10%;
}
*/
.campain {
	width: 50%;
	font-family: "Futura Heavy";
	color: #FFFFFF;
}

.kickstarterButton:hover {
	display: block;
	width: fit-content;
	background-color: #FFFFFF;
	border-radius: 150px;
	color: #000000;
	margin: 15px auto;
	padding: 20px 25px;
	cursor: pointer;
	transition: box-shadow 0.2s;
	box-shadow : -2px -2px 0px #000000, -4px -4px 0px #05CE78, 2px 2px 0px #05CE78;
}

/* ABOUT US */
.team {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.member {
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	/*border-radius: 350px;*/
	border-top-left-radius: 65%;
	border-top-right-radius: 35%;
	border-bottom-left-radius: 35%;
	border-bottom-right-radius: 65%;
	height: 410px;
	width: 395px;
}

.pictureMember {
	margin-top: 35px;
}

.photo {
	border-radius: 250px;
	height: 130px;
	width: 130px;
}

.info {
	width: 80%;
	display: flex;
	flex-flow: column wrap;
	align-items: center;
}

.contact {
	display: flex;
	align-items: center;
	color: #000000;
	align-self: start;
	margin-left: 65px;
}

.blueBox {
	box-shadow: -6px 6px 0px #25CED1;
}

.orangeBox {
	box-shadow: -6px -6px 0px #F46522;
}

.yellowBox {
	box-shadow: 6px 6px 0px #F9DF74;
}

.instaName {
	margin-left: 10px;
}

/* PRAESTIGIUM */
.portalPraes {
	box-shadow: 0px -2px 0px #FFFFB8,0px -4px 0px #B87E16, 0px -8px 0px #000000, 0px -10px 0px #4A1265;
}

.activepraes {
	color: #B87E16;
}

.activepraes:hover {
	text-shadow:  none;
}

.praestigium {
	background-color: #000000;
	color: #FFFFFF;
}

.praes:hover {
	box-shadow : -2px -2px 0px #FFFFB8, -4px -4px 0px #B87E16,  2px 2px 0px #4A1265;
}

.footerpraes {
	box-shadow: 0px -2px 0px #FFFFB8,0px -4px 0px #B87E16, 0px -8px 0px #000000, 0px -10px 0px #4A1265;
}

.titles {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}

.campainGame {
	width: 40%;
}

.campainGame img {
	width: 100%;
}

.main {
	width: 60%;
}

.aside {
	width: 40%;
}

.imgaside {
	width: 100%;
}

/*
.illuText {
	width: 750px;
	position: absolute;
	z-index: -1;
	right: 20px;
}
*/

/* CONTACT */
#contactList {
	list-style-type: none;
}

.contactInstagram li {
	display: flex;
	flex-direction: row;
	align-items: center;
}

#contactList li img {
	margin-right: 15px;
}

.contactBox {
	margin-top: 45px;
}

.contactBox h2 {
	margin: 0;
}

.event {
	display: flex;
	flex-flow: row wrap;
	align-items: top;
}

.eventimg {
	width: 150px;
	margin-right: 25px;
}

.eventtext {
	width: 80%;
}

.eventtext h3 {
	margin-top : 0;
}

@media screen and (max-width: 700px) {
	
	/* COMMON */
	.container {
		padding: 30px 20px 0px 20px;
		margin: -20px 0px;
	}

	footer {
		position: absolute;
	}
	
	/* HEADER */
	header nav ul {
		display: none;
		flex-flow: column wrap;
		list-style-type: none;
		font-family: "Futura Heavy";
		background-color: #FFFFFF;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100vh;
		font-size: 20px;
	}

	#mobilenav {
		display: flex;
		background: radial-gradient(ellipse 80% 3% at center bottom, transparent 71%, #25CED1 73% 78%, #000000 81% 86%, #F46522 89% 94%, #F9DF74 97% 102%, #FFFFFF 103% 180%);
		height: 100vh;
		width: 100%;
		position: absolute;
		flex-flow: row wrap;
		list-style-type: none;
		font-family: "Futura Heavy";
		top: -900px;
		left: 0px;
		z-index: 9;
		font-size: 20px;
	}

	#mobilenav nav ul {
		display: flex;
		flex-flow: column wrap;
		list-style-type: none;
		font-family: "Futura Heavy";
	}

	#burgermenu {
		display: inline-block;
		position: initial;
		z-index: 11;
	}
	

	/* HOMEPAGE */
	#backgroundHomepage {
		z-index: -1;
		position: absolute;
		height: 100vh;
		width: 100vw;
		overflow: hidden;
	}

	#backgroundHomepage img {
		left: -75px;
		top: -50px;
  		position: absolute;
		height: 100%;
		width: auto;
	}

	.infoGame {
		width: 100%;
		height: 70vh;
    	justify-content: flex-end;
	}
/*
	.logoGame {
		margin-bottom: 50px;
	}
*/
	.campain {
		width: 80%;
	}


	/* ABOUT US */
	.team {
		justify-content: center;
	}

	.member {
		margin-bottom: 50px;
		height: 410px;
		width: 395px;
		justify-content: center;
	}
/*
	.member .pictureMember img {
		display: none;
	}
*/
	.member h3 {
		margin-bottom: 0;
		text-align: center;
	}

	.contact {
		display: none;
	}

	/* PRAESTIGIUM */
	.titles {
		justify-content: center;
		width: 100%;
	}

	.titles img {
		height: auto;
		width: 100%;
	}

	.campainGame {
		width: 80%;
	}

	section {
		width: 100%;
		flex-flow: row wrap;
	}

	.main {
		width: 100%;
	}

	.aside {
		width: 100%;
	}

	/* CONTACT */
	.event {
		display: flex;
		flex-flow: column wrap;
		align-items: center;
	}

	.eventimg {
		width: 150px;
		margin-bottom: 25px;
	}
	
	.eventtext {
		width: 100%;
	}
} 