html {
    height: 100%;
  width: 100%;
}

body {
    font-family: 'Pixelify Sans', cursive;
}

::selection { 
  background: #ffb339; 
}

::-webkit-scrollbar {
    display: none;
  }

  .btn-group {
display: block;
background-color: #941034;
  }

.container {
  border-style: solid solid solid solid;
  margin-top: 15px;
  margin-bottom: 15px;
    background-color: #FFFFD9;
  border-radius: 0px 0px 5px 5px;
  width: 90%;
  border-top:    1cap solid  #941034;
  border-right:  2px solid #941034;
  border-bottom: 2px solid #941034;
  border-left:   2px solid  #941034;
}

.row {
    width: 100%;
}

.links {
    background-color: #941034;  
    border-radius: 5px;
    margin: auto;
    text-align: center;
}

.firstrow {
 background-color: #941034;  
 padding: 20px; 
 border-radius: 5px 5px 0px 0px;
 max-width: 400px;
 margin: 0px 0px 0px 100px;
}

.firstrow img {
    width: 50%;
}

.links {
  max-height: 400px;
  overflow: auto;
}

.bio {
    background-color: #fff6d4;
  border-radius: 5px;
  border-style: solid;
  border-color: #941034;
  box-shadow:
    5px 5px #941034;
    overflow: auto;
    text-align: center;
    height: 600px;
    overflow: auto;
}

.bloglist li {
  text-align: center;
}

p, li, h1, h2, h3, h4, h5, h6 {
  color: #941034;
}

h1, h2, h3 {
  font-family: 'Tiny5'
}

.links h2 {
    color: #FFFFD9;
}


a , ul {
    text-decoration: none;
}

.dropdown-toggle {
    font-size: 30px;
    text-decoration: none;
}

.stamp {
    width: 115px;
    height: 75px;

  }


.pets {
    display: inline-block;
    margin: 0 auto;
}

.icon {
  background-color: #941034;
}

.icon img {
   
    opacity: 50%;
}

#virtualpets {
    text-align: center;
}

figure {
  display: inline-block;
}

figcaption {
  color: #941034;
}

figure:hover {
  opacity: 100%;
  transform: scale(1.05) rotate(-5deg);
}

.graphics, .changelog, .blog {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    max-height: 250px;
    background-color: #fff6d4;
    border-radius: 5px;
    border-style: solid;
    border-color: #941034;
    box-shadow:
      5px 5px #941034;
      overflow: auto;
}

.changelog p,ul,li {
  font-size: 12px;
  text-align: justify;
}

.blog {
  text-align: left;
  margin-left: 30px;
  margin-right: 30px;
  padding: 15px;
  margin-bottom: 20px;
}

  p,li {
    font-size: 17px;
    line-spacing: 10px;
  }

  .dropdown-menu {
    background-color: #941034;
    padding: 15px;
    border-radius: 5px;
    color: #FFFFD9;
    text-decoration: none;
  }

  .dolls img {
    max-width: 75px;
    max-height: 75px;
  }

  .dolls h4{
    margin-top: 20px;
  }

  #aboutme img {
    width: 250px;
    height: 250px;
    float: right;
    margin-left: 15px;
    display: inline-block;
  }

  .biotext {
    text-align: justify;
    margin: 15px;
    display: inline-block;
  }

.media,
.icon,
.book {
  transition: opacity 0.05s;
  margin: 1px;
}

.linkylink {
  display: block;
  line-height: 26px;
}

.linkylink:hover {
  color: #ffb339;
  transform: rotate(4deg) scale(1.05);
}

.media:hover {
  opacity: 100%;
  transform: scale(1.05) translateY(-15px) rotate(1deg);
}

.icon:hover {
  opacity: 100%;
  transform: scale(1.05) translateY(-15px) rotate(1deg);
}

.book:hover {
  opacity: 100%;
  transform: scale(1.05) translateY(-15px) rotate(1deg);
}

.icon, .media, .book {
  width: 135px;
  border-radius: 5px;
  mix-blend-mode: soft-light;
}


.book {
  width: 135px;
  height: 175px;
  border-radius: 5px;
  margin: 30px;
}

.shrinediv {
    display: inline-block;
    margin: auto;
    text-align: center;
}

.logo {
    width: 50%;
    position: absolute;
    top: -15px;
    left: 10px;
}

.relative {
    position: relative;
}


.cake {
  position: absolute;
  top: 230px;
  left: 160px;
}

@media only screen and (max-width: 600px)
  .logo, .cake {
  visibility: hidden;
  }


.mediumpet {
  width: 100px;
  height: 100px;
}

.largepet {
  width: 150px;
}