body {
	border: 0;
  	margin: 0;
 	outline: 0;
 	padding: 0;


}



#frasesWrapper {
	max-width: 100%; 
	/*overflow: scroll;*/

}

#frasesWrapper div{
	font-family: 'Trocchi', serif;
	font-size: 14px;
	line-height: 1.5;
}



ul{
	border: 0;
  	margin: 0;
 	outline: 0;
 	padding: 0;
}

ul li {
	list-style-type: none;
}


.blue{
	background-color: #32d7dd;
	display: inline-block;
	color: transparent;
	padding: 8px;
}

.blue:hover {
	background-color: #5df1f7;
	color: black;
}


.pink {
	background-color: #bf1a82;
	display: inline-block;
	color: transparent;
	padding: 8px;

}

.pink:hover {
	background-color: #ed47ad;
	color: black;
}

.green {
	background-color: #70b527;
	display: inline-block;
	color: transparent;
	padding: 8px;

}

.green:hover {
	background-color: #89d637;
	color: black;
}

.yellow {
	background-color: #efd939;
	display: inline-block;
	color: transparent;
	padding: 8px;


}

.yellow:hover {
	background-color: #F2E749;
	color: black;
}

#frasesWrapper div {
	margin: 1px;
}

#greenButton {
	color: #70b527;

}

#pinkButton {
	color: #bf1a82;
}

#blueButton {
	color: #32d7dd; 
}

#yellowButton {
	color: #efd939;
}

#greenButton:hover {
	color: #89d637;
}

#pinkButton:hover {
	color: #ed47ad;
}

#blueButton:hover {
	color: #5df1f7; 
}

#yellowButton:hover {
	color: #F2E749;
}

#selectorsWrapper {
	max-height: 100%;
	position:fixed;
   	top:0;
   	right: 5%;
   	z-index: 1;
   	overflow-y: auto;

   	background-color:white;
   	padding: 2%;
   	border-style: solid;
   	border-color: #eff0f2;
   	border-width: 0.5px;
}

#selectorsWrapper p{
	font-family: 'Average Sans', sans-serif;
	font-size: 18px;
	line-height: 1.5;
}

.selectors {
	font-size: 18px;
	margin-bottom: 10%;
	margin-top: 0;
}

.selectors2 {
	font-size: 18px;
}

#showAllButton p{
	font-family: 'Average Sans', sans-serif;
	font-size: 18px;
}

#showAllButton:hover {
	color: grey;
}

#englishButton:hover {
	color: grey;
	margin-top: 0;
}
#spanishButton:hover {
	color: grey;
}

#authorButton:hover {
	color: grey;
}

#authorWrapper{
	position: relative;
	margin: 0;
	padding: 0;
}

#authorNames {
	position: relative;
	max-width: 50%;
	margin-left: 30%;

	display: none;
}

#authorNames li p{
	font-size: 14px;
	font-family: 'Average Sans', sans-serif;

}

#authorNames li{
	margin-top: -3%;
}

#authorNames li:hover{
	color: grey;

}

#keyWrapper p{
	font-size: 18px;
}


#menuBar{
	position:fixed;
   	top:0;
   	right: 0;
   	z-index: 5;
}

#menuBar img{
	position:fixed;
   	top:0;
   	right: 0;
	width: 5%;
}

/*------------External HTML--------------*/

.pinkBackground {
	max-width: 100%;
	background-color: #bf1a82; 
}

.greenBackground {
	max-width: 100%;
	background-color: #70b527; 
}

.blueBackground {
	max-width: 100%;
	background-color: #32d7dd; 
}

.yellowBackground {
	max-width: 100%;
	background-color: #efd939; 
}
.fraseDiv {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;

	text-align: center;
	margin-top: 17%;

}

.fraseDiv p{
	font-family: 'Trocchi', serif;
	font-size: 20px;
	color: white;
}

.fraseDiv p:hover{
	font-size: 20px;
	color: #e2e2e2;
}


.fraseDiv2 {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	
	text-align: center;
	margin-top: 0px;
	z-index: 3;

	visibility: hidden;
}

.fraseDiv2 p{
	font-family: 'Trocchi', serif;
	font-size: 20px;
	color: white;
}

.fraseDivWrapper{
	position: relative;
	margin-top: 250px;
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
}




/*-----------GO BACK BUTTON-*/

.homePage {
	position: fixed;
	margin: 0;
	padding-top: 0;
	top: 0px;
	left: 3%;
}

.homePage a {
	color: black;
	text-decoration: none;
}

.homePage p{
	font-family: 'Average Sans', sans-serif;
	font-size: 20px;
}


.homePage p:hover{
	color: grey;
}

/*-------------------------*/

.imagesDiv img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: -5%;

	width: 35%;

	visibility: hidden;


}



.attributesList{
	position: fixed;
   	top:10px;
   	right:20px;
   	z-index: 2;
   	text-align: right;
}

.attributesList li{
	font-family: 'Average Sans', sans-serif;
	font-size: 18px;
}



/*-----------------------try--


.warpper {
	position: relative;
	width: 100%;
}

.firstDiv, .secondDiv{
	position: absolute;
}

.firstDiv{
	background-color: black;
	display: inline-block;
	color: transparent;
	padding: 8px;
	
}

.firstDiv:hover{
	background-color: grey;
	color: white
}

.secondDiv{
	background-color: transparent;
	color: transparent;
	padding: 8px;
	width: 100%;
	z-index: 10;
}

.secondDiv:hover{
	background-color: grey;
	color: white
}
*/













