html{
    font-size: 22px;
}

*{
    font-family: monospace
}

body{
   background-image: url(img/rainbowgingham.jpg);
    background-repeat: repeat;
    background-position: center;
    background-attachment: scroll;
    background-size:auto
}

.centeritem {
    align-items: center;
    position: relative;
    left: -15px;
}

.center {
 text-align: center;
}

h1 {
    font-family: bahnschrift ;
    font-weight: 400;
    color: purple;
    text-align: center;
    position: relative;
    top: -18px;
    left: -20px;
}
h1 img{
    position: relative;
    top: 5px;
    left: -2px;
}

h2 {
    color: purple;
    font-family: bahnschrift ;
    text-align: center;
    position: relative;
}

h2 img{
    width: 25px;
    position: relative;
    left: -10px;
    top: 5px;
}

h3 {
    font-family: bahnschrift ;
    color: purple;
    text-align: center;
    position: relative;

    
}


#sitecontainer {
    margin:auto; 
    margin-top:20px;
    margin-bottom:20px;
    height: 1200px;
    width: 1200px;;
    background-color: rgba(240, 229, 215, 0.493);
    border:5px solid rgb(203, 134, 212) ;
    border-radius:10px;
    box-shadow: 3px 3px 6px rgba(105, 31, 89, 0.432);
    
    }


hr {
    border: 1px dotted rgb(243, 165, 230);
}

.navbar {
        width: 100%;
        background-color: rgb(203, 134, 212);
        overflow: auto;
    }    
    
.navbar a {
    font-family: bahnschrift ;
        float: left;
        color: rgb(255, 255, 255);
        text-decoration: none;
        font-size:21px ;
        font-weight:bold;
        width:16.6% ;
        text-align: center;
        padding-top:10px ;
        padding-bottom:10px ;
    }
    

.dropdown {
    float: left;
    overflow: hidden;
  }
  
  .dropdown .dropbtn {
    font-size: 21px;
    font-family: bahnschrift ;
    font-weight: bold;
    border: none;
    outline: none;
    color: white;
    width: 9.5em;
    text-align: center;
    padding-top:10px ;
    padding-bottom:10px ;
    background-color: inherit;
    margin: 0; /* Important for vertical align on mobile phones */
  }
  
  .navbar a:hover, .dropdown:hover .dropbtn {
    background-color: rgb(225, 161, 228);
  }
  

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: rgb(225, 161, 228);
    width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 2;
  }
  
  .dropdown-content a {
    float: none;
    color: white;
    padding: 12px 5px 12px 10px;
    display: block;
  }
  
  .dropdown-content a:hover {
    width: auto;
    background-color: rgb(249, 205, 253);
    text-align: left;
  }
  
  .dropdown:hover .dropdown-content {
    width: 200px;
    display: block;
    line-height: 21px;
    
  }




.aboutme {
    position: relative;
    left: 20px;
}

.currentpfp img{
    position: relative;
    width: 310px;
    height: auto;
    left: -44px;
    top:0px ;
    z-index:1 ;
}


.maincontainer {
        display: grid;
        grid-template-rows: 160px 160px 160px 160px 160px 160px 160px;
        grid-template-columns: 200px 200px 200px 200px 200px 200px;
        margin: 0px;
        height: 1200px;
        z-index: 0;
    }

.aboutmetitle{
    grid-column: 2 / 4;
    grid-row: 1;
    margin: 20px 10px 20px 10px;
    height: 75px;
    width: 420px;
    background-color: rgba(255, 214, 161, 0.952);
    border-radius: 10px;
    border: 4px dotted #fffcf6;
    position: relative;
    left: 70px;
}

.facts {
        grid-row: 2 / 5;
        grid-column: 2 / 4;
        background-color: rgba(253, 236, 188, 0.911);
        color: rgb(119, 47, 148);
        margin: -30px 0px 80px 80px;
        text-align: left;
        font-size: 16px;
        padding: 25px 35px 35px 35px;
        border: 4px dotted #fffcf6;
        border-radius: 5px;
}



.leftbar {
    grid-row: 1 / 7;
    grid-column: 1;
    background-color: rgba(234, 182, 250, 0.788);
    margin: 20px -50px 20px 20px;
    text-align: left;
    font-size: 16px;
    color: rgb(95, 35, 119);
    padding: 25px 35px 35px 50px;
    border-radius: 10px;
}
.name {
    font-family: bahnschrift ;
    font-size: 24px;
    color: purple;
    font-weight: 400;
    text-align: center;
    background-color: rgba(230, 230, 250, 0.747);
    border-radius: 20px;
    position: relative;
    left: -15px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 12px 0px 10px 0px;
}

.ids img{
    align-content: center;
    position: relative;
    left: 10px;
}

audio {
    width: 200px;
    padding: 0px;
}

button {
   font-family: bahnschrift;
   font-size: larger;
   background-color: rgba(230, 230, 250, 0.884);
   color: purple;
   text-align: center;
   border-color: rgba(243, 137, 238, 0.589);
   border-width: 1px;
   border-radius: 10px 10px;
   margin-bottom: 48px;
   padding: 5px 15px 10px 15px;
}

button img{
    position: relative;
    top: 5px;
}


.rainbow {
    text-align: left;
    position: relative;
    left: -28px;
    top: 0px;
}

.rainbowbot {
    position: relative;
    left: 0px;
}


.rightbar {
    grid-row:  4/ 7;
    grid-column:  6;
    margin: -20px 40px 20px -80px;
    background-color:rgba(184, 245, 144, 0.774);
    font-size: 16px;
    border-radius: 10px;
    
}

.hamlinname {
    grid-row: 3;
    grid-column: 2;
    z-index: 3;
}

.hamlinname img{
    width: 200px;
    position: relative;
    left: -65px;
    top: -5px;
    rotate: -7deg;
}


.hamlinpfpborder{
    grid-row: 1;
    grid-column: 1;
}

.hamlinpfpborder img{
   width: 550px;
   position:relative;
   left: -55px;
   top: 15px;
   rotate: -9deg;
   z-index: 1;
}



.hamlinpfp {
    grid-row:  1;
    grid-column:  1;
}

#hamlinpfp img{
   width: 298px;
   height: 280px;
   object-fit: cover; object-position: 100% 4;
   position: relative;
   left: 65px;
   top: 50px;
   rotate: -9deg;
}

.hamlin {
    grid-row:  1/3;
    grid-column:  3/7;
    margin: 20px 30px 20px 30px;
    padding: 4%;
    color: rgb(95, 35, 119);
    background-color: rgba(234, 182, 250, 0.788);
    font-size: 17px;
    border-radius: 10px;

}

.catstamps{
    grid-row: 3;
    grid-column: 3/6;
    padding: 2%;
    margin: -10px -25px 95px -25px;
    border-radius: 2px;
}

.gunthername {
    grid-row: 4;
    grid-column: 5;
    z-index: 3;
}

.gunthername img{
    width: 200px;
    position: relative;
    left: 62px;
    top: 78px;
    rotate: 8deg;
}

.guntherpfpborder{
    grid-row: 3;
    grid-column: 5;
}

.guntherpfpborder img{
     width: 550px;
   position:relative;
   left: -90px;
   top: -65px;
   rotate: 6deg;
   z-index: 1;
}

.guntherpfp {
    grid-row:  3;
    grid-column:  5;
}

#guntherpfp img{
   width: 280px;
   height: 300px;
   object-fit: cover;
   object-position: 100% 20%;
   position: relative;
   left: 38px;
   top: -30px;
   rotate: 6deg;
}

.gunther {
    grid-row:  3/5;
    grid-column:  1/5;
    margin: 70px 30px -30px 30px;
    padding: 4%;
    color: rgb(95, 35, 119);
    background-color: rgba(234, 182, 250, 0.788);
    font-size: 17px;
    border-radius: 10px;

}



.musicplayer {
    grid-row: 5/7;
    grid-column: 2 / 4;
    background-color: rgba(255, 221, 204, 0.856);
    color: rgb(128, 36, 0);
    margin: -50px 0px 18px 80px;
    text-align: center;
    font-size: 16px;
    padding: 0px 0px 0px 0px;
    border: 4px solid #fffcf6;
    border-style: dotted;
    border-radius: 5px;
}

#images-wrapper {    
   line-height: 0;       
    -webkit-column-count: 4;    
    -webkit-column-gap: 0px;    
    -moz-column-count: 0;
    -moz-column-gap: 0px;
     column-count: 4;    
     column-gap: 0px;    
}  
#images-wrapper img {    
   width: 266px; 
   height: auto !important;  
}  
#images-wrapper{    
   display:inline-block;    

}

.albumscroll{
    grid-row: 5/8;
    grid-column: 1 / 7;
    border: 8px solid rgba(215, 94, 252, 0.596);
    border-radius: 10px;
    overflow-y: scroll;
    background-color:  rgba(253, 174, 240, 0.466);
    scrollbar-color: rgb(241, 200, 137); 
    scrollbar-width: thin;
    margin: 50px 55px 10px 55px;
}

