/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background-image: url('images/aboutme_page/checkeredred.png');
  background-repeat: repeat;
  background-position: top left;
  background-attachment: fixed;
  font-family: Verdana;
  color: white;
}

div {
   width: 700px;
  margin: auto; 	
  border-radius: 5px;
  justify-content: center;
  align-items: center; 
}


#leftsidebar {
  border-radius: 5px;
     width: 250px;
    height: 700px;
  margin: 10px; 	
  justify-content: center;
  align-items: center; 
  display: flex;
    background-color: none;
    position: absolute;
    left: -10px;
}

#navigation {
     border-radius: 5px;
     width: 250px;
    height: 500px;
  margin: 0px; 	
  justify-content: center;
  align-items: center; 
  display: flex;
    background-color: none;
    position: absolute;
    top: 10px;
  #homebutton {
        background-color: none;
        position: absolute;
      left: 2px;
      top: 10px;
    }
    #aboutmebutton {
        background-color: none;
        position: absolute;
        left: 2px;
        top: 80px;
    }
    
    #artbutton {
         background-color: none;
        position: absolute;
        left: 2px;
        top: 150px;
    }
    
    #graphicsbutton {
        background-color: none;
        position: absolute;
        left: 2px;
        top: 220px;
    }
    
    #shrinesbutton {
        background-color: none;
        position: absolute;
        left: 2px;
        top: 290px;
    }
    
    #blogbutton {
        background-color: none;
        position: absolute;
        left: 2px;
        top: 360px;
    }
    
    #reviewsbutton {
        background-color: none;
        position: absolute;
        left: 2px;
        top: 430px;
    }
    
    #sitemapbutton {
        background-color: none;
        position: absolute;
        left: 2px;
        top: 500px;
    }
}

#picture {
    justify-content: center;
  align-items: center; 
    margin: 10px;
  display: flex;
  border-radius: 5px;
  margin: auto;
    width: 211px;
    height: 280px;
    background-image: url(images/aboutme_page/B846A985-C5EB-4079-8642-8856E769058B.JPEG);
    background-repeat: no-repeat;
    background-size: contain;
    border-style: solid;
    border-color: crimson;
    position: absolute;
    right: 280px;
    top: 100px;
    transform: rotate(10deg);
    
}

#aboutmegraphics1 {
    position: absolute; 
    top: 750px;
    left: 525px;
}

#aboutmegraphics2 {
    position: absolute;
    top: 480px;
    left: 385px;
}

#aboutmegraphics3 {
    position: absolute;
    left: 385px;
    top: 540px;
}

#aboutmegraphics4 {
    position: absolute;
    left: 465px;
    top: 250px;
}

#aboutmegraphics5 {
    position: absolute;
    left: 385px;
    top: 605px;
}

#aboutmegraphics6 {
    position: absolute;
    left: 1040px;
    top: 455px;
}

#aboutmegraphics7 {
    position: absolute;
    left: 1040px;
    top: 560px;
}

#aboutmegraphics8 {
    position: absolute;
    left: 385px;
    top: 830px;
}

#aboutmegraphics9 {
    position: absolute;
    left: 540px;
    top: 830px;
}

#aboutmegraphics010 {
    position: absolute;
    left: 385px;
    top: 350px;
}

#aboutmegraphics011 {
    position: absolute;
    left: 610px;
    top: 420px;
}

#aboutmegraphics012 {
    position: absolute;
    left: 555px;
    top: 380px;
}

#aboutmebackground {
     justify-content: center;
  align-items: center; 
    margin: 10px;
  display: flex;
  border-radius: 5px;
  margin: auto;
  width: 800px;
    height: 1200px;
    background-color: black;
    border-style: solid;
    border-color: crimson;
    
    
#summary {
  justify-content: center;
  align-items: center; 
  display: flex;
  border-radius: 0px;
    border-style: solid;
    border-color: darkred;
    padding: 10px;
    font-size: 15px;
  margin: 10px;
  width: 300px;
  background-color: black;
      position: absolute;
    top: 250px;
}


#currentinterests {
  justify-content: center;
  align-items: center; 
  display: flex;
  border-radius: 0px;
    border-style: solid;
    border-color: darkred;
  margin: auto;
    padding: 10px;
  width: 500px;
   background-color: black;
    position: absolute;
    top: 450px;
}


#favbands {
  justify-content: center;
  align-items: center; 
  display: flex;
  border-radius: 0px;
    border-style: solid;
    border-color: darkred;
    padding: 10px;
  margin: auto;
  width: 320px;
   background-color: black;
    position: absolute;
    top: 860px;
    left: 410px;
}


#favfilms {
  justify-content: center;
  align-items: center; 
  display: flex;
  border-radius: 0px;
    border-style: solid;
    border-color: darkred;
    padding: 10px;
  margin: auto;
  width: 320px;
   background-color: black;
    position: absolute;
    top: 860px;
    left: 770px;
}

}


#top {
  width: 500px;
    height: 200px;
  margin: auto; 	
  border-radius: 5px;
  justify-content: center;
  align-items: center; 
  display: flex;
    position: relative;
    top: 40px;
    left: -100px;
}