﻿body {
    background-image: url(../images/bg/bg_tree.jpg);

    @media screen and (max-width: 1000px) {
        background-image: url(../images/bg/bg_tree_extended.jpg);
    }
}


img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

/* ----------- SOCIAL BAR -----------*/
.socials {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    padding: 0;
    padding-top: 10px;
}

.social_list {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: inline-block;
}

.mobile_social_container {
    position: absolute;
    right: 1%;
}

.social_item {
    display: inline;
    padding: 0px;
    padding-right: 5px;
    padding-left: 5px;
}

#bc:hover {
    content: url(images/icons/bc_hover.png);
}
#ig:hover {
    content: url(images/icons/ig_hover.png);
}
#tt:hover {
    content: url(images/icons/tt_hover.png);
}
#yt:hover {
    content: url(images/icons/yt_hover.png);
}

/* ----------- LOGO / HEADER -----------*/
.logo {
    margin: auto;
    width: 60%;
    padding-top: 42px;
}
@media screen and (max-width: 1100px) { /* --- RESPONSIVE QUERIES --- CHANGE BODY FONT SIZE ON MOBILE --- */
    .logo {
        padding-top: 0px;
        width: 70%;
    }
}

.logo_left {
    margin: auto;
    width: 10%;
    min-width: 100px;
    padding-top: 0px;
    padding-left: 2%;
    display: inline-block;
}

.logo_left_mobile {
    display: none;
    width: 10%;
    min-width: 100px;
    padding-top: 0px;
    padding-left: 2%;
}

@media screen and (max-width: 1100px) { /* --- RESPONSIVE QUERIES --- SWITCH TO MOBILE MENU --- */
    .logo_left {
        display: none;
    }
    .logo_left_mobile {
        display: none;
    }
}

.header_center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 40px;
    padding-top: 15px;
    color: #FFFFFF;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 110px;
    font-weight: bold;
    font-style: italic;
    display: inline-block;
}
@media screen and (max-width: 1300px) { /* --- RESPONSIVE QUERIES --- CHANGE MENU ITEM FONT SIZE ON SMALLER SCREEN --- */
    .header_center {
        font-size: 95px;
    }
}

@media screen and (max-width: 1200px) { /* --- RESPONSIVE QUERIES --- CHANGE MENU ITEM FONT SIZE ON SMALLER SCREEN --- */
    .header_center {
        font-size: 80px;
    }
}
@media screen and (max-width: 1100px) { /* --- RESPONSIVE QUERIES --- SWITCH TO MOBILE MENU --- */
    .header_center {
        margin-top: 0px;
        padding-top: 0px;
        font-size: 60px;
    }
}
/* ----------- NAVIGATION BAR -----------*/
.navbar {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    margin-top: 0px;
    padding: 0px;
}

.navbar_right {
    position: absolute;
    right: 1%;
    margin: 0 auto;
    margin-top: 0px;
    padding: 0px;
    display: inline-block;
}

.mobile_menu {
    display: none;
}

@media screen and (max-width: 1100px) { /* --- RESPONSIVE QUERIES --- SWITCH TO MOBILE MENU --- */
    .socials {
        display: none;
    }
    .navbar {
      display: none;
    }
    .navbar_right {
        display: none;
    }
    .mobile_menu {
        margin: 0 auto;
        margin-top: 1%;
        padding: 0px;
        display: flex;
    }
}

/* ----------- MENU LIST/ITEM -----------*/
.menu_list {
    list-style: none;
    margin: 0 auto;
    margin-top: 18px;
    padding: 0;
    display: inline-block;
}

.off_screen_menu {
    background-color: #222222;
    height: 100vh;
    width: 100%;
    max-width: 450px;
    position: fixed;
    top: 0;
    left: -450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 3rem;
    transition: ease 0.4s;
    z-index: 0;
}

.off_screen_menu.active {
    left: 0;
    z-index: 10;
}

.ham_menu {
    height: 50px;
    width: 50px;
    left: 0;
    position: relative;
    z-index: 11;
}

.ham_menu span {
    height: 3px; 
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .3s ease;
}

.ham_menu span:nth-child(1) {
    top: 25%;
}
.ham_menu span:nth-child(3) {
    top: 75%;
}
.ham_menu span:nth-child(4) {
    opacity: 0;
    top: 50%;
}
.ham_menu span:nth-child(5) {
    opacity: 0;
    top: 75%;
}

.ham_menu.active span:nth-child(1) {
    top: 50%;
    transform: translate(-77%, 20%) rotate(75deg);
}
.ham_menu.active span:nth-child(2) {
    width: 65%;
    transform: translate(-10%, -330%) rotate(-50deg);
}
.ham_menu.active span:nth-child(3) {
    top: 50%;
    transform: translate(-90%, 50%) rotate(-90deg);
}
.ham_menu.active span:nth-child(4) {
    opacity: 1;
    top: 50%;
    transform: translate(-63%, 50%) rotate(90deg);
}
.ham_menu.active span:nth-child(5) {
    width: 65%;
    opacity: 1;
    transform: translate(-10%, 20%) rotate(50deg);
}

.menu_item {
    display: inline;
    padding: 0px;
    padding-right: 2px;
    padding-left: 5px;
}
.menu_item_mobile {
    display: block;
    padding: 0px;
}
.menu_item_i {
    display: inline;
    padding: 0px;
    padding-right: 2px;
    padding-left: 5px;
}

.menu_item a {
    text-decoration: none;
    color: #FFFFFF;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 20px;
}
.menu_item_mobile a {
    text-decoration: none;
    color: #FFFFFF;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 20px;
}
.menu_item_i a {
    text-decoration: none;
    color: #FFFFFF;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 20px;
}

.menu_item a:hover {
    color: #CCDDDD;
}
.menu_item_i a:hover {
    color: #CCDDDD;
}
.menu_item_mobile a:hover {
    color: #CCDDDD;
}
.menu_item a:active {
    color: #CCDDDD;
}
.menu_item_i a:active {
    color: #CCDDDD;
}
.menu_item_mobile a:active {
    color: #CCDDDD;
}

@media screen and (max-width: 1300px) { /* --- RESPONSIVE QUERIES --- CHANGE MENU ITEM FONT SIZE ON SMALLER SCREEN --- */
    .menu_item {
        padding-left: 2px;
    }
    .menu_item a {
        font-size: 18px;
    }
}

@media screen and (max-width: 1200px) { /* --- RESPONSIVE QUERIES --- CHANGE MENU ITEM FONT SIZE ON SMALLER SCREEN --- */
    .menu_item {
        padding-left: 2px;
    }
    .menu_item a {
        font-size: 16px;
    }
}

/* ----------- LATEST RELEASE -----------*/
.latest {
    margin-top: 50px;
    text-decoration: none;
    color: #FFFFFF;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 60px;
    font-weight: bold;
}
@media screen and (max-width: 1100px) { /* --- RESPONSIVE QUERIES --- CHANGE BODY FONT SIZE ON MOBILE --- */
    .latest {
        font-size: 50px;
        margin-top: 40px;
    }
}
@media screen and (max-width: 900px) { /* --- RESPONSIVE QUERIES --- CHANGE BODY FONT SIZE ON MOBILE --- */
    .latest {
        font-size: 40px;
        margin-top: 25px;
    }
}
@media screen and (max-width: 700px) { /* --- RESPONSIVE QUERIES --- CHANGE BODY FONT SIZE ON MOBILE --- */
    .latest {
        font-size: 30px;
    }
}
@media screen and (max-width: 900px) { /* --- RESPONSIVE QUERIES --- CHANGE BODY FONT SIZE ON MOBILE --- */
    #latest_img {
        width: 70vw;
    }
}

/* ----------- EMPTY BLOCK -----------*/
.empty_block {
    padding-top: 450px;
}

/* ----------- AUDIO SNIPPETS -----------*/
.snippet {
    display: inline;
    position: absolute;
}

/* ----------- BODY TEXT -----------*/
.body_text {
    text-decoration: none;
    color: #FFFFFF;
    font-family: 'Courier New', Courier, monospace;
    font-size: 20px;
    margin-top: 130px;
    margin-left: 10%;
    margin-right: 10%;
}

.body_text a {
    text-decoration: underline;
    color: #FFFFFF;
}

.bandcamp {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 140px;
}

@media screen and (max-width: 1100px) { /* --- RESPONSIVE QUERIES --- CHANGE BODY TOP MARGIN ON MOBILE --- */
    .body_text {
        margin-top: 130px;
        font-size: 18px;
    }
}

@media screen and (max-width: 900px) { /* --- RESPONSIVE QUERIES --- CHANGE BODY FONT SIZE ON MOBILE --- */
    .body_text {
        font-size: 16px;
    }
}