/* Fonts! */
 @font-face {
   font-family: arcade; 
   src: url("https://wolfgang-juniper.neocities.org/Fonts/arcade.ttf") format("truetype"); 
}

h1 {
  font-weight: bold;
  color: #f261d2;
  font-size: 32px;
  margin: 10px;
  text-align: center;
}

/* Fonts!-end */

body {
  font-family: 'arcade', Sans-Serif;
  background-color: #816f43;
  background-image: url("https://wolfgang-juniper.neocities.org/Images/sparkles.png");
}

header {
  background: #00000000;
  text-align: center;
  padding: 0px 0px 0px 0px;
  width: 1500px;
  align-items: center;
  margin: 0 auto;
}

.headerflexbox{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  
}

/* Styling for letter images in my header */

.titleimages1{
  width: 200;
  text-align: center;
}
            
.titleimages1 img{
  width: 20%;
  height: auto;
}
            
.titleimages1 img:hover {
  transform: translateY(-10px);
}
 
 /*centered header image - brown relief print*/
#juniperwolf{
width: 600px;
}
 
.titleimages2{
  width: 200;
  text-align: center;
}
.titleimages2 img{
  width: 20%;
  height: auto;
}
            
.titleimages2 img:hover {
  transform: translateY(-10px);
}

/* Styling for letter images in my header-end*/

#navbartext{
 color: #ff8fe8;
 display: flex;
 width: 1400px;
 padding: 10px 0px 20px 0px;
 margin: 0 auto;
 list-style-type: none;
 justify-content: space-evenly; 
}

/* Styling for links! */

a {
  color:#f261d2;
  text-decoration: none;
}

/* Styling for all flexbox containers in main content area */

.masterflexbox-container {
  display: flex;
  justify-content: space-evenly;
  margin: 0px 200px 0px 200px;
  
}

/*controls the left sidebar area*/
#flexbox1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/*controls the center content area*/
#flexbox2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/*controls the right sidebar area*/
#flexbox3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start
}

/* Styling for individual boxes!*/

/*This is the bird pot*/
#image1 {
  width: 200px;
  background-color: #00000000;
  text-align: center;
  margin: 10px 0px 10px 0px;
  padding: 15px;
}
#foxspeech {
  border: 2px solid #361a0c; 
  width: 200px;
  background: #55452B;
  color: #d8ff99;
  text-align: center;
  margin: 10px 0px 20px 0px;
  padding: 15px;
  box-shadow: 10px 10px #361a0c
}
/*This is the fox dressed as a monk!*/
#leftsidebar {
  width: 200px;
  background: #0000000;
  color: #d8ff99;
  text-align: center;
  margin: 10px 0px 10px 0px;
  padding: 15px;
}

#foxhood {
	
}

#rightsidebar {
  border: 2px solid #361a0c;
  width: 200px;
  background: #55452B;
  color: #d8ff99;
  text-align: center;
  margin: 10px 0px 10px 0px;
  padding: 15px;
  box-shadow: 10px 10px #361a0c
}

#image2 {
  width: 200px;
  background: #00000000;
  text-align: center;
  margin: 30px 0px 30px 0px;
  padding: 15px;
}

#image3 {
  width: 200px;
  background: #00000000;
  text-align: center;
  margin: 0px 0px 10px 0px;
  padding: 15px;
}

#centerbody {
  width: 700px;
  background: #89BA79;
  color: #d8ff99;
  margin: 10px 0px 20px 0px;
  padding: 15px;
  border: 2px solid #361a0c;
  box-shadow: 10px 10px #361a0c;
  text-align: center;
}

#centerbox2 {
  width: 700px;
  background: #f261d2;
  color: #d8ff99;
  margin: 10px 0px 20px 0px;
  padding: 15px;
  border: 2px solid #361a0c;
  box-shadow: 10px 10px #361a0c;
}

#centerbox3 {
  width: 700px;
  background: #89BA79;
  color: #d8ff99;
  margin: 10px 0px 20px 0px;
  padding: 15px;
  border: 2px solid #361a0c;
  box-shadow: 10px 10px #361a0c;
}

#foxwares {
  width: 700px;
  background: #89BA79;
  color: #d8ff99;
  margin: 10px 0px 20px 0px;
  padding: 15px;
  border: 2px solid #361a0c;
  box-shadow: 10px 10px #361a0c;
  text-align: center;
}

#foxwares img{
  width: 20%;
  height: auto;
  text-align: center;
}

footer {
  background: #361a0c;
  color: white;
  text-align: center;
  margin: 10px 250px 10px 250px;
}