@import url("https://use.typekit.net/ufs6hsu.css");
body {
    margin: 0;
    font-family: railroad-gothic-atf, sans-serif;
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'icomoonSZ';
    src:  url('../fonts/icomoonSZ.eot?azaqql');
    src:  url('../fonts/icomoonSZ.eot?azaqql#iefix') format('embedded-opentype'),
      url('../fonts/icomoonSZ.ttf?azaqql') format('truetype'),
      url('../fonts/icomoonSZ.woff?azaqql') format('woff'),
      url('../fonts/icomoonSZ.svg?azaqql#icomoonSZ') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoonSZ' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-x:before {
    content: "\e900";
  }
  .icon-twitter:before {
    content: "\e900";
  }
  
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?iwkhcf');
    src: url('../fonts/icomoon.eot?iwkhcf#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?iwkhcf') format('truetype'), url('../fonts/icomoon.woff?iwkhcf') format('woff'), url('../fonts/icomoon.svg?iwkhcf#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-camera:before {
    content: "\e90f";
}

@font-face {
    font-family: 'icomoon-reiley';
    src: url('../fonts/icomoon-reiley.eot?f2pram');
    src: url('../fonts/icomoon-reiley.eot?f2pram#iefix') format('embedded-opentype'), url('../fonts/icomoon-reiley.ttf?f2pram') format('truetype'), url('../fonts/icomoon-reiley.woff?f2pram') format('woff'), url('../fonts/icomoon-reiley.svg?f2pram#icomoon-reiley') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon-reiley' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-Path-9226:before {
    content: "\e902";
    color: #fff;
}

.icon-Icon-map-clothing-store:before {
    content: "\e903";
    color: #fff;
}

.icon-Icon-awesome-phone:before {
    content: "\e904";
    color: #fff;
}

.icon-Icon-awesome-microphone:before {
    content: "\e905";
    color: #fff;
}

.icon-Icon-awesome-headphones-alt:before {
    content: "\e906";
    color: #fff;
}

.icon-tiktok:before {
    content: "\e900";
}

.icon-soundcloud:before {
    content: "\e901";
}

.icon-amazon:before {
    content: "\ea87";
}

.icon-facebook2:before {
    content: "\ea91";
}

.icon-instagram:before {
    content: "\ea92";
}

.icon-spotify:before {
    content: "\ea94";
}

.icon-twitter:before {
    content: "\ea96";
}

.icon-youtube:before {
    content: "\ea9d";
}

.icon-appleinc:before {
    content: "\eabe";
}
a.icon-twitter.social {
    font-family: 'icomoonSZ' !important;
}

.icon-twitter:before {
    content: "\e900" !important;
}

/* @import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=a35e2814-fbe0-414f-892c-bf79100067f2");
    @font-face{
        font-family:"Avenir LT W01_65 Medium1475532";
        src:url("../fonts/17b90ef5-b63f-457b-a981-503bb7afe3c0.woff2") format("woff2"),url("../fonts/c9aeeabd-dd65-491d-b4be-3e0db9ae47a0.woff") format("woff");
    } */

a {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

a.social {
    color: #fff;
    text-decoration: none;
    margin: 0 auto;
    text-align: left;
    font-size: 1vw;
    margin: 0 0 4vh;
    display: block;
}

a.social:last-child {
    margin-bottom: 0;
    font-size: 1.2vw;
}

a.social:hover,
a:hover {
    opacity: 0.7;
}

img {
    max-width: 100%;
    height: auto;
}

.headerSection {
    /* max-width: 100%; */
    /* margin: 0 auto; */
    /* width: 100%; */
    /* position: relative; */
    /* height: 100vh; */
    /* background: #d0eed2; */
}

.social-wrapper {
    position: fixed;
    left: 2%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.mobileImage {
    text-align: center;
    width: 20.3vw;
    margin: 0 auto;
    padding-top: 8vh;
    position: relative;
}

.mobileImage .phone img {
    width: 100%;
}

.albumLinkfire a {
    top: 17vh;
    left: 2.2vw;
    height: 15vh;
    width: 7.3vw;
    position: absolute;
}

.musicSection a {
    position: absolute;
    top: 17vh;
    left: 10.5vw;
    width: 3vw;
    height: 6vh;
}

.merch a {
    position: absolute;
    top: 17vh;
    left: 14.7vw;
    width: 3vw;
    height: 6vh;
}

.aboutSection a {
    position: absolute;
    top: 26.5vh;
    left: 14.7vw;
    width: 3vw;
    height: 6vh;
}

.mailSection a {
    position: absolute;
    top: 26.5vh;
    left: 10.5vw;
    width: 3vw;
    height: 6vh;
}

.tourSection a {
    position: absolute;
    top: 36.5vh;
    left: 2.5vw;
    width: 3vw;
    height: 6vh;
}
a.sociala.playground {
    background: #8EEDF8;
    font-size: 0;
    padding: 5px;
}

a.sociala.whackaphone {
    background: #F8CF8E;
    padding: 5px;
    font-size: 0;
}

.newApps img {
    max-width: 2.5vw;
}

.newApps li {
    list-style-type: none;
    margin: 0 0.325vw 2.5vh 0;
    display: inline-block;
}
@media only screen and (max-width: 1024px) {
    a.social {
        font-size: 20px;
        margin: 0 12px 25px;
    }
    .social-wrapper {
        left: 30px;
    }
    a.social:last-child {
        font-size: 23px;
    }
    .mobileImage {
        text-align: center;
        width: 277px;
        margin: 0 auto;
        padding-top: 0;
        position: relative;
        height: 100vh;
    }
    .phone {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
    .albumLinkfire a {
        top: 164px;
        left: 32px;
        height: 100px;
        width: 101px;
        position: absolute;
    }
    .musicSection a {
        top: 164px;
        left: 145px;
        height: 44px;
        width: 42px;
        position: absolute;
    }
    .merch a {
        top: 164px;
        left: 201px;
        height: 44px;
        width: 42px;
        position: absolute;
    }
    .mailSection a {
        top: 225px;
        left: 145px;
        height: 44px;
        width: 42px;
        position: absolute;
    }
    .aboutSection a {
        top: 225px;
        left: 201px;
        height: 44px;
        width: 42px;
        position: absolute;
    }
    .tourSection a {
        top: 287px;
        left: 32px;
        height: 44px;
        width: 42px;
        position: absolute;
    }
}

@media only screen and (max-width: 1023px) {
    .albumLinkfire a {
        top: 293px;
        left: 32px;
        height: 100px;
        width: 101px;
        position: absolute;
    }
    .musicSection a {
        top: 293px;
        left: 145px;
        height: 44px;
        width: 42px;
        position: absolute;
    }
    .merch a {
        top: 293px;
        left: 201px;
        height: 44px;
        width: 42px;
        position: absolute;
    }
    .mailSection a {
        top: 354px;
        left: 145px;
        height: 44px;
        width: 42px;
        position: absolute;
    }
    .aboutSection a {
        top: 354px;
        left: 201px;
        height: 44px;
        width: 42px;
        position: absolute;
    }
    .tourSection a {
        top: 415px;
        left: 32px;
        height: 44px;
        width: 42px;
        position: absolute;
    }
}

@media only screen and (max-width: 767px) {
    .social-wrapper {
        position: relative;
        top: auto;
        transform: none;
        left: auto;
        text-align: center;
        padding: 10px 0;
        background: #d0eed2;
    }
    a.social {
        font-size: 18px;
        margin: 0 18px 0 0;
        display: inline-block;
        vertical-align: middle;
    }
    a.social:last-child {
        font-size: 23px;
        margin-right: 0;
        vertical-align: middle;
    }
    .phone {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: 100%;
    }
    .mobileImage {
        height: auto;
        margin-top: 85px;
    }
    .albumLinkfire a,
    .musicSection a,
    .merch a {
        top: 59px;
    }
    .mailSection a,
    .aboutSection a {
        top: 120px;
    }
    .tourSection a {
        top: 180px;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .headerSection {
        height: auto;
    }
    .mobileImage {
        height: auto;
        padding: 85px 0;
        margin-top: 0;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .mobileImage {
        height: auto;
        padding: 70px 0;
    }
    .headerSection {
        height: auto;
    }
    .phone {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: 100%;
        height: 551px;
    }
    a.social {
        font-size: 17px;
        margin: 0 14px;
    }
    a.social:last-child {
        font-size: 20px;
    }
    .albumLinkfire a,
    .musicSection a,
    .merch a {
        top: 131px;
    }
    .mailSection a,
    .aboutSection a {
        top: 189px;
    }
    .tourSection a {
        top: 252px;
    }
}

@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
}