
*{ /* this means at everyone */
	box-sizing: border-box;

}
/* Fonts Section*/
.dancing-script-regular{
  font-family: "Dancing Script", cursive;
  font-weight: 400;
  font-style: normal;
}

.sofia-regular {
  font-family: "Sofia", cursive;
  font-weight: 400;
  font-style: normal;
}

.fauna-one-regular {
  font-family: "Fauna One", serif;
  font-weight: 400;
  font-style: normal;
}

.fauna-one-bold {
  font-family: "Fauna One", serif;
  font-weight: 700;
  font-style: normal;
}

.raleway-regular {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.raleway-italic {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.raleway-bold {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-style: normal;
}
/* General coding */

body{
	width: 992px;
	margin: 0 auto;
	background-color: #FFECC7;
}
.clear{
	clear: both;
}
			
.relative{
	position: relative;
}
			
.title{
	text-align: center;
	font-size: 60px;
	font-family: "Sofia", sans-serif;
	color: #68400A;
}

.img{
	width: 100%;
}

main{
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background-color: #FEF7E7;
	height: auto;
}

/*Navigation bar*/
nav{
	padding: 20px;
	height: 50%;
	margin: 0 auto;
}

.navbar{
	margin: 0 auto;
	width: 45%;
}
			
.navbar ul{
	list-style: none;
	margin: 0 auto;
}
			
.navbar ul li{
	float: left;
	padding: 5px;/* to separate them */
}
			
.navbar ul li a{
	border-radius: 10px;
	text-align: center;
	font-size: 11px;
	font-family: "Fauna One", serif;
	padding: 10px;
	background-color: #FEF7E7;
	color: #68400A;
	text-decoration: none;
}

/*footer*/
.contactus{
	margin: 0;
	position: absolute;
	transform: translate(-50%, -50%);
	left: 75%;
	top: 30%;
	text-align: center;
	font-size: 50px;
	font-family: "Sofia", sans-serif;
	color: #68400A;		
}

.socialmedia {
	position: absolute;
	transform: translate(-50%, -50%);
	left: 98%;
	top: 50%;
	width: 75%;
}

.socialmedia div{
	width: 10%;
	float: left;
	padding: 5px;
	
}

.socialmedia div img{
	width: 100%;
}

footer p{
	padding: 30px;
	text-align: center;
	font-size: 9px;
	font-family: "Raleway", sans-serif;
	color: #68400A;
}

/*Index*/
.introtext{
	position: absolute;
	width: 25%;
	margin: 0 auto;
	transform: translate(-50%, -50%);
	top:17%;
	left:50%;
	text-align: center;
	font-size: 12px;
	font-family: "Raleway", sans-serif;
	color: #68400A;
}
			
.knowmore{
	margin: auto;
	width: 20%;
	padding: 10px;
}
			
.knowmore a{
	position: absolute;
	transform: translate(-50%, -50%);
	top:26%;
	left:50%;
	margin: auto;
	border-radius: 10px;
	text-align: center;
	font-size: 10px;
	font-family: "Fauna One", serif;
	padding: 10px;
	background-color: #F86B87;
	color: white;
	text-decoration: none;
}
			
.obsessions{
	width: 95%;
	margin: auto;
	height: auto;
}

.subthemes{
	margin-top: -60px;
	text-align: center;
	font-size: 40px;
	font-family: "Sofia", sans-serif;
	color: #68400A;
}

.firstbox{
	margin: auto;
	width: 95%;
	height: auto;
}

.whitebox div{ /* 25% box container*/
	border-radius: 15px;
	float: left;
	width: 25%;
	padding: 5px;
}
.whitebox div div{
	background-color: white;
	width: 100%;
}
.whitebox div div img{
	border-radius: 20px;
	width: 100%;
	height: 300px;
	padding: 10px;
	object-fit: cover;
}
			
.whitebox div div div{
 	width: 73%;
	height: 60px;
}
			
.whitebox div div div h5{
	text-align: left;
	font-size: 15px;
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	color: #68400A;
	margin-top: -10px;
	margin-left: 10px;

}
			
.whitebox div div div p{
	text-align: left;
	font-size: 11px;
	font-family: "Raleway", sans-serif;
	color: #68400A;
	margin-top: -20px;
	margin-left: 10px;
}

.whitebox div div a{
	text-decoration: none;
	margin-left: 30px;
	color: #FA94A9;
	text-align: right;
	font-size: 35px;
	font-family: "Fauna One", serif;
}

.pinkboxcontainer{
	width: 97%;
	margin: auto;
	padding: 40px;
	height: auto;	
}

.pinkboxcontainercolor{
	height: 400px;
	background-color: #FA94A9;
	border-radius: 20px;
}
.pinkboxtext{
	width:50%; 
	padding: 40px;
	float:left; 
	clear:left;
}

.pinkboxtext div{
	padding-right:40px;
}

#whitetext{
	color: white;
	font-family: "Raleway", sans-serif;
	text-align: center;
	font-size: 16px;
}

#handwrite{
	font-family: "Dancing Script", cursive;
	text-align: left;
	font-size: 35px;
	color: white;
	margin-top: -10px;
}

.pinkboxtext h2{
	margin-top: -15px;
	color: white;
	font-family: "Raleway", sans-serif;
	text-align: center;
	font-size: 50px;
	font-weight: bolder;
}

.pinkboximg{
	width:50%; 
	float:right; 
	clear:right;
}
			
.pinkboximgimg{
	width:100%;
	border-radius: 20px;
	object-fit: cover;
	height: 400px;
}
		
.aboutme{
	width: 97%;
	margin: auto;
	padding: 40px;
	height: 980px;
}
.infobox{
	width: 90%;
	height: 740px;
}

.aboutme1img{
	width: 75%;
	position: absolute;
	transform: translate(-50%, -50%);
	left: 37.5%;
	top: 145px;
}

.imgaboutme{
	border-radius: 20px;
	height: 300px;
	object-fit: cover;
}


.aboutme2{
	width: 28%;
	border: 4px solid pink;
	border-radius: 20px;
	position: absolute;
	transform: translate(-50%, -50%);
	right: -170px;
	top: 185px;
}

.aboutme2box{
	margin-top: 10px;
	padding: 20px;
}
.txt2box{
	margin-top: 3px;
	text-align: center;
	font-family: "Raleway", sans-serif;
	color: #68400A;
}

.underline{
	width: 70%;
	margin: 0 auto;
	border-bottom: 1px solid #68400A;
	padding-bottom: 5px;
	font-family: "Raleway", sans-serif;
	font-weight: bold;
	color: #68400A;
	text-align: center;
}

.aboutme3{
	width: 18%;
	border: 4px solid pink;
	border-radius: 20px;
	position: absolute;
	transform: translate(-50%, -50%);
	left: 80px;
	top: 400px;
}

.aboutme3box{
	padding: 5px;
}
.boldtxt{
	margin: 0;
	text-align: center;
	font-family: "Raleway", sans-serif;
	color: #68400A;
	font-weight: bold;
	font-style: normal;
	font-size: 35px;
}
.txt3box{
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: center;
	font-family: "Raleway", sans-serif;
	font-style: italic;
	color: #68400A;
	font-size: 17px;
}

.aboutme4{
	width: 50%;
  	padding: 3px;
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 380px;
}
.aboutme4box{
	padding: 5px;
}
q{
	text-align: center;
	font-family: "Raleway", sans-serif;
	color: #68400A;
	font-size: 16px;
	font-style: italic;
	
}
.aboutme4box p{
	margin-top: -3px;
	margin-right: 35px;
	text-align: right;
	font-family: "Raleway", sans-serif;
	color: #68400A;
}

.aboutme5box{
	width: 23%;
  	padding: 3px;
	border-radius: 20px;
	position: absolute;
	transform: translate(-50%, -50%);
	left: 18%;
	top: 740px;
}

.aboutme5box p{
	font-kerning: none;
	text-align: center;
	font-size: 35px;
	font-family: "Raleway", sans-serif;
	color: #68400A;
}

.aboutme6box{
	width: 75%;
	position: absolute;
	transform: translate(-50%, -50%);
	left: 73%;
	top: 590px;
}
/* Video Games page */

#headergames{
	height: 700px;
}

.maingame{
	height: 700px
}

.firstimg{
	width: 90%;
	margin: 0 auto;
}

.firstimg img{
	width: 100%;
	height: 400px;
	object-fit: cover;
	border-radius: 20px;
}

.intro{
	width: 65%;
	margin: 0 auto;
	margin-top: 10px;
	font-family: "Raleway", sans-serif;
	color: #68400A;
	font-size: 20px;
	text-align: center;
	margin-bottom: 30px;
}

.lefttext{
	width: 25%;
	position: absolute;
	transform: translate(-50%, -50%);
	left: 260px;
	top: 180px;
}

h4{
	text-align: center;
	font-size: 35px;
	font-family: "Raleway", sans-serif;
	color: #68400A;
}

.pinfo{ /* information paragraph about a subject */
	margin-top: -30px;
	margin-left: 10px;
	text-align: left;
	font-size: 14px;
	font-family: "Raleway", sans-serif;
	color: #68400A;
}

.imgright{
	width: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	left: 680px;
	top: 400px;
}

.imgbig{
	width: 100%;
	height: 500px;
	object-fit: cover;
	border-radius: 20px;
}

.imgleft{
	width: 30%;
	position: absolute;
	transform: translate(-50%, -50%);
	left: 250px;
	top: 530px;
}

.imgsmall{
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 20px;
}

.righttext{
	width: 25%;
	position: absolute;
	transform: translate(-50%, -50%);
	left: 750px;
	top: 200px;
}

.imgright2{
	width: 30%;
	position: absolute;
	transform: translate(-50%, -50%);
	left: 750px;
	top: 530px;
}

.imgleft2{
	width: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	left: 330px;
	top: 400px;
}

/* Pets page */
#headerpets{
	height: 300px;
}

#mainpets{
	height: 3250px;
	background-color: #FEF7E7;
}
.gallery{
	width: 95%;
	margin: 0 auto;
}

.gal1{/*first image*/
	margin-top: -30px;
	width: 30%;
	float: left;
	padding: 10px;
}

.gal1 img{
	width: 100%;
	height: 400px;
	object-fit: cover;
	border-radius: 10px;
}

.gal2, .gal3{
	margin-top: -30px;
	width: 35%;
	float: left;
	padding: 10px;
}

.gal2 img, .gal3 img{
	width: 100%;
	height: 150px;
	object-fit: cover;
	border-radius: 20px;
}

.gal4, .gal5, .gal6{
	width: 35%;
	float: left;
	padding: 10px;
}

.gal4 img, .gal5 img{
	width: 100%;
	height: 225px;
	object-fit: cover;
	border-radius: 20px;
}

.gal6 img{
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 20px;
}

.gal7{/*6th image*/
	width: 65%;
	float: left;
	padding: 10px;
}

.gal7 img{
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 20px;
}

/* Anime page */

.animeintro{
	width: 80%;
	margin: auto;
	margin-top: 13px;
	font-family: "Raleway", sans-serif;
	color: #68400A;
	font-size: 15px;
	text-align: center;
}

.animebox{
	height: auto;
	margin-top: -10px;
}

h3{
	padding-top: 50px;
	text-align: center;
	font-size: 35px;
	font-family: "Raleway", sans-serif;
	color: #68400A;
}

.pinkboxtextanime{
	width:50%; 
	padding: 30px;
	float:left; 
	clear:left;
}
			
.pinkboxtextanimediv{
	padding: 10%;
}
			
.pinkboxtextanimep{
	text-align:right;
	margin-top: -15px;
	color: white;
	font-family: "Raleway", sans-serif;
}

.pinkboxtextanimeh2{
	text-align:right;
	margin-top: -40px;
	color: white;
	font-family: "Raleway", sans-serif;
	font-size: 40px;
}

.pinkboximg1{
	width:50%; 
	float:left; 
	clear:left;
}

.pinkboxtextanime1{
	width:50%; 
	padding: 30px;
	float:right; 
	clear:right;
}

/* Food page */

#mainfood{
	background-color: #FEF7E7;
	height: 3540px;
}

.foodintro{
	width: 90%;
	margin: auto;
}

.foodintro img{
	width: 100%;
	height: 500px;
	object-fit: cover;
	border-radius: 20px;
}

.fooddisplay{
	width: 90%;
	margin: auto;
	height: auto;
}

.fooddisplay div{
	width: 33%;
	float: left;
}

.foodimg2{
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.foodimg3{
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.foodimg1{
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.foodinfo{
	margin: auto;
	width: 60%;
	padding-top: 31%;
	padding-bottom: 20px;
}
.foodinfo p{
	text-align: center;
	color: #68400A;
	font-family: "Raleway", sans-serif;
}

.fullimg{
	width: 100%;
}

.fullimg img{
	width: 100%;
	height: 300px;
	object-fit: cover;
}