#wrap {
    position:absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom 0;
    font-family: Helvetica, Arial, sans-serif;
}


h1, h2 {
    font-weight: normal;
    letter-spacing:2px;
}

/* change title stuff here */
h1 {
    margin-top:10px;
    padding:5px;
    text-transform: uppercase;
}

a {
    outline: 0px!important;
    color: white;
    font-style: italic;
    text-decoration:none;
}


a:hover{
    font-style: normal;
    filter: blur(0px)!important;
    -webkit-filter: blur(0px)!important;
}

#menu {
    width: 100%;
    width:20%;
    margin-right:5%;
    float:left;
    text-align: center!important;
    z-index: 9;
    position: absolute;
}

#menu a.menu-item {
    display: block;
    font-size: 50px;
    cursor: pointer;
}

.menu-page-list li {
	background: #1c2e20;
}

.menu-page-list li:hover {
	background: transparent;
}

#content iframe {
	margin-bottom: 5px;
}

ul.menu-page-list {
    list-style-type: none;
    padding: 0px;
    display: none;
    margin-left: 25px;
}

ul.menu-page-list li {
    padding:2px;
}

#content{
   color: #CBab89;
    width: 70%;
    margin-left: 23%;
    z-index:1;
}

#content img {
        max-width:100%!important;
        height: auto!important;
        margin-bottom: 10px!important;
	margin-top:10px!important;
	padding: 0px!important;
        display: block!important;
        float: none!important;
}


body, body #wrap {
/*    -webkit-animation: bg 20s infinite;
    animation: bg 20s infinite;
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out; */
   background: #1c2e20;
   color: #CBab89;

}

body .menu-item, body a:visited, body #menu a, body a.menu-item:visited, body #menu h1 a, body #menu h1, body .menu-page-list a, body h2, #content a {
    /* link colors */
   color: #CBab89;
}

body #menu.too-tall {
	position: absolute!important;
}

/* RESPONSIVE */
@media only screen and (max-width: 1100px) {
    body .menu-page-list {
    	background: white;
    }

    body{
        font-size: 24px;
	    line-height: 38px;
    }

    #menu {
        width: 100%;
    }

    .scrolled {
        top: -90px;
    }

    #menu .menu-item {
        display:inline-block!important;
        width:18.5%;
	    font-size: 36px;
    }

    #menu .menu-item a{
        font-size: 34px;
    }

    #menu a.menu-item[href="/artists"] {
        display: none!important;
    }

    #content{
        float:none;
        display: block;
        width:90%;;
	    padding:5%;
	    padding-top: 0px;
        margin:auto;
        margin-top:150px;
    }

    #content img {
        max-width:110%!important;
	height: auto!important;
        margin-left:-5%;
	margin-bottom: 20px!important;
	display: block!important;
        float: none!important;
    }

    #content h2 {
        padding-left: 0px;
    }

    #content p {
	padding: 0px;
	width: 100%!important;
	margin-bottom: 32px!important;
    }

    h1 a {
        font-size: 36px;
    }

    h1 {
        margin-bottom: 20px;
    }

    ul.menu-page-list a {
        font-size:30px;
    }

    ul.menu-page-list {
        width: 100%;
        position: absolute;
        margin: 0px;
        margin-top: 10px;
    }

    ul.menu-page-list li {
        border-top: 1px solid white;
    }

    ul.menu-page-list li:last-of-type {
        border-bottom:1px solid white;
    }
}

