.bgimage {
  height:100%;
  
}

.navigationcolumn {
  display:flex;
  flex-wrap:wrap;
  margin-right:auto;
  margin-left:auto;
  flex-direction:column;
  float:right;
}

.omnicontainer{
  position:fixed;
  display:flex;
  height:1200px;
  width:1920px;
  flex-wrap:wrap;
  margin-right:auto;
  margin-left:auto;
  flex-direction:row;
  
}

.mainlayout{
  position:fixed;
  display:flex;
  flex-wrap:wrap;
  margin-right:auto;
  margin-left:auto;
  flex-direction:row;
  
}
  
.container {
  position: fixed;
  text-align: center;
  background-image: url(graphics/cloudbackground1.png);
  border-radius: 30px 10px 30px 10px;
  border: 7px double #F24541;
  height: 600px;
  width: 750px;
  margin-right: auto;
  margin-left: auto;
  transform: translateX(70%) translateY(8%);
}

.inner {
  position: relative;
  text-align: center;
  background-color: #FFFCCB;
  height: 525px;
  max-height:525px;
  width: 650px;
  margin-right: auto;
  margin-left: auto;
  transform: translateY(6%);
  border: 2px inset #FAD87B;
  border-radius: 30px 0 30px 0;
  overflow-y:hidden;
}


 .navidecoration{
   position:relative;
   float:left;
   margin-right:auto;
   margin-left:auto;
   height:auto;
   width:300px;
   transform:translateX(-58%) translateY(13%);
 } 
 
.navigation{
  position: fixed;
  float: left;
  margin-right: auto;
  margin-left: auto;
  height: 480px;
  width: 130px;
  background-image: url(graphics/cloudbackground1.png);
  transform: translateY(35%) translateX(-100%);
  border-radius:10px;
  border: 7px double #F24541;
  grid-area:leftSide;

}

.navigationinner{
  position:relative;
  float:left;
  margin-right:auto;
  margin-left:auto;
  height:440px;
  width:100px;
  transform: translateY(5%) translateX(13%);
  background-color: #FFFCCB;
  border-radius:10px;
  
}
  
.pagedoll {
 position: relative;
 height: 100%;
 width: 100%;
 white-space: nowrap;
 float:left;
 margin-right:auto;
 margin-left:auto;
 transform: translateY(100%) translateX(140%);
}


.pagedoll img {
float:left;
position: relative;
width:50%;
height:auto;
margin:0;
animation: bounce 3s linear infinite;
animation-timing-function: ease-in-out;
}

@keyframes bounce {
 0% {
  top:5%;
}

 50% {
  top:0%;
}
                
 100% {
  top:5%;
}
}

.title{
  position: relative;
  float:left;
  margin-right:auto;
  margin-left:auto;
  height:50px;
  width:175px;
  color: #F6C4C3;
  transform: translateX(15%) translateY(65%);
  background: #FFFCEB;
  box-shadow: 0 0 7px 7px #FFFCEB;
  text-align:center;
  overflow:hidden;
}

#titlefootermarquee{
  position:relative;
  float:left;
  height:50px;
  width:auto;
  animation: titlemove 5s infinite;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  
  
}

@keyframes titlemove {
  0% {left: -50px;}
  100% {left: 170px;}
}

.footer{
  position: fixed;
  margin-right:auto;
  margin-left:auto;
  height:40px;
  width:100px;
  background: #FFFCEB;
  box-shadow: 0 0 7px 7px #FFFCEB;
  text-align:center;
  color: #FF8F8C;
  transform: translateY(1810%) translateX(550%);
  overflow:hidden;
}

.footerbuttons{
  position:fixed;
  margin-right:auto;
  margin-left:auto;
  height:30px;
  width:500px;
  float:left;
  background:transparent;
  transform:translateY(2250%) translateX(68%);
}


.neighborsmarquee {
  animation-timing-function: linear;
  height: 30px;
  position: relative;
  animation: mymove 15s infinite;
  animation-fill-mode: forwards;
  
}

.neighborsmarquee:hover, .neighborsmarquee:focus {
    animation-play-state: paused;
}
    
@keyframes mymove {
  0% {left: 0px;}
  50% {left: 400px;}
  100% {left: 0px;}
}
  
.guestbook{
  position:relative;
  margin-right:auto;
  margin-left:auto;
  float:left;
  height:75px;
  width:75px;
  border: none;
  background: transparent;
  transform:translateX(1500%) translateY(175%);
}

.profilelink{
  position:relative;
  margin-right:auto;
  margin-left:auto;
  height:75px;
  width:75px;
  float:left;
  transform:translateX(1400%) translateY(300%);
}

body{
  background-image: url(graphics/weepingwillowsdithered1resize.png);
  cursor: url('garfcursor.png'),auto;
  background-repeat:no-repeat;
  background-size: cover;
  color: #22423a;
  font-family: ms gothic;
}

p {
  margin:15px;
  text-align:center;
  color:#F24541;
}

.myul{
   display: inline-block;
  text-align: left;
   list-style-type: none;
    margin: 10px;
  overflow: hidden;
}

li {
  float:left;
}