@font-face {
    font-family: 'AC';
    src: url('/fonts/FinkHeavy.ttf');
}

body {
    font-family: AC, comic sans ms;
    font-size: 16px;
    background-color: #a7d1c9;
    height:100%;
}

a {
    color:brown;
}

.sidebar {
    width: 100px;
    float: left;
    height: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    overflow-x: hidden;
    padding: 10px;
}

.signpost {
    width: 15px;
    margin-left:25px;
    position: fixed;
    z-index: -1;
    top:10px;
    height:300px;
    background-color: #d9ba79;
    border: 2px solid #8b6665fe;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.bottomBar {
    width: 100%;
    top: 225px;
    position: fixed;
    z-index: -1;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    padding: 10px;
    background-color: #8dbc83;
    /* background-image: url('images/grassbg.png');
    background-size:100px; */
}

.navlink {
    margin-left:10px;
    transition-duration: 1s;
    display: block;
    height:20px;
    width:fit-content;
    padding: 7px;
    margin-top:5px;
    padding-right:20px;
    background-color: #dec590;
    text-decoration: none;
    border: 2px solid #915e4c;
    border-radius: 0 25% 25% 0;
    -webkit-border-radius: 0 25% 25% 0;
    -moz-border-radius: 0 25% 25% 0;
    -ms-border-radius: 0 25% 25% 0;
    -o-border-radius: 0 25% 25% 0;
}

.navlink:hover, .navlink.active{
    margin-left: 20px;
}

.navlinkBack {
    margin-left:-5x;
    transition-duration: 1s;
    display: block;
    height:20px;
    width:fit-content;
    text-align: right;
    padding: 7px;
    margin-top:5px;
    padding-left:20px;
    background-color: #dec590;
    text-decoration: none;
    border: 2px solid #915e4c;
    border-radius:25% 0 0 25%;
    -webkit-border-radius:25% 0 0 25%;
    -moz-border-radius:25% 0 0 25%;
    -ms-border-radius:25% 0 0 25%;
    -o-border-radius:25% 0 0 25%;
}

.navlinkBack:hover, .navlinkBack.active{
    margin-left: -10px;
}

.bullbird {
    margin-left:400px;
    position:absolute;
}

.pin {
    margin-left:250px;
    margin-top:80px;
    position: absolute;
}
.board {
    background-color: burlywood;
    margin-top:100px;
    border: 2px solid brown;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding:10px;
    width: 500px;
}
.container {
    width: 100%;
}
.container1 {
    float: left;
    margin-left:150px;
}
.content {
    width:480px;
    border-radius:5px;
    margin:auto;
    padding: 10px;
    background-color: wheat;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
}


.game {
    width:200px;
    margin-top:108px;
}
.game:hover {
    width:300px;
    margin-top:0;
}
.games {
    position:absolute;
    margin-left:50px;
    margin-top:100px;
}