* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    scrollbar-color: #E5C6C7 black;
    }

body {
    background-color: black;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #E5C6C7;
    font-family: 'Berkshire Swash';
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.black {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,1+0,1+30,0+100 */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.8) 5%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.8) 5%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.8) 5%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000', GradientType=1);
    /* IE6-9 */
}

nav {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 1vw;
    font-size: 4vh;
    z-index: 100;
}

nav div {
    color: rgb(197, 101, 106);
    height: 5.5vh;
    padding-left: 2vw;
    margin-bottom: 1vh;
}

.mobileMenu {
    width: 100%;
    position: absolute;
    font-size: 8vh;
    text-align: center;
    line-height: 14vh;
    margin: 0px;
    padding: 0px;
    display: block;
}

.mobileMenu div {
    height: 10vh;
    padding-left: 0px;
}

a {
    text-decoration: none;
    color: #e5c6c7;
}

a:visited {
    text-decoration: none;
    color: #E5C6C7;
}

a:hover {
    text-decoration: none;
    text-shadow: 0px 0px 10px #E5C6C7;
    animation-name: glow;
    animation-duration: 350ms;
}

@keyframes makeOpaque {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

@keyframes glow {
    0%{
        text-shadow: none;
    }
    100% {
        text-shadow: 0px 0px 10px #E5C6C7;
    }
}

.textcontainer, .gigs {
    font-family: 'Tahoma', 'Arial';
}

.textcontainer {
    position: absolute;
    top: 5%;
    left: 50%;
    width: 45%;
    color: #E5C6C7;
    font-size: 2vh;
    transform: translateX(-50%);
    line-height: 160%;
}

h1, h2 {
    color: rgb(197, 101, 106);
}

h1 {
    font-size: 3vh;
}

h2 {
    font-size: 2.5vh;
}

.covercontainer {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45%;
    color: #E5C6C7;
    font-size: 2vh;
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 100%;
}

.scrollcontainer {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.video {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 45%;
    height: 55%;
}

.music {
    max-width: 700px;
    /* max-height: 100%; */
    min-width: 170px;
    min-height:312px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50vw;
    /* height: calc(); */
}

.gigs {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 45%;
}

#background {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    opacity: 1;
    transition: 2s opacity;
}

#background.fade-out {
    opacity: 0;
    transition: none;
}

.gallery {
    position: relative;
    width: 45%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fog {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
}

.fogcontainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
}

.cover {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    max-height: 85vh;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.coverLink:hover {
    animation-iteration-count: 0;
    opacity: 1;
}

.coverlinks {
    text-align: center;
    font-size: 3vh;
}

.menulink {
    display: none;
    position: absolute;
    z-index: 100;
    top: 1%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 5vh;
}
/* only screen and (max-width:950px), */
@media  only screen and (orientation:portrait) {
    .menulink {
        display: block;
        font-size: 10vw;
    }
    h1 {
        font-size: 6vw;
    }
    h2 {
        font-size: 5vw;
    }
    .cover {
        max-width: 100%;
        max-height: 85vh;
        top: 0;
    }
    .gallery {
        width: 100%;
        height: 80%;
    }
    .gigs {
        width: 100%;
        height: 80%;
    }
    .video {
        width: 100%;
        height: 80%;
    }

    .music {
        transform: translate(-50%, -42%);
        max-width: 700px;
        max-width: 90%;
        max-height: 820px;
        min-width: 170px;
        min-height:312px;
        width: 100vw;
        /* height: calc(100vw * 1.1714); */
    }
    .scrollcontainer {
        top: 10%;
        left: 0;
        height: 90%;
    }
    .covercontainer {
        top: 55%;
        width: 98%;
        text-align: justify;
    }
    .textcontainer {
        width: 95%;
        font-size: 4vw;
    }
    .black {
        display: none;
    }
    nav {
        display: none;
    }
    .coverlinks {
        font-size: 6vw;
    }
}