@font-face {
	font-family: fonts;
	src: url(./Fonts/JosefinSans-Italic-VariableFont_wght.ttf);
	font-family: fonts2;
	src: url(./Fonts/Retroica.ttf);
  }
  
  
  body {
	  font-family: fonts2;
	  background-color: whitesmoke;
	  background-size: cover;
	  margin: 0;
	  padding: 0; 
  }
  
  
  #logo img{
	height: 350px;
	  border-radius: 200px;
	  width: 350px;
	  border: 5px solid black;     
	  align-items: center;
	  margin-top: 10px;
	  margin-right: auto;
	  margin-left: auto;
	  display: flex;
	  justify-content: center;
	  flex-wrap: wrap;
	  
  }
  
  
  
  header {
	margin: 0px;
	text-align: center;
	padding: 2% 0em;
	background-color: #fab44c;
	background-size: cover;
	background-position: center;
	border-radius: 5px;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 5.5); 
  }
  
  
  
  header h1 {
	font-style: italic	;
	font-size: 85px;
	text-shadow: black 1px 3px 4px;; 
	color: rgb(238, 212, 212);
	font-family: zom;    
	
  }
  
  
  
  .character-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 2em;  
	display: flex;
  }
  
  .character-card {
	  
	  max-width: 780px;
	  margin: 0 auto;
	  padding: 10px;
	  border-radius: 10px;
	  background-size: cover;
  }
  
  .character-card h2 {
	  font-family: zom;
	  font-size: 50px;
	  line-height: 1.5;
	  color: #fab44c;
	  text-align: center;
	  text-shadow: black 0px 1px 2px; 
  }
  
  .character-card p {
	  font-family: zom;
	  color:#5c5454 ;
	  font-size: 20px;
	  line-height: 1;
  }
  
  
  
  
  .paragraph-box {
	  max-width: 800px;
	  margin: 0 auto;
	  padding: 10px;
	  border-radius: 10px;
	  color: #5c5454;
	  background-size: cover;
  }
  
  
  
  .paragrap-card h3 {
	margin-top: -10px;
	font-family: zom;
	font-size: 50px;
	line-height: 1.5;
	color: #fab44c;
	text-align: center;
	text-shadow: black 0px 1px 2px; 
	letter-spacing: 1px;
  }
  
  .skill-box {
	  font-family: Zom;
	  font-size: 20px;
	  margin: 10px;
	  color: #5c5454;
	  border-radius: 5px;
	  line-height: 1;
  }
  
  .gallery .anime-card{
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	display: block;
  }
  
  .anime-card {
	
	align-item: flex;
	box-border: 1em;
	padding: 1em;
  }
  
  .anime-card img {
	max-width: 60%;
	border-radius: 10px;
	padding: 0em;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 5.2);
  }
  
  
  
  
  .name-box b {  
	  font-size: 20px;
	  font-style: italic;
	  color: #5c5454;
	  display: flex;
	  flex-wrap: wrap;
	  text-align: center;
	  justify-content: center;
	  padding: 1em;  
	  display: flex;
	  max-width: 400px;
	  margin: 0 auto;
	  margin-top: 0;
	  margin-bottom: 0px;
	  padding: 20px;
  }
			  
		  
  
  .logos{
	justify-content: center;
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	margin: auto;
	transition: transform 0.5s ease-in-out;
  }
.logos .Lia:hover{
  transform: scale(1.2); 
  color:#fab44c ;
}
.logos .Bry:hover{
  transform: scale(1.2); 
  color: #fab44c;
}
.logos .Kristian:hover{
  transform: scale(1.2); 
  color: #fab44c;
}
.logos .Oriel:hover{
  transform: scale(1.2); 
  color: #fab44c;
}
  .logos a img{
	display: flex;
	margin-left: auto;
	margin-right: auto;
	width: 80px;
	border-radius: 100px;
	margin-top: 20px;
	margin: 15px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 2.0);
  }
  h3{
	font-style: italic;
	display: flex;
	margin: 10px;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-family: serif;
  }
  
  
  footer{
  
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: #fab44c;
  border-radius: 1px;
 
  }
  
  
  .footerContainer{
	width: 100%;
	height: 0%;
	padding: 0px;
  }
  
  
  .socialIcons{
	display: flex;
	justify-content: center;
  }
  
  
  .socialIcons a{
	text-decoration: none;
	padding: 7px;
	background-color: #ffffff;
	margin: 5px;
	border-radius: 50%;
	
  }
  
  
  .socialIcons a i{
	font-size: 2em;
	color: #fab44c;
	opacity: 0.9;
	margin-bottom: 0px;
	padding: 0px;
  }
  
  /* Hover Effects on Socoal Media Icons */
  
  .socialIcons a:hover{
	background-color: #393939;
	transition: 0.5s;
  }
  
  .socialIcons a:hover i{
  color: white;
  transition: 0.5s;
  }
  
  .footerBottom{
	padding: 20px;
	text-align: center;
  }
  
  .paragrap-box ul li a:hover{
  opacity: 1;
  }
  
  
  .designer{
	color: #ffffff;
	letter-spacing: 1px;
	font-weight: 400;
	margin: 0 5px;
	text-shadow: #000 1px 1px 2px;
  }
  
  
  .paragrap-card a{
	margin: 10px;
	color: #000000;
	border-radius: 5px;     
	font-size: 20px;
	line-height: 1;
	justify-content: center;
	display: flex;
  }
  
  .navigation{
	margin: 30px 0;
	width: 100%;
  }
  
  .navigation ul{
	display: flex;
	list-style: none;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
  justify-content: center;
  }
  
  .navigation ul li a{
	font-family: zom;
	color: #000;
	margin: 40px;
	text-decoration: none;
	font-size: 2; 
	transition: 0.5s;
	padding: 6px;
	opacity: 1;
  }
  
  .navigation ul li a:hover{
	opacity: 1;
  }
  .arrow{
    position: fixed;
	height: 50px;
    bottom: 40px;
    right: 50px;
    text-align: center;
    line-height: 50px;
}