

@font-face { font-family: "pixel";
    src: url('pixel.eot'),
         url('pixel.eot?#iefix') format('embedded-opentype');}
 
@font-face { font-family: "pixel";
    src: url('pixel.woff'),
         url('pixel.ttf') format("truetype");}
 
html { height: 100%;}
 
body {
    background:#a9e4f7;
    color:#ffffff;
    font-size:16px;
    font-family: 'pixel',Arial, sans-serif;
background: #a9e4f7; /* Old browsers */
background: -moz-linear-gradient(top,  #a9e4f7 0%, #ebfdff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #a9e4f7 0%,#ebfdff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #a9e4f7 0%,#ebfdff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9e4f7', endColorstr='#ebfdff',GradientType=0 ); /* IE6-9 */
    }
    
    
.outercontainer {
    padding-top:2%;
    width:100%;
    height:100%;
    overflow: hidden;
}

.header {
    width:100%-6px;
    font-size:20px;
    border-style: solid;
    border-color:#976D31;
    border-width:3px 3px 0px 3px;
    text-align: center;
    padding-bottom:10px;
    line-height: 0px;
    padding-bottom:15px;
}

    
.menucontainer {
    width:100%-6px;
    height:100%;
    overflow: hidden;
    border-style: solid;
    border-color:#976D31;
    border-width:3px;
}

.menu {
    width:192px;
    font-size: 22px;
    border-style: solid;
    border-color:#976D31;
    border-width:0 3px 0 0;
    display:inline;
    float:left;
    margin-right:1%;
    letter-spacing:2px;
}

.desc {
    height:100%;
    padding:10px 10px 10px 0;
}

.container {
    width:80%;
    top:400px;
    margin-left:auto;
    margin-right:auto;
    border-style: solid;
border-width: 18px;
-moz-border-image: url(images/border.png) 18 stretch;
-webkit-border-image: url(images/border.png) 18 stretch;
-o-border-image: url(images/border.png) 18 stretch;
border-image: url(images/border.png) 18 fill stretch;
}

.content {
	max-height:55vh;
	overflow:auto;
    padding:15px;
    width:100%-6px;
    border-style: solid;
    border-color:#976D31;
    border-width:0px 3px 3px 3px;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

h1 {
    font-size: 48px;
    line-height: 0px;
    letter-spacing:4px;
    font-weight:normal;
}
    
h2 {
    font-size: 22px;
    line-height: 0px;
    letter-spacing:2px;
     font-weight:normal;
}
	
a {
    color:#A8A8A8;
    text-decoration:none;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

a:hover {
    color: #ffffff;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

#footer {
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:96px; 
    background-image: url(images/grass.png);
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-position: center bottom;
    z-index: -2;
}


.buzz  {
    z-index: -1;
	position: fixed;
	bottom:1%;
    left:1%;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}
.buzz:hover  {
    z-index: -1;
    -ms-transform: rotate(-30deg) translate(100vw,0px) scale(0); /* IE 9 */
    -o-transform: rotate(-30deg) translate(100vw,0px) scale(0); /* IE 9 */
    -webkit-transform: rotate(-30deg) translate(100vw,0px) scale(0); /* Chrome, Safari, Opera */
    transform: rotate(-30deg) translate(100vw,0px) scale(0);
    -moz-transition-duration: 20s;
    -o-transition-duration: 20s;
    -webkit-transition-duration: 20s;
    transition-duration: 20s;
}

.masonry { /* Masonry container */
-webkit-column-count: 4;
-webkit-column-gap: 1em;
-moz-column-count: 4;
-moz-column-gap: 1em;
-moz-column-fill:balance;
column-count: 4;
column-gap: 1em;
}

div.img {
    margin: 0 0 1em;
    border: 3px solid #EBAB4E;
    width: 100%;
    display: inline-block;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

div.img:hover {
    border: 3px solid #976D31;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

div.img img {
    max-width: 100%;
	max-height: 400px;
	width: auto;
    height: auto;
    margin:0 auto;
	display: block;
}

div.desc {
    padding: 15px;
    text-align: center;
}