@font-face {
    font-family: "Helvetica Neue LT W05 95 Black";
    src: url("../fonts/helveticaNeueLT/helveticalNeueLTw0595black.woff2") format("woff2"), url("../fonts/helveticaNeueLT/helveticalNeueLTw0595black.woff") format("woff");
}

body {
    font-family: 'Helvetica Neue LT W05 95 Black', Arial, Helvetica, sans-serif !important;
    /* background-color: #fff; */
    background: rgb(29, 0, 164);
    background: linear-gradient(326deg, rgba(29, 0, 164, 1) 0%, rgba(254, 13, 180, 1) 100%);
    color: #000;
}

#clipMobile {
    display: block;
}

@media screen and (min-width:500px) {
    #clipMobile {
        display: none;
    }
}

#clipSafari {
    display: block;
}

_::-webkit-full-page-media,
_:future,
 :root .safari_only {
    display: block;
}


/* Everything else */

h1 {
    color: #1d00a4;
}

h1.display-3 {
    font-size: 30px;
}

h1.display-4 {
    font-size: 30px;
}

.container {
    max-width: 960px;
}

.biocopy {
    font-size: 12px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #fe0db4;
}

.jumbotron {
    background-image: url(../images/banner01_sm.jpg);
    padding: 4rem 2rem;
    height: 400px;
    width: auto;
    border-radius: 0;
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .jumbotron {
        height: 800px;
        width: auto;
        /* background-size: cover; */
        background-position: 0 0;
    }
}

@media (min-width: 1200px) {
    .jumbotron {
        height: 1000px;
        width: auto;
        /* background-size: cover; */
        background-position: 0 0;
    }
}

.workwithme {
    display: block;
    position: relative;
    /* top: 65%; */
}

@media (min-width: 768px) {
    .workwithme {
        top: 65%;
    }
}

h1.workwithme {
    font-size: 18px !important;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .workwithme {
        display: block;
        position: absolute;
        /* top: 100%; */
        right: 20px;
        text-align: right;
    }
    h1.workwithme {
        font-size: 40px !important;
    }
}

.product-device::before {
    position: absolute;
    top: 375px;
    right: 10px;
    bottom: 10%;
    left: 10px;
    content: "";
    background-color: rgba(255, 255, 255, .3);
    border-radius: 5px;
}

.pageTitle {
    margin-top: 0;
}

h1.display-1.font-weight-bold.pageTitleText {
    font-size: 4rem;
    /* color: #fff; */
    /* margin-right: 0; */
    padding-top: 0;
    margin-top: -50px;
}

@media (min-width: 768px) {
    h1.display-1.font-weight-bold.pageTitleText {
        font-size: 6rem;
        /* margin-right: 25px; */
        padding-top: 100px;
    }
}

.overflow-hidden {
    overflow: hidden;
}

.bg-dark {
    background-color: #000 !important;
}

.bg-light {
    background-color: #fff !important;
}

.bg-orange {
    background-color: #ce5707;
    color: #fff;
}

.bg-pink {
    background-color: #fe0db4;
    color: #fff;
    /* #f40473 
    #e901d1*/
}

.white {
    color: #ffffff;
}

.pink {
    color: #fe0db4;
}

.blue {
    color: #1d00a4;
}

.bg-blue {
    background-color: #1d00a4;
    color: #fff;
    /* 
        #110c72
        #1021a8
    */
}

.bg-purple {
    background-color: #a718d2;
    color: #fff;
    /*    #d337c6  */
}

ul.press li {
    display: inline-block;
    padding: 0 15px;
}

ul.press li a {
    color: #fff;
    font-weight: bold;
}

ul.socialMedia li {
    display: inline-block;
}

ul.socialMedia li a {
    color: #fff;
    font-size: 30px;
    padding: 0 5px;
}

ul.socialMedia li a:hover {
    color: #1d00a4;
}


/*
 * Extra utilities
 */

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.flex-equal>* {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
}

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

.clearfix {
    display: inline-block;
}


/* DESKTOP SPECIFIC STYLES */

@media (min-width: 768px) {
    .pageTitle {
        margin-top: 0;
    }
    h1.display-1.font-weight-bold.pageTitleText {
        font-size: 6rem;
    }
    h1.display-3 {
        font-size: 72px;
    }
    h1.display-4 {
        font-size: 56px;
    }
    .product-device::before {
        background-color: transparent;
    }
    .product-device {
        background-position: 0 0;
        top: -25%;
        left: 0;
        height: 1000px;
    }
    ul.socialMedia li a {
        color: #fff;
        font-size: 30px;
        padding: 0 15px;
    }
    .flex-md-equal>* {
        -ms-flex: 1;
        -webkit-box-flex: 1;
        flex: 1;
    }
}

.card {
    border: 1px solid #fe0db4;
    background-color: rgba(255, 255, 255, 0.5);
    margin-top: 15px;
}

.btn-outline-primary {
    color: #ffffff;
    border-color: #fe0db4;
    background-color: #fe0db4;
}

.btn-outline-primary:hover {
    color: #fe0db4;
    background-color: #1d00a4;
    border-color: #1d00a4;
}

ul.album-links li {
    list-style-type: none;
}

ul.album-links li a {
    color: #fff;
    font-size: 22px;
    padding: 0 2px;
}

ul.album-links li a:hover {
    color: #fe0db4;
}

ul.album-links {
    padding-inline-start: 0;
}

ul.album-links li a svg#appleicon {
    text-decoration: none;
}

ul.album-links li a svg#appleicon path:hover {
    fill: #fe0db4;
}

h1.stream-me {
    font-size: 28px;
}

@media (min-width: 768px) {
    h1.stream-me {
        font-size: 40px;
    }
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-top: 30px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.song-title {
    display: inline-block;
    width: 100px;
}

ul.buy-album li {
    list-style-type: none;
}

ul.buy-album {
    padding-inline-start: 0;
}

.smaller {
    font-size: 80%;
    color: #1d00a4;
}

.feature-description {
    font-size: 14px;
    margin: 10px 20px;
}

.orange {
    color: #fe0db4
}

.album-container {
    text-align: left;
}

@media (min-width: 768px) {
    .album-container {
        text-align: center;
    }
}

a.body-link {
    color: #fe0db4;
}

a.body-link:hover {
    color: #ffffff;
    font-weight: bold;
}

.emailsignup {
    width: 75%;
    display: block;
    margin: 0 auto;
}


/* ANIMATION */

.clip-text {
    font-size: 90px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    margin: .25em 0;
    padding: .5em 0;
    text-align: center;
    -webkit-color: #fe0db4;
    color: #fe0db4;
    -webkit-background-clip: text;
    background-clip: text;
    /* This is what's making the white text see-thru */
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-image: url(../images/krystaanim_sm.jpg);
    background-size: cover;
    -webkit-animation: play 0.6s steps(10) infinite;
    animation: play 0.6s steps(10) infinite;
}


/* .clip-text:before,
.clip-text:after {
    position: absolute;
    content: '';
} */


/* this positions the text */


/* .clip-text:before {
    z-index: -2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: inherit;
    background-size: cover;
    -webkit-animation: play 2s infinite ease-in;
    animation: play 2s infinite ease-in;
} */


/* 
.clip-text_one {
    background-image: url(../images/krystaanim_sm.jpg);
    background-size: cover;
    -webkit-animation: play 0.6s steps(10) infinite;
    animation: play 0.6s steps(10) infinite;
} */

@-webkit-keyframes play {
    100% {
        background-position: -1500px
    }
}

@keyframes play {
    100% {
        background-position: -1500px
    }
}

@media screen and (max-width:500px) {
    .clip-text {
        display: none;
    }
}