body {
    background: rgb(236,236,236);
    background: radial-gradient(circle, rgba(236,236,236,1) 0%, rgba(185,185,185,1) 100%);
    animation: fadein 2s;
    background: url("/images/woodbg2.jpg");
    background-size:cover;
}

.link{
    /*background: url("/images/gray-wood.jpg");*/
    background-color: #d2d2d2;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
    text-decoration: none;
    text-align: center;
    position: relative;
    color: black;
    /*font-family: 'Courgette', cursive;*/
    font-family: 'Oswald', sans-serif;
    padding: 5px;
}


a.touchable:active{
    margin-top: 3px;
    margin-bottom: -3px;
    margin-left: 3px;
    margin-right: -3px;
    display: inline-block;
    width: 100%;
}
a.touchable .link:active{
    box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

a:hover{
    text-decoration: none;

}

.silverbutton{
    background: url("/images/silver-button.png");
    width: 15px;
    height: 15px;
    background-size: contain;
    position: absolute;
    margin-top: -8px;
}
.sb-tr{
    right: 10px;
    top: 10px;
}
.sb-tl{
    left: 10px;
    top: 10px;
}
.sb-mr{
    right: 10px;
    top: 50%;
}
.sb-ml{
    left: 10px;
    top: 50%;
}
.sb-br{
    right: 10px;
    bottom: 10px;
}
.sb-bl{
    left: 10px;
    bottom: 10px;
}

.frostedglass{
    border: 1px solid rgba(255,255,255,0.5);
    background: rgba(255,255,255,0.75);
    box-shadow: 3px 3px 4px rgba(0,0,0,0.4);
    position: relative;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.framed-image{
    overflow: hidden;
    position: relative;
    margin: -5px;
    background: #ececec;
}

.x100{
    width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px;
}

.x100 img{
    width: 100%;
}