/* hi */
body{
	color: #f7f6f2;
	text-align: center;
	text-align: justify;
	text-indent: 50px;
	/*background-color: #CDD77A;*/
	background-image: url("../images/bg.png");
	font-family: 'Lato', sans-serif;
	font-weight:normal;
	font-style:normal;
	font-size: 24px;
}
h1,h2,h3,h4,h5,h6{
font-family: 'Lato', sans-serif;
text-decoration: underline;
font-weight:normal;
font-style:normal;
font-size: 28px;
}
h1{
	font-size: 48px;
}
h2{
	font-size: 36px;
}
a{
    color: #f7f6f2;
	text-align: center;
	text-align: justify;
}
ul{
	font-size: 6;
	list-style-image: url('../images/Leaf.png');
}
ul.nav{
	background-color: #4C403D;
}
footer{
	display: block;
	background-color: #4C403D;
	color: #f7f6f2;
	font-size: 18px; 
	text-indent: 50px;
	padding: 40px;
}
nav{
	background-color: #4C403D;
	padding: 5px;
}
section{
	background-color: #E76043;	
	padding: 25px;
	font-size: 8; 
}
div {
	background-color: #E76043;
	padding: 2%;
	width: 100%;
}
div.bendy{
	padding: 2%;
	border-radius: 2%;
	width: 100%;
}
div.container-fluid,.row,.col,#invisible{
	background: transparent;
	width: 100%;
}
div#backdrop{
	background-color: #E76043;
	padding: 2%;
	border-radius: 3%;
}
/* People borders*/ 
div.Ducky{
	background-color: #7F568E; 
	color: #f7f6f2;
	border-radius: 2%;
}
div.Defsiarte{
	background-color:#d7684c;
	color: #f7f6f2;
	border-radius: 2%;
}
div.Aqua{
	background-color: #A37CAC;
	color: #f7f6f2;
	border-radius: 2%;
}
div.Filibarde{
	background-color: #9A3F64;
	color: #f7f6f2;
	border-radius: 2%;
}
div.Peppy{
	background-color: #cbb2d1;
	color: #f7f6f2;
	border-radius: 2%;
}
div.Usagi{
	background-color: #DD9EB7;
	color: #f7f6f2;
	border-radius: 2%;
}
/* comic borders*/ 
div.MF{
	background-color: #A37CAC ;
	color: #f7f6f2;
	border-radius: 2%;
	text-align: center;
}
div.LE{
	background-color: #dd9eb7 ;
	color: #f7f6f2;
	border-radius: 2%;
	text-align: center;
}
div.DTIS{
	background-color: #78a442 ;
	color:#f7f6f2;
	border-radius: 2%;
	text-align: center;
}
img.logo{
	height: 50px;
	width: 50px;
	border-radius: 5%;
}
img.icon{
	height:300px;
	width:300px;
	border-radius: 5%;
}
img.lButton{
	height:150px;
	width:150px;
}
.nav>li {
    display: inline-block;
}
ul{
	padding: 25px;
}
button{
background-color:#E76043;
text-align: center;
border: 5px #f7f6f2;
color: #f7f6f2;
border-radius:10%;
}
button.fof{
padding: 15px;
}
button.betaButton{
padding: 15px;
background-color: #4c403d;
color: #f7f6f2
}
/*I'm a sad bitch*/
table.faq{
	border: 5px solid #CDD77A;
}
.faq {
  border-collapse: collapse;
  width: 100%;
}

.faq td, .faq th {
  
  padding: 8px;
}

.faq th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #4C403D;
  color: #f7f6f2;
}

.faq th:hover {
background-color: #f7f6f2; 
color: #4C403D;}

.faq td{
background-color: #CDD77A; 
color: #4C403D;}
.faq td{
  display: none;
}
/* TOOLTIP*/
.relatContainer {
  position: relative;
  display: inline-block;
}

.tooltiptext {
  visibility: hidden;
  height: inherit;
  background-color: #4C403D;
  color: #f7f6f2;
  text-align: center;
  text-size: 4; 
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  bottom: 100%;
  left: 20%;
  width: auto;
  word-wrap: normal;
  
}


.relatContainer:hover .tooltiptext {
  visibility: visible;
}
/*END*/