* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: 'kata_bidalanregular';
    src: url('../fonts/katabidalan-webfont.eot');
    src: url('../fonts/katabidalan-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/katabidalan-webfont.woff2') format('woff2'),
         url('../fonts/katabidalan-webfont.woff') format('woff'),
         url('../fonts/katabidalan-webfont.ttf') format('truetype'),
         url('../fonts/katabidalan-webfont.svg#kata_bidalanregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


html, body {
    font-family: Consolas, monospace;
    background: #FFF;
    padding: 0;
    margin: 0;
    font-family: 'kata_bidalanregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

#bg {
    background: url(../img/branches.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background:#000;
}

/* Demo */

#menu {
    position: absolute;
    width: 100%;
    top:15px;
    left:0;
    z-index: 5;
    height:30px;
    text-align: center;
}

#menu p {
    font-size: 25px;
}

#menu a {
    color:#000;
    text-decoration: none;
    margin:0px 10px;
}

#wrapper {
    position: absolute;
    top:50%;
    margin-top:-320px;
    left:0;
    width: 100%;
}

.quotes {
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
    top: 20px;
    height:600px;
    overflow-y: scroll; /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;

}

.box {
    background: #FFF;
    padding: 40px;
    margin: 0 auto;
    width: 95%;
    color: #333;
    height:600px;
    text-align: center;
    display: table;
     -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
    backface-visibility: hidden;
}

.box p {
    font-size: 25px;
    letter-spacing: 1px;
}

.post {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.shading {
    pointer-events:none;
}

.main-img {
    width: 500px;
    margin:auto;
    -webkit-filter: drop-shadow(1px 1px 5px rgba(0,0,0,.2));
    filter: drop-shadow(1px 1px 5px rgba(0,0,0,.2));
}

#album {
    display: table;
}

#img-wrap {
    display: table-cell;
    vertical-align: middle;
}

.cover-img {
    width: 460px;
    margin-top: -50px;
    -webkit-filter: drop-shadow(1px 1px 5px rgba(0,0,0,.2));
    filter: drop-shadow(1px 1px 5px rgba(0,0,0,.2));
}

#av h2 {
    text-align: center;
    width: 100%;
    left: 0;
    position: absolute;
}

.videowrap {
    width: 3%;
    margin: auto;
    visibility: hidden;
}

.vidlogo {
    width: 30%;
    display: inline-block;
    cursor: pointer;
    margin:1%;
}

.vidlogo img {
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-filter: drop-shadow(1px 1px 5px rgba(0,0,0,.2));
    filter: drop-shadow(1px 1px 5px rgba(0,0,0,.2));
}

.vidlogo img:active {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

.tour-dates {
    max-height:500px;
    overflow: scroll;
}

.social {
    list-style-type: none;
    line-height: 40px;
    padding:0px;
}

.social li {
    display: inline-block;
    font-size: 33px;
    margin: 0px 13px;
    color: #000;
    text-shadow: 1px 1px 5px rgba(0,0,0,.2);
}

.social li a {
    color:#000;
    text-decoration: none;
}

.top-text {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 40px;
    left: 0;
    font-size: 25px;
    margin: 0px;
}


#bottom-text {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom:20px;
    left:0;
}

#bottem-text h3 {
    margin:0 auto;
}

.tour-title {
    margin:auto;
    margin-top:-30px;
}

.gold {
    color:#f59c1e;
    text-decoration: none;
}

.terrible {
    width: 80px;
    margin-top: 40px;
    position: absolute;
    margin: auto;
    left: 50%;
    margin-left: -42px;
    margin-top: 20px;
}

#videoWrapper {
    display: none;
}

#videoWrapper2 {
    display: none;
}

#videoWrapper3 {
    display: none;
}

#videoWrapper iframe,
#videoWrapper2 iframe,
#videoWrapper3 iframe {
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height: 100%
}

.close-vid {
    position: fixed;
    top:30px;
    right: 30px;
    font-size:40px;
    color:#fff;
    cursor: pointer;
}

.close-vid.close2 {
    color:#444;
}

@media screen and (max-width: 500px) {
    #wrapper {
        position: relative;
        top:0;
        margin:0 auto;

    }
    #bottom-text {
        width: 90%;
        left:5%;
        line-height: 30px;
    }
    #album {
        height:470px;
        background:#e5e5e5;
    }
    #av {
        height:800px;
    }
    #tour {
        background:#e5e5e5;
    }
    #av h2 {
        top:10px;
    }
    .vidlogo {
        width: 100%;
    }
    .vidlogo p {
        font-size: 22px;
        margin-top:5px;
    }
    .tour-title {
        margin-bottom:40px;
        margin-top:0px;
    }
    #follow {
        margin-bottom:100px;
    }

    .box {
        width: 100%;
        visibility: visible !important;
        -webkit-transform: initial !important;
        transform: initial !important;
        height:auto;
    }
    #menu {
        top:80px;
        width: 90%;
        margin:auto;
        left:5%;
        display: none;
    }
    #menu p {
        font-size: 20px;
        line-height: 35px;
    }
    .shading {
        display: none !important;
    }
    .main-img {
        width: 100%;
    }
    .cover-img {
        width: 100%;
        margin-top:-70px;
    }
    .social li {
        margin:0px 23px;
    }
}




