/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

@font-face {
    font-family: 'futura_md_btbold';
    src: url('../fonts/futurab-webfont.woff2') format('woff2'), url('../fonts/futurab-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'hurme_geometric_sans_2bold';
    src: url('../fonts/hurmegeometricsans2_bold-webfont.woff2') format('woff2'), url('../fonts/hurmegeometricsans2_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futurabook';
    src: url('../fonts/futuran-webfont.woff2') format('woff2'), url('../fonts/futuran-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    background: #f1f0eb;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* slightly enhanced, universal clearfix hack */

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}


/* start commented backslash hack \*/

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}


/* close commented backslash hack */

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'hurme_geometric_sans_2bold';
    font-weight: normal;
    font-style: normal;
}

body {
    background: #f1f0eb;
    font-family: 'futura_md_btbold';
    font-weight: normal;
    color: #ff4327;
}

.hamburger-menu {
    position: fixed;
    top: 42px;
    left: 80px;
    width: 48px;
    z-index: 5;
    height: 22px;
    cursor: pointer;
}

.soc-icons {
    position: fixed;
    top: 42px;
    right: 80px;
    display: inline-block;
    z-index: 5;
    height: 22px;
    cursor: pointer;
}

.soc-icons a {
    display: inline-block;
    width: 27px;
    height: 26px;
    -webkit-transition: all 0.3s ease-out;
    /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.3s ease-out;
    margin-left: 10px;
    background: url('../img/soc-ico.png') no-repeat;
    background-size: 153px;
}

.soc-icons a:hover {
    opacity: 0.6;
}

.ico-sc {
    width: 35px !important;
}

.ico-sp {
    background-position: -51px 0px !important;
}

.ico-fb {
    background-position: -89px 0px !important;
}

.ico-in {
    background-position: -128px 0px !important;
}

.bar,
.bar:after,
.bar:before {
    width: 48px;
    height: 2px;
}

.bar {
    position: relative;
    transform: translateY(10px);
    background: #ff4327;
    transition: all 0ms 300ms;
}

.bar.animate {
    background: rgba(255, 255, 255, 0);
}

.bar:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    background: #ff4327;
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    background: #ff4327;
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:after {
    top: 0;
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:before {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

header {
    position: fixed;
    width: 100%;
    z-index: 4;
    left: 0;
    top: 0;
    padding: 48px 80px 0px 48px;
    text-align: center;
}

.logo {
    display: inline-block;
    font-family: 'hurme_geometric_sans_2bold';
    color: #ff4327;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 4px;
}

.logo-img {
    position: fixed;
    width: 100%;
    max-width: 870px;
    left: 50%;
    top: 50%;
    margin-left: -435px;
    margin-top: -200px;
    z-index: 2;
}

.trans {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.hero {
    width: 100%;
    height: 100vh;
    min-height: 700px;
    z-index: 0;
    position: relative;
}

.bg-img {
    position: fixed;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 100%;
}

.section1 {
    background: #1c1c1c;
    position: relative;
    padding: 25px 0px 100px 0px;
    margin-top: -70px;
    z-index: 2;
}

.section1:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 340px;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

.album-wrapper {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    height: auto;
    position: relative;
    z-index: 1;
    max-width: 674px;
}

.album-art {
    width: 100%;
    height: auto;
    margin-bottom: 70px;
    border: 8px solid rgba(255, 255, 255, 0.22);
}

.bg-img-full {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 100%;
}

.top-link {
    text-decoration: none;
    color: #ff4327;
    display: inline-block;
    margin: 0 0 80px 0;
}

.top-link img {
    width: 28px;
    height: 28px;
    margin-right: 18px;
}

.top-link img,
.top-link span,
.mid-head {
    display: inline-block;
    vertical-align: middle;
    font-family: 'hurme_geometric_sans_2bold';
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
}

.top-link span,
.mid-head {
    letter-spacing: 4px;
    font-size: 16px;
}

.white {
    color: white;
}

.download-wrapper {
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: center;
    margin: 100px 0px 0px 0px;
}

.album-links img {
    display: inline-block;
    vertical-align: middle;
    margin: 20px 20px;
    -webkit-transition: all 0.3s ease-out;
    /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.3s ease-out;
}

.download-wrapper h4 {
    margin: 0px 0px 30px 0px;
}

.album-links img {
    max-width: 117px;
}

.album-links a:hover {
    opacity: 0.6;
}

.album-links a img.sm {
    max-width: 82px;
}

footer {
    background: #ff4327;
    position: relative;
    z-index: 3;
    text-align: center;
    padding: 30px 0px 65px 0px;
}

.foot-text {
    text-align: center;
    padding: 120px 0px;
}

.foot-text h6 {
    color: #4704e5;
    font-family: 'hurme_geometric_sans_2bold';
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 16px;
}

.foot-text a {
    color: #4704e5;
    text-decoration: none;
    font-size: 36px;
    margin-top: 34px;
    letter-spacing: 1px;
    display: inline-block;
}

.foot-text a:hover {
    text-decoration: underline;
}

.copy {
    position: absolute;
    bottom: 40px;
    right: 50px;
}

.copy span,
.copy a {
    display: inline-block;
    font-family: 'hurme_geometric_sans_2bold';
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
    color: #4704e5;
    text-decoration: none;
    margin-left: 30px;
}

.soc-links {
    display: inline-block;
}

.soc-links a,
.soc-links img {
    width: 38px;
    height: 38px;
}

.soc-links a {
    display: inline-block;
    margin: 0 5px;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.text-center {
    text-align: center;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

.spotify-embed {
    background: #282828;
    width: 100%;
    display: inline-block;
}

.spotify-embed:not(:last-of-type) {
    margin-bottom: 5px;
}

.spotify-embed iframe {
    display: block;
    width: 100%;
    height: 288px;
    -webkit-transition: opacity 0.125s;
    transition: opacity 0.125s;
}

.js .spotify-embed iframe {
    opacity: 0;
}

.js .spotify-embed iframe.loaded {
    opacity: 1;
}


/* ==========================================================================
   Plugins
   ========================================================================== */

@-moz-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

.arr-wrap {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 90px;
    margin-left: -33px;
    z-index: 4;
}

.arr-wrap img {
    margin: 20px;
}

.overlay-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    z-index: 5;
    height: 100%;
}

.overlay-menu ul {
    position: absolute;
    z-index: 10;
    display: inline-block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.overlay-menu ul li {
    display: inline-block;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0 60px;
}

.table {
    display: table;
    width: 100%;
    vertical-align: middle;
    height: 100%;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.overlay-menu li a {
    font-size: 75px;
    font-family: 'hurme_geometric_sans_2bold';
    font-weight: normal;
    font-style: normal;
    letter-spacing: 3px;
    color: #ff4327;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    position: relative;
}

.overlay-menu li a:after {
    content: '';
    position: absolute;
    bottom: 10px;
    width: 100%;
    display: block;
    background: #ff4327;
    height: 4px;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.overlay-menu li a:hover:after {
    opacity: 1;
    bottom: 0;
}

.menu-bg {
    background: rgba(71, 4, 229, 0.8);
    -webkit-transition: all 0.5s ease-out;
    /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.5s ease-out;
    position: fixed;
    left: 0;
    top: 0;
    height: 0;
    width: 100%;
}

.overlay-menu.animate .menu-bg {
    height: 100%;
}

.page-about {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 11;
    -webkit-transition: all 0.5s ease-out;
    /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.5s ease-out;
}

.page-contact {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    overflow: auto;
    height: 100%;
    z-index: 11;
    -webkit-transition: all 0.5s ease-out;
    /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.5s ease-out;
}

.page-imprint {
    position: fixed;
    left: 0;
    overflow: auto;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    background: rgba(71, 4, 229, 0.8);
}

.page-about.open {
    left: 0;
}

.page-contact.open {
    left: 0;
}

.page-content {
    width: 100%;
    max-width: 890px;
    text-align: center;
    margin: 0 auto;
}

.page-content h6,
.page-imprint h6 {
    font-family: 'hurme_geometric_sans_2bold';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.page-content p,
.page-imprint p,
.page-imprint p a {
    font-size: 24px;
    line-height: 34px;
    font-family: 'futurabook';
    font-weight: normal;
    color: #ff4327;
    text-decoration: none;
}
.page-imprint p a:hover  {
  text-decoration: underline;
}
.page-content h2,
.page-content span,
.page-imprint h2,
.page-imprint span {
    display: block;
    font-family: 'hurme_geometric_sans_2bold';
    font-weight: normal;
    font-style: normal;
    font-size: 52px;
    letter-spacing: 4px;
    margin-bottom: 60px;
}

.page-content span a,
.page-imprint span a {
    text-decoration: none;
    color: #ff4327;
    display: inline-block;
}

.page-content span a:hover,
.page-imprint span a:hover {
    text-decoration: underline;
}

.page-content .close,
.page-imprint .close {
    display: inline-block;
    margin: 70px 0px 0px 0px;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 1400px) {
    .hamburger-menu {
        left: 50px;
        top: 30px;
    }
    .soc-icons {
        right: 50px;
        top: 30px;
    }
    header {
        padding: 34px 20px 0px 20px;
    }
    .logo-img {
        position: fixed;
        width: 100%;
        max-width: 580px;
        left: 50%;
        top: 50%;
        margin-left: -250px;
        margin-top: -170px;
        z-index: 2;
    }
    .overlay-menu li a {
        font-size: 45px;
    }
    .overlay-menu ul li {
        margin: 0 40px;
    }
    .page-content h2,
    .page-content span {
        display: block;
        font-family: 'hurme_geometric_sans_2bold';
        font-weight: normal;
        font-style: normal;
        font-size: 40px;
        letter-spacing: 4px;
        margin-bottom: 30px;
    }
    .page-content h6 {
        font-family: 'hurme_geometric_sans_2bold';
        font-weight: normal;
        font-style: normal;
        font-size: 15px;
        letter-spacing: 3px;
        text-transform: uppercase;
        margin-bottom: 21px;
    }
    .page-content p,
    .page-content p a {
        font-size: 18px;
        line-height: 26px;
        font-family: 'futurabook';
        font-weight: normal;
    }
    .page-content .close {
        display: inline-block;
        margin: 20px 0px 0px 0px;
    }
}

@media only screen and (max-width: 1050px) {
    header {
        /* position: absolute; */
    }
    .logo-img {
        position: absolute;
    }
    .bg-img {
        position: absolute;
    }
    .album-links img {
        max-width: 84px;
    }
    .album-links img.sm {
        max-width: 54px;
    }
}

@media only screen and (max-width: 800px) {
    .bar,
    .bar:after,
    .bar:before {
        width: 38px;
        height: 2px;
    }
    .hamburger-menu {
        left: 20px;
        top: 30px;
    }
    .soc-icons {
        right: 20px;
        top: 30px;
    }
    .logo-img {
        width: 100%;
        max-width: 440px;
        left: 50%;
        top: 50%;
        margin-left: -220px;
        margin-top: -110px;
        z-index: 2;
    }
    .top-link span,
    .mid-head {
        letter-spacing: 3px;
        font-size: 14px;
    }
    .top-link {
        text-decoration: none;
        color: #ff4327;
        display: inline-block;
        margin: 0 0 60px 0;
    }
    .section1 {
        padding: 25px 0px 30px 0px;
    }
    .foot-text a {
        font-size: 30px;
        margin-top: 24px;
    }
    .foot-text {
        text-align: center;
        padding: 70px 0px;
    }
    footer {
        padding: 20px 0px 35px 0px;
    }
    .copy {
        position: static;
        margin: 30px 0px 0px 0px;
        right: 0;
    }
    .copy span,
    .copy a {
        margin: 0 14px;
    }
    .overlay-menu ul li {
        display: block;
        text-align: center;
    }
    .page-content {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 600px) {
    .hamburger-menu {
        left: 20px;
        top: 22px;
    }
    header {
        /* position: absolute; */
        text-align: center;
        padding:24px 20px 0px 20px;
    }
    .soc-icons {
        right: 20px;
        top: -32px;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }
    .soc-icons.mob-show {
        right: 20px;
        top: 22px;
    }
    .hero {
        min-height: 400px;
    }
    .logo-img {
        width: 90%;
        max-width: 80%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        margin: 0;
        z-index: 4;
    }
    .bg-img {
        position: absolute;
        background-size: 150%;
    }
    .section1 {
        padding: 13px 0px 30px 0px;
        margin-top: -72px;
    }
    .top-link {
        text-decoration: none;
        color: #ff4327;
        display: inline-block;
        margin: 0 0 30px 0;
        max-width: 400px;
    }
    .album-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
    .download-wrapper {
        margin: 50px 0px 0px 0px;
    }
    .foot-text a {
        font-size: 22px;
        margin-top: 13px;
    }
    .soc-links a, .soc-links img {
        width: 28px;
        height: 28px;
    }
    .page-content h2, .page-content span {
        display: block;
        font-family: 'hurme_geometric_sans_2bold';
        font-weight: normal;
        font-style: normal;
        font-size: 25px;
        letter-spacing: 1px;
        margin-bottom: 30px;
    }
    .page-content p,
    .page-content p a {
        font-size: 15px;
        line-height: 19px;
        font-family: 'futurabook';
        font-weight: normal;
    }
    .page-content h6 {
        font-family: 'hurme_geometric_sans_2bold';
        font-weight: normal;
        font-style: normal;
        font-size: 13px;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 14px;
    }
    .top-link img {
        width: 22px;
        height: 22px;
        margin-right: 12px;
    }
    .foot-text h6 {
        letter-spacing: 3px;
        font-size: 13px;
    }
    .foot-text {
        text-align: center;
        padding: 50px 0px;
    }
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {}
