@font-face
{
	font-family: 'Friends Font';
	src: url('friendsfont.TTF');
}

body
{
	padding: 0;
	margin: 0;
	background-color: rgb(251, 252, 252);
}

/* HEADER */
header
{
	width: 80%;
	height: 10%;
	margin-right: 10%;
	margin-left: 10%;
	padding-bottom: 2%;
	top: 0;
	position: fixed;
	background-color: rgba(255,255,255,0.7);
}

#logo
{
	height: 3%;
	width: 7%;
	transform: rotate(45deg);
	position: relative;
	top: 30px;
}

ul
{
	list-style: none;
	text-align: center;
	font-family: 'Quicksand', sans-serif;
	font-weight: bold;
	font-size: 110%;
	color: black;
	margin: 0;
	width: 100%;
	padding: 0;
}

li:nth-child(1)
{
	color: #ea181e;
}

li:nth-child(2)
{
	color: #00b4e8;
}

li:nth-child(4)
{
	color: #fabe0f;
}

li:nth-child(5)
{
	color: #ea181e;
}

li
{
	display: inline;
	padding-left: 5%;
}

li a
{
	color: inherit;
	text-decoration-style: none;
	text-decoration: none;
}

/* HOME PAGE*/
#home
{
	height: 90%;
	width: 100%;
}

#home h1
{
	font-size: 250%;
	text-align: center;
	margin-top: 20%;
	font-family: 'Friends Font';
}

#friendslogo
{
	width: 50%;
	height: 20%;
	margin-left: 25%;
	margin-right: 25%;
	margin-bottom: 20%;
}

#site-bio
{
	background-image: url('images/homebackground.png');
	width: 70%;
	margin-right: 15%;
	margin-left: 15%;
	background-size: cover;
	height: fit-content;
	margin-bottom: 5%;
}

#site-bio div
{
	background-color: rgba(255,255,255,0.7);
	color: black;
	padding: 5%;
	font-family: 'Quicksand', sans-serif;
	font-weight: lighter;
	visibility: hidden;
	text-align: justify;
	font-size: 130%;
}

#site-bio h3
{
	font-size: 200%;
	margin-bottom: 0;
	font-weight: lighter;
}

#site-bio li
{
	font-weight: lighter;
}

#site-bio a
{
	color: #00b4e8;
	text-decoration: none; 
}

/* PERSONAGENS */
#personagens h1
{
	font-family: 'Friends Font';
	text-align: center;
	margin-top: 10%;
	font-size: 300%;
	color: #00b4e8;
}

#personagens h2
{
	font-family: 'Quicksand', sans-serif;
	text-align: center;
	color: black;
	font-weight: lighter;
}

#personagens h3
{
	font-weight: bold;
	color: white;
	font-family: 'Quicksand', sans-serif;
	font-size: 120%;
	text-align: center;
}

.personagem-1
{
	background-size: cover;
	float: left;
	margin-left: 10%;
	width: 35%;
	margin-top: 5%;
	box-shadow: 9px 10px 26px -11px rgba(0,0,0,0.58);
}

.personagem-2
{
	width: 35%;
	float: right;
	margin-right: 10%;
	background-size: cover;
	margin-top: 5%;
	box-shadow: 9px 10px 26px -11px rgba(0,0,0,0.58);
}

#chandler
{
	background-image: url('images/chandler.jpg');
}

#joey
{
	background-image: url('images/joey.jpg');
}

#phoebe
{
	background-image: url('images/phoebe.jpg');
}

#monica
{
	background-image: url('images/monica.jpg');
}

#rachel
{
	background-image: url('images/rachel.jpg')
}

#ross
{
	background-image: url('images/ross.jpg');
}

#personagens table
{
	font-weight: normal;
	width: 80%;
	background-color: rgba(0,0,0,0.7);
	margin-left: 10%;
	text-align: left;
	color: white;
	font-family: 'Quicksand', sans-serif;
	margin-bottom: 5%;
}

#personagens p
{
	font-family: 'Quicksand', sans-serif;
	font-weight: lighter;
	text-align: justify;
	margin-right: 10%;
	margin-left: 10%;
	clear: both;
	padding-top: 5%;
}

a
{
	text-transform: none;
	text-decoration-style: none;
	text-decoration: none;
	outline-style: none;
	font-style: none;
}

/* QUIZ */
#body-quiz
{
	background-color: rgb(96,209,195);
}

#body-quiz header
{
	background-color: rgb(96,209,195);
	position: sticky;
}

#intro
{
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	height: 40%;
	margin-top: 10%;
	display: block;
}

#intro p
{
	font-family: 'Quicksand', sans-serif;
	font-size: 150%;
	text-align: justify;
}

.quiz-button
{
	background-color: rgba(0,0,0,0);
	border: none;
	font-family: 'Friends Font';
	color: white;
	width: 20%;
	margin-right: 40%;
	margin-left: 40%;
	font-size: 150%;
	margin-top: 2%;
}

.quiz-button:hover
{
	color: rgb(255, 192, 68);
	transition: 200ms all ease;
}

#perguntas
{
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	height: 40%;
	margin-top: 5%;
	display: none;
}

#perguntas h1
{
	font-family: 'Quicksand', sans-serif;
	text-align: center;
	font-size: 300%;
}

#perguntas span
{
	font-family: 'Friends Font';
}

#perguntas form
{
	list-style: none;
	margin-top: 10%;
	display: block;
	font-family: "Quicksand", sans-serif;
	font-weight: lighter;
	font-size: 150%;
	width: 100%;
}

#perguntas input
{
	margin-bottom: 5%;
}

#perguntas p
{
	display: inline;
	font-family: "Quicksand", sans-serif;
	font-weight: lighter;
}

#final
{
	width: 100%;
	height: 100%;
	text-align: center;
	font-family: "Quicksand", sans-serif;
	font-weight: lighter;
	font-size: 200%;
	display: none;
}

#final h1
{
	font-family: "Quicksand", sans-serif;
	font-weight: bold;
	margin-top: 15%;
}

#endgame, #fim
{
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	height: 100%;
	font-family: 'Quicksand', sans-serif;
	display: none;
}

#endgame h1, #fim h1
{
	margin-top: 10%;
	font-family: 'Quicksand';
	font-size: 350%;
	font-weight: normal;
	text-align: center;
}

#endgame p, #fim p
{
	text-align: justify;
	font-size: 150%;
}

#fim h2
{
	font-size: 200%;
	text-align: center;
	font-style: italic;
	color: white;
	font-family: 'Friends Font';
}



/* PÁGINA DE EPISODIOS */
#episodios h1
{
	font-family: 'Friends Font';
	text-align: center;
	margin-top: 10%;
	font-size: 300%;
	color: #fabe0f;
}

#episodios h2
{
	font-family: 'Quicksand', sans-serif;
	text-align: center;
	color: black;
	font-weight: lighter;
}

#episodios h3
{
	font-weight: bold;
	color: black;
	font-family: 'Friends Font';
	font-size: 120%;
	text-align: center;
}

.lista-1
{
	background-size: cover;
	float: left;
	margin-left: 10%;
	width: 35%;
	margin-top: 5%;
}

.lista-2
{
	width: 35%;
	float: right;
	margin-right: 10%;
	background-size: cover;
	margin-top: 5%;
}

#episodios table { 
	font-family: 'Quicksand', sans-serif;
}

.number
{
	font-weight: bold;
}

#natal{
	color: #f72528;
}

#chorar{
	color: #256571;
}

#sorrir{
	color: #dfce05;
}

#rir{
	color: #4c4c6e;
}


#gerador
{
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 5%;
	margin-bottom: 5%;
	position: absolute;
	top: 135%;
	padding: 0;
	background-color: #fabe0f;
	height: 70%;
	box-shadow: 9px 10px 26px -11px rgba(0,0,0,0.58);
	height: fit-content;
}

#gerador h2
{
	font-family: 'Friends Font';
	color: white;
	padding-top: 5%;
}

#gerador p
{
	font-family: 'Quicksand', sans-serif;
	font-size: 150%;
	color: black;
	font-weight: lighter;
	width: 80%;
	margin-left: 10%;
	text-align: justify;
	margin-bottom: 5%;
}

#gerar
{

  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 150%;
  width: 20%;
  margin-left: 40%;
  background-color: white;
  border: none;
  color: #fabe0f;
  padding: 10px;
  cursor: pointer;
  display: block;
  margin-bottom: 5%;
  box-shadow: inset 8px 9px 12px -3px rgba(0,0,0,0.23);
}

#episodiogerado
{
	font-family: 'Friends Font';
	color: black;
	text-align: center;
	font-size: 150%;
	margin-bottom: 5%;
}

/* COLABORADORES */
#colaboradores h1
{
	font-family: 'Friends Font';
	text-align: center;
	margin-top: 10%;
	font-size: 300%;
	color: #ea181e;
}

#colaboradores h2
{
	font-family: 'Quicksand', sans-serif;
	text-align: center;
	color: black;
	font-weight: lighter;
	margin-right: 10%;
	margin-left: 10%;
	text-align: justify;
}


#perfil
{
	width: 20%;
	margin-left: 10%;
	float: left;
}

#perfil img
{
	width: 70%;
	height: 70%;
	display: block;
	margin-top: 10%;
	box-shadow: 8px 9px 12px -3px rgba(0,0,0,0.23);
}

#bios
{
	margin-right: 10%;
	margin-top: 7%;
}

#bios p
{
	text-align: justify;
	font-family: 'Quicksand', sans-serif;
  	font-size: 25px;
  	margin-bottom: 10%;
}

#bios p span
{
	font-family: 'Quicksand', sans-serif;
	font-weight: bold;
	color: #ea181e;
}

.nomes li
{
	display: block;
}


.nomes
{
	list-style: none;
	font-family: 'Quicksand', sans-serif;
	color: black;
	font-size: 110%;
	text-align: left;
	font-weight: lighter;
	margin-top: 2%;
	margin-bottom: 2%;
	margin-left: 10%;
}
