body{
    max-height: 1493px;
}

.game-area{
    background-position-y: 101%;
    background-image: url(../media/home-trees-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: skyblue;
}

#game-area-bg{
    display: none;
    position: fixed;
    z-index: 0;
}

.game-area .games-background-img{
    vertical-align: middle;
    border-style: none;
    position: absolute;
    z-index: 0;
    bottom: 126px;
    left: -7px;
    width: 105vw;
}

.rope-border{
    background-image: url('../media/game-border.svg');
    background-repeat: no-repeat;
    margin: 0 auto;
    background-size: 100%;
}

.game-panel{
    background-color: #EAD1B3;
    border-radius: 65px;
    background-size: 100%;
    margin: 0 auto;
    position: relative;
}

.game-menu{
    background-image: url('../media/header-wood-background.png');
    background-color: #410101;
    width: 100vw;
    overflow: visible;
    box-shadow: 0px -5px 21px black;
}

#game-menu-cows{
    position: relative;
}

#game-menu-logo{
    width: auto;
    position: relative;
}


.game-menu a{
    color: lightyellow;
    font-family: Twiddle;
}

#game-menu-nav{
    margin: 0 auto;
    display: flex;
    align-content: space-around;
}

.game-menu-item{
    background-image: url(../media/menu-wood-panel.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 115px;
    width: 25vw;
    position: relative;
    display: inline-block;
}

.rope-border{
    height: 655px;
    width: 100vw;
    background-size: 100%;
    margin: 0 auto;
}

.game-panel{
    height: 602px;
    width: 96vw;
    background-size: 100%;
    margin: 0 auto;
    top: 17px;
    position: relative;
    border-radius: 30px
}

#cowboy{
    position: absolute;
    width: auto;
    z-index: 10;
    transform: scaleX(-1);
}

#cow{
    position: absolute;
    width: auto;
    z-index: 10;
}

#learning{
    text-align: center;
    color: lightyellow !important;
    padding: 20px 0;
}

#learning h3{
    font-family: Twiddle;
    color: lightyellow !important;
}

#tccw{

}

#tccw-info{
    /*font-family: Arvo;*/
    font-style: italic;
}

#sponsor{
    font-style: italic;
}

#standing-cow{
    position: relative;
    display: none !important;
}

#grass-cow{
    position: relative;
    display: none !important;
}

@media(max-width: 599px){
    .game-area {
        height: 400px;
    }

    .rope-border{
        height: 225px;
        width: 320px;
    }

    .game-panel{
        height: 214px;
        width: 308px;
        border-radius: 10px;
        top: 6px;
    }

    #cowboy{
        height: 400px;
        left: 710px;
        top: 575px;
    }

    #cow{
        top: 680px;
        height: 180px;
        left: -161px;
    }

    .game-menu {
        width: 100vw;
        overflow: hidden;
        background-position-x: -6vw;
        background-size: 108vw 51px;
    }

    #game-menu-nav{
        max-width: 320px;
         display: initial;
    }

    #game-menu-logo{
        display: none;
    }

    .game-menu-item{
        height: 75PX;
        width: 290px;
        text-align: center;
        padding: 0;
        margin: 0 auto;
        display: block;
        background-size: 100% 75PX;
    }

    .game-menu-item a{
        font-size: 16px;
        line-height: 5.5;
    }

    #game-menu-cows{
        display: none;
    }

    #learning h3 {
        font-size: 20px;
    }

    #standing-cow{
        display: none;
        transform: scaleX(-1);
        bottom: -208px;
        height: 204px;
        right: -135px;
    }

    #grass-cow{
        display: none;
        height: 220px;
        bottom: -243px;
        left: -140px;
    }
}

@media (min-width: 600px){
/*@media (orientation: portrait) and (min-device-width: 600px), screen and  (min-width: 600px){*/
    .game-area{
        background-position-y: 101%;
    }

    .rope-border{
        height: 460px;
        width: 600px;
    }

    .game-panel{
        height: 401px;
        width: 576px;
        border-radius: 18px;
        top: 12px;
    }

    #cowboy{
        height: 400px;
        left: 710px;
        top: 575px;
    }

    #cow{
        top: 680px;
        height: 180px;
        left: -161px;
    }

    #game-menu-nav{
        max-width: 550px;
    }

    #game-menu-logo{
        display: none;
    }

    .game-menu-item{
        height: 120px;
        width: 250px;
        text-align: center;
        padding: 50px 30px;
    }

    .game-menu-right{
        /*display: flex;*/
        /*justify-content: space-between;*/
    }

    .game-menu-left{
        /*display: flex;*/
        /*justify-content: space-between;*/
    }

    .game-menu a{
        font-size: 20px;
    }

    #standing-cow{
        display: none;
        transform: scaleX(-1);
        bottom: -208px;
        height: 204px;
        right: -135px;
    }

    #grass-cow{
        display: none;
        height: 220px;
        bottom: -243px;
        left: -140px;
    }

}

@media(min-width: 900px){
    /*@media (orientation: landscape) and (min-device-width: 900px), all and (min-width: 900px){*/
    .game-area{
        padding-bottom: 50px;
    }
    .rope-border{
        height: 655px;
        width: 900px;
        background-size: 100%;
        margin: 0 auto;
    }

    .game-panel{
        height: 602px;
        width: 864px;
        background-size: 100%;
        margin: 0 auto;
        top: 17px;
        position: relative;
        border-radius: 30px
    }

    #cowboy{
        height: 400px;
        left: 710px;
        top: 575px;
    }

    #cow{
        top: 680px;
        height: 180px;
        left: -161px;
    }

    .game-menu{
        /*height: 575px;*/
        background-size: 120vw 185px;
        background-position-x: -5vw;
        background-position-y: -2vh;
    }

    #game-menu-cows{
        width: 100vw;
        top: -270px;
        overflow: hidden;
    }

    #game-menu-logo{
        display: initial;
        width: auto;
        height: 284px;
        bottom: 56px;
    }


    #game-menu-nav{
        max-width: 860px;
        /*margin: 0 auto;*/
        display: flex;
        justify-content: space-between;
    }

    .game-menu-item{
        height: 116px;
        width: 230px;
        text-align: center;
        padding: 50px 30px;
    }

    .game-menu-right{
        width: 250px;
    }

    .game-menu-left{
        width: 250px;
    }

    .game-menu a{

    }

    #standing-cow{
        display: inline;
        transform: scaleX(-1);
        bottom: 300px;
        height: 204px;
        left: calc(68vw - 132px);
    }

    #grass-cow{
        display: inline;
        height: 220px;
        bottom: 277px;
        left: calc(7vw - 128px);
    }
}

/*@media (min-width: 1200px){*/
@media (min-width: 1200px){
    .game-area{
        padding-bottom: 75px;
    }

    .rope-border{
        height: 732px;
        width: 1040px;
        background-size: 100%;
    }

    .game-panel{
        height: 694px;
        width: 1000px;
        border-radius: 35px;
        top: 20px;
    }

    .game-menu{
        /*height: 700px;*/
    }

    #game-menu-nav{
        max-width: 1150px;
    }

    #game-menu-logo {
        height: 360px;
        bottom: 56px;
    }

    .game-menu-item{
        height: 160px;
        width: 300px;
        text-align: center;
        padding: 64px 30px;
    }

    .game-menu-right{
        width: 350px;
    }

    .game-menu-left{
        width: 350px;
    }

    .game-menu a{
        font-size: 24px;
    }

    #learning{
        width: 615px;
        margin: 0 auto;
    }

    #learning h3{
        font-size: 36px;
    }

    #standing-cow{
        display: inline;
        transform: scaleX(-1);
        bottom: 399px;
        height: 343px;
        left: calc(55vw - 132px);
    }

    #grass-cow{
        display: inline;
        height: 330px;
        bottom: 362px;
        left: calc(4vw - 128px);
    }

}

