@font-face {
    font-family: Delicious;
    src: url("../font/Delicious.otf");
}

body{
    background-color:#c3e0e0;
    width: 100%;
    overflow-x: hidden;
}

h1{
    font-family: 'Concert One', cursive;
    
}

.menu-bar{
    position: absolute;
    height: 100px;
}

.webmenu-image{
    position: fixed;
    overflow: hidden;
    background-image: url('/media/webmenu1.gif') ; 
    background-repeat: no-repeat;
    width: 215px;
    height: 100%;
    left:0;
    top:0;
    z-index: 1; 
}

.webmenu-plant{
    position: fixed;
    overflow: hidden;
    background-image: url('/media/webmenu-plant.gif') ; 
    background-repeat: no-repeat;
    width: 215px;
    height: 100%;
    left:0;
    top:45px;
    z-index: 1;
    
}

.webmenu-bird{
    position: fixed;
    overflow: hidden;
    background-image: url('/media/webmenu-bird_2.gif') ; 
    background-repeat: no-repeat;
    width: 265px;
    height: 100%;
    left:-40px;
    top:0;
    z-index: 1;
    
}

.hide{
    position:fixed;
    height: 70px;
    width: 140px;
    top:0;
    left: 0px;
    background-image: url('/media/webmenu-flag_2.gif');
    background-repeat: no-repeat;
   /** background-color: orangered; **/
    margin-left:140px;
     z-index: 3;
}


.expand{
    position: fixed;
   /** box-shadow: -1px -10px 60px 2px #888888;**/
    font-size: 1.5em;
    opacity: 1;
    top:0;
    left: 0;
    width: 200px;
    margin-left:0px;
     z-index: 2;
    
}

.expand ul{
    position: relative;
    width: 180px;
    top:100px;
    left:-10px;
    list-style: none;

}

.expand ul li a:nth-child(1){
    text-align: left;
}

.expand ul li ul li a{
    text-align: center !important;
}

.expand a{
    display: block;
	text-decoration: none;
	font-family: Delicious;
    text-shadow: -3px 0 black, 0 2px black, 3px 0 black, 0 -2px black;
	text-align: center;
    padding:5px 5px;
	color: white;

	}

.expand li:hover > a{
    background-color: aliceblue;
	color: gray;
    border-radius: 8px;
	}


.expand ul ul{
    position:absolute;
    top: 0;
    left: 0;
    width: 120%;
    border-radius: 10px;
    visibility: hidden;
    opacity:1;
    padding: 0px 0px 0px 10px;
    margin: -64px 0px 0px 0px;
    background-color:#F38630;
    transition: transform 0.2s;
    transform: translateX(30px);
    z-index: 10;
}

.expand ul li:hover > ul{
    left: 75%;
    top: 20%;
    opacity: 1;
    visibility: visible;
    transform: translateX(-15px);
    z-index: 10;
}

.expand ul li ul li:hover > ul{
    top: 0px;
    opacity: 1;
    visibility: visible;
    transform: translateX(-10px);
}

.container{
    position:relative;
    max-width: 120%;
    left: 0px;
    top: 0;
    z-index: 0;
}



/**content panels**/

#Otter-Bash, #Head-Bash, #Agony-Bound, #Commissions, #Town-Entry, #Demonic-House, #Fish-City, #Doge-Nook, #Grad-2008 {
    position:absolute;
    display: none;
    opacity: 0;
    top:-10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    height: 100%;
    text-align: center;
    padding-left: 150px;
    padding-bottom: auto;
    z-index: 15 !important;
}

#Otter-Bash:target, #Head-Bash:target, #Agony-Bound:target, #Commissions:target, #Town-Entry:target, #Demonic-House:target, #Fish-City:target, #Doge-Nook:target, #Grad-2008:target,  .container{
    display: block;
    opacity: 1;
    -webkit-animation: fadeIn 3s;
    animation:fadeIn 2s;
}

.container a{
	display:inline-block;
    text-decoration: none !important;
    color: darkgrey;
	border: 2px solid #466e74;
	padding:2px;
	margin:4px;
	height:auto;
	}

.container img{
    margin-bottom: -4px;
}
	
.container p{
    border: none;
	font-family: Concert One', cursive;;
	font-weight:bold;
	font-size:1.5em;
	display:block;
	margin:0;
	padding:10px 0px 10px 0px;
	}

.insides div{
    display: inline-block;
    
}

.insides img{
    height: 100px;
}

/**content panel ends**/

/**Content Individuals**/

#Trart, #sfitems, #contact, .farts {
    position:absolute;
    top:-10px;
    left: 0px;
    right: 0;
    margin: auto;
    width: 80%;
    height: 100%;
    text-align: center;
    padding-left: 150px;
    z-index: 15 !important;
}

.farts {
    position:absolute;
    top: 10px;
    left: -5%;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-left: 150px;
    z-index: 15 !important;
}

.farts img {
    width: 80%;
    padding: 1px;
    margin-bottom: 50px;
    border: 5px solid;
}

.portfolio {
    position:absolute;
    top:-10px;
    left: 0px;
    right: 0;
    margin: auto;
    width: 80%;
    height: 100%;
    text-align: center;
    padding-left: 150px;
    padding-bottom: auto;
    z-index: 15 !important;
}

#contact{
    top: 100px;
    left: -200px;
}

#contact a{
    border: none !important;
}

.main-page{
    position:absolute;
    top:-10px;
    left: 0px;
    right: 0;
    margin: auto;
    width: 80%;
    height: 100%;
    text-align: center;
    padding-left: 150px;
    z-index: 15 !important;
}

#Head-Bash{
    max-width: 800px;
}

#Head-Bash a{
    width:250px;
    margin-top:150px;
    border:none !important
}


#buyem a, #Agony-Bound a{
    border:none !important;
}

#buyem a{
    color: cadetblue;
}

#mail a{
    font-size: .8em;
}

.icon-link{
    margin-left: 45px;
    width: 100px;
}

.icon-link img{
    width: 80px;
}

.icon-link img:hover{
    width: 100px;
}

#playbtn{
    position: relative;
    width: 178px;
    height: 100px;
    top: 12px;
}

#playbtn > *{
    position: absolute;
    display: block;
    
}

#playimg{
    left:40px;
    opacity: 0.7;
}

#str178{
    width: 178px;
}

.mail {
    height: 150px;
    width: 100px;
    margin: 60% 0 0 50px;
   /** background-color: white;
  -webkit-animation: animation 1000ms linear infinite both;
  animation: animation 1000ms linear infinite both;**/
}

.latest{ 
    position:relative;
    min-width: 1000px;
    width: 115%;
    max-width:120%; 
    height:1000px !important;
    left:-100px;
    float:left;
    overflow: hidden;
}

.latest > *{ 
    min-width: 100%;
    position:absolute; 
    left:0px; 
    top:0; 
    display: block;
}

.slide-title{
    position: absolute; 
    min-width: 400px;
    font-size: 3em;
    color: white;  
    left: 43%;
    z-index: 1;
    text-shadow: -3px 0 black, 0 3px black, 3px 0 black, 0 -3px black;
}

.slide-title a{
    color: aliceblue;
    border:none !important;
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
    and (orientation: portrait){
        
        #Otter-Bash, #Head-Bash, #Agony-Bound, #Commissions, #Town-Entry, #Demonic-House, #Fish-City, #Doge-Nook, #Grad-2008 {
    left: 60px;
    }
    
        #Head-Bash a{
            width: 150px;
            left:00px;
             margin-top: 30px;
        }
        
        #Head-Bash > img{
            width: 500px !important;
            left: 100px;
        }
        
        #Head-Bash h1{
            max-width: 400px !important;
            margin-left: 10px !important;
        }
        
        #playbtn {
            margin-left: -50px !important;
        }
        
        .farts {
    left: -0%;
}
        
        .farts img{
            width: 90%;
        }
        
    .latest{ 
    position:relative;
    min-width: 1000px;
        padding-right: 0px;
        margin-right: 0px;
    left: -200px;
    height:1000px !important;
}
        .latest img{
            margin-left: -400px;
        }
 
        .slide-title{
            margin-left: -180px;
        }
#Trart, #sfitems {
    left: 60px;
}


}



/* Generated with Bounce.js. Edit at https://goo.gl/sswYQ9 */

@-webkit-keyframes animation { 
  0% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  3.2% { -webkit-transform: matrix3d(0.763, 0.652, 0, 0, -0.501, 0.871, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.763, 0.652, 0, 0, -0.501, 0.871, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  4.3% { -webkit-transform: matrix3d(0.614, 0.797, 0, 0, -0.649, 0.768, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.614, 0.797, 0, 0, -0.649, 0.768, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  6.41% { -webkit-transform: matrix3d(0.325, 0.953, 0, 0, -0.853, 0.534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.325, 0.953, 0, 0, -0.853, 0.534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  8.61% { -webkit-transform: matrix3d(0.083, 1.002, 0, 0, -0.961, 0.296, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.083, 1.002, 0, 0, -0.961, 0.296, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  12.71% { -webkit-transform: matrix3d(-0.149, 0.992, 0, 0, -1.003, -0.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(-0.149, 0.992, 0, 0, -1.003, -0.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  12.91% { -webkit-transform: matrix3d(-0.154, 0.991, 0, 0, -1.003, -0.01, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(-0.154, 0.991, 0, 0, -1.003, -0.01, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  17.22% { -webkit-transform: matrix3d(-0.181, 0.984, 0, 0, -0.994, -0.111, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(-0.181, 0.984, 0, 0, -0.994, -0.111, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  18.92% { -webkit-transform: matrix3d(-0.163, 0.987, 0, 0, -0.994, -0.116, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(-0.163, 0.987, 0, 0, -0.994, -0.116, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  25.23% { -webkit-transform: matrix3d(-0.066, 0.998, 0, 0, -0.998, -0.067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(-0.066, 0.998, 0, 0, -0.998, -0.067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  28.33% { -webkit-transform: matrix3d(-0.028, 1, 0, 0, -0.999, -0.037, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(-0.028, 1, 0, 0, -0.999, -0.037, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  31.43% { -webkit-transform: matrix3d(-0.004, 1, 0, 0, -1, -0.015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(-0.004, 1, 0, 0, -1, -0.015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  39.44% { -webkit-transform: matrix3d(0.013, 1, 0, 0, -1, 0.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.013, 1, 0, 0, -1, 0.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  56.46% { -webkit-transform: matrix3d(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  61.66% { -webkit-transform: matrix3d(-0.001, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(-0.001, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  81.48% { -webkit-transform: matrix3d(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  83.98% { -webkit-transform: matrix3d(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% { -webkit-transform: matrix3d(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 
}

@keyframes animation { 
  0% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  3.2% { -webkit-transform: matrix3d(0.763, 0.652, 0, 0, -0.501, 0.871, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.763, 0.652, 0, 0, -0.501, 0.871, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  4.3% { -webkit-transform: matrix3d(0.614, 0.797, 0, 0, -0.649, 0.768, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.614, 0.797, 0, 0, -0.649, 0.768, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  6.41% { -webkit-transform: matrix3d(0.325, 0.953, 0, 0, -0.853, 0.534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.325, 0.953, 0, 0, -0.853, 0.534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  8.61% { -webkit-transform: matrix3d(0.083, 1.002, 0, 0, -0.961, 0.296, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.083, 1.002, 0, 0, -0.961, 0.296, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  12.71% { -webkit-transform: matrix3d(-0.149, 0.992, 0, 0, -1.003, -0.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(-0.149, 0.992, 0, 0, -1.003, -0.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  12.91% { -webkit-transform: matrix3d(-0.154, 0.991, 0, 0, -1.003, -0.01, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(-0.154, 0.991, 0, 0, -1.003, -0.01, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  17.22% { -webkit-transform: matrix3d(-0.181, 0.984, 0, 0, -0.994, -0.111, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(-0.181, 0.984, 0, 0, -0.994, -0.111, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  18.92% { -webkit-transform: matrix3d(-0.163, 0.987, 0, 0, -0.994, -0.116, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(-0.163, 0.987, 0, 0, -0.994, -0.116, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  25.23% { -webkit-transform: matrix3d(-0.066, 0.998, 0, 0, -0.998, -0.067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(-0.066, 0.998, 0, 0, -0.998, -0.067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  28.33% { -webkit-transform: matrix3d(-0.028, 1, 0, 0, -0.999, -0.037, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(-0.028, 1, 0, 0, -0.999, -0.037, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  31.43% { -webkit-transform: matrix3d(-0.004, 1, 0, 0, -1, -0.015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(-0.004, 1, 0, 0, -1, -0.015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  39.44% { -webkit-transform: matrix3d(0.013, 1, 0, 0, -1, 0.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.013, 1, 0, 0, -1, 0.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  56.46% { -webkit-transform: matrix3d(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  61.66% { -webkit-transform: matrix3d(-0.001, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(-0.001, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  81.48% { -webkit-transform: matrix3d(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  83.98% { -webkit-transform: matrix3d(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% { -webkit-transform: matrix3d(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 
}

