/*--Coded-by-Dylan-Magliocco-@-NOT-THAT-GOOD-*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap') !important;

@font-face {
    font-family: 'Inter', sans-serif !important;
    src: url(./fonts/Inter-VariableFont_slnt,wght.ttf);
}

/*
html {
  scroll-behavior: smooth;
}
*/

body {
    margin: 0;
    color: black;
    cursor: crosshair;
    font-family: 'Inter', sans-serif !important;
    letter-spacing: -.5;
    z-index: -10;
    background: linear-gradient(226deg, #ebfeff, #fff8eb, #ffe9ff);
    background-size: 1000% 1000%;
    -webkit-animation: bgAnimation 15s ease infinite;
    -moz-animation: bgAnimation 15s ease infinite;
    animation: bgAnimation 15s ease infinite;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

@-webkit-keyframes bgAnimation {
    0% {
        background-position: 99% 0%;
    }

    50% {
        background-position: 2% 100%;
    }

    100% {
        background-position: 99% 0%;
    }
}

@-moz-keyframes bgAnimation {
    0% {
        background-position: 99% 0%;
    }

    50% {
        background-position: 2% 100%;
    }

    100% {
        background-position: 99% 0%;
    }
}

@keyframes bgAnimation {
    0% {
        background-position: 99% 0%;
    }

    50% {
        background-position: 2% 100%;
    }

    100% {
        background-position: 99% 0%;
    }
}

@keyframes animateBg {
    0% {
        background-position: 0% 0%;
    }

    100% {
        background-position: 0% 100%;
    }
}

* {
    box-sizing: border-box;
}

img {
    display: inline-block;
    width: 100%;
}

#steppe-logo {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    width: 85%;
    padding: 15px;
}

p {
    margin: 0;
    padding: 0;
}

a:visited {
    color: black;
}

a {
    text-decoration: none;
    color: black;
}

h1 {
    margin-bottom: 0;
    padding-left: 20px;
    margin-top: 0;
}

hr {
    clear: both;
    display: block;

}

/* Nav */

#top {}

.navbar {
    width: 92%;
    display: block;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.navbar:after {
    content: '';
    width: 100%;
    display: inline-block;
}

.nav-item {
    display: inline-block;
    *display: inline;
    border: solid 2px black;
    border-radius: 30px;
    padding: 10px;
    color: black;
    text-decoration: none;
    cursor: crosshair;
    font-size: 1.5em;
    font-weight: 700;
    width: calc(100%/4.25);
    height: 60px;
    text-align: center;
    float: left;

}

.nav-bumper {
    display: inline-block;
    float: left;
    padding: .975%;
    height: 60px;
}

.nav-text {
    margin: 0 auto;
    width: 100%;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}

.nav-text-mobile {
    margin: 0 auto;
    width: 100%;
    top: 50%;
    position: relative;
}

#nav-left {
    float: left;
}

#nav-right {
    float: right;
}

#nav-center {
    margin: 0 auto;
}


/*
.navbar a {
    float: left;
    border: solid 2px;
    border-radius: 30px;
    padding: 15px;
    margin-right: 15px;
    margin-left: 15px;
    color: black;
    text-decoration: none;
    cursor: crosshair;
    font-size: .85em;
    font-weight: 600;
    width: calc(100%/3.75);
    text-align: center;
}
*/

.nav-item:hover {
    background-color: black;
    color: #F2FEFF;
}


.mobilenav-item {
    display: block;
    padding: 7.5px;
    box-sizing: border-box;
    border: 2px solid black;
    border-radius: 60px;
}


#mobilenav-cont {
    display: block;
    width 100%;
    padding: 15px;
    text-align: center;
    font-size: 2em;
    font-weight: 700;
    border-top: 2px solid black;
}


/* info */

#about-info-cont {
    padding: 4%;
    border-top: solid 2px;
    font-size: 4vw;
    text-align: left;
}

#info-collapse {
    box-sizing: border-box;
    border: 2px black solid;
    display: block;
    text-align: center;
    padding: 5;
    padding-bottom: 0;
    float: right;
}

#inf-coll-text {
    margin: 0 auto;
    width: 100%;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    font-size: 2em !important;
    height: 25px;
}

#info-collapse:hover {
    background-color: black;
    color: #F2FEFF;
}


/* Back to Top */

#back-to-top {
    z-index: -2;
    bottom: 0;
    margin-top: 75px;
    width: auto;
    font-size: 4em;
    text-align: center;
    font-weight: 600;
    transform: translateY(-50%);
}

#btt {
    color: transparent !important;
    -webkit-text-stroke: 2px black !important;
    -moz-text-stroke: 2px black !important;
}

#btt:hover {
    color: black !important;
}

#btm-copy {
    width: 100%;
    padding: 15px;
    padding-bottom: 30px;
    text-align: center;
    font-size: .85em;
    line-height: 20 px;
}


/* Media Screens */

@media (hover: hover) {
    button:hover {
        border: 2px solid black;
        /* solves sticky problem */
    }
}

@media screen and (max-width: 600px) {
    .navbar {
        display: none !important;
    }

    .track-list {
        width: 100% !important;
    }

    #mobilenav {
        display: block !important;
        width: 100% !important;
        padding: 15px !important;
        text-align: center !important;
        font-size: 1em !important;
    }

    #step-2-info {
        margin-top: 15px !important;
    }

    #step-1-info {
        margin-top: 15px !important;
    }

    #step-3-info {
        margin-top: 15px !important;
    }

}

@media screen and (min-width: 601px) {

    #mobilenav {
        display: none !important;
    }

    #about-info-cont,
    #atlas-cont {
        font-size: 1.25em !important;
    }

    #about-info,
    .atlas-info {
        width: calc(100%/2) !important;
    }


    .dropdown-info {
        padding: 4% !important;
    }

    #step-1-info {
        margin-top: 0 !important;
    }

    .track-list {
        display: inline !important;
        float: left !important;
        width: calc(100%/3) !important;
    }

    .artwork {
        display: inline-block !important;
        float: right !important;
        width: calc(60%) !important;
    }

    .artwork-2 {
        display: inline-block !important;
        float: right !important;
        width: 100% !important;
    }

    .artwork-cont {
        top: 0 !important;
        width: 60% !important;
        float: right !important;
    }
}

@media screen and (min-width: 828px) {

    #steppe-logo {
        display: inline !important;
        width: 40vw !important;
        margin-top: 15px !important;
        float: right !important;
        max-width: 550px !important;
    }

}

@media screen and (max-width: 828px) {

    #about-info,
    .atlas-cat {
        width: 100% !important;
    }

    #atlas-title {
        margin-bottom: 30px !important;
        padding-top: 30px !important;
        font-size: 4.5em !important;
    }

    #learn {
        margin-top: 0px !important;
    }
}

@media screen and (min-width: 1000px) {
    .row {
        height: 50 !important;
    }

    .track-list {
        display: inline !important;
        float: left !important;
        width: calc(100%/3*2) !important;
        padding-right: calc(100%/3);
    }

    .artwork {
        display: inline;
        float: right;
        width: calc(100%/3) !important;
    }

    .artwork-cont {
        width: calc(100%/3) !important;
        float: right !important;
    }

    .blurb {
        display: inline !important;
        float: left !important;
        width: calc(100%/2) !important;
    }

}

@media screen and (max-width: 1140px) {

    #atlas-desc {
        padding: 0 10% 50px 10% !important;
        margin-top: 0 !important;
    }

    #steppe-gif-2,
    #steppe-gif-1 {
        display: none !important;
    }

    #steppe-gif-mobile {
        display: block !important;
        width: 350px;
        margin: 0 auto;
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 1141px) {

    @-moz-document url-prefix() {
        #atlas-desc-bumper {
            width: 100% !important;
            height: 30px !important;
            display: block !important;
        }
    }
}

@media screen and (min-width: 1468px) {
    #steppe-gif-1 {
        max-width: 15% !important;
    }

    #steppe-gif-2 {
        max-width: 15% !important;
    }

    #atlas-desc {
        margin-top: -10% !important;
    }

    #atlas-title {
        padding-top: 45px !important;
    }
}

@media screen and (min-width: 478px) {
    .artist {
        left: 52% !important;
    }

}

@media screen and (max-width: 338px) {
    .artist {
        display: none !important;
    }
}

@media screen and (max-width: 478px) {
    .year {
        display: none !important;
    }

    .medium {
        display: none !important;
    }

    .navbar a {
        padding: 5px;
    }

    #steppe-logo {
        margin-top: 50px;
    }

    #atlas-desc {
        padding: 0 30px 50px 30px !important;
        margin-top: -15px !important;
        margin-bottom: -10px !important;
        line-height: 1.25em !important;
    }
}


/* rows - content */

#most-recent {
    border-top: solid 2px black;
}

.row {
    box-sizing: border-box;
    border-bottom: solid 2px black;
    height: 85px;
    width: 100%;
    padding: 5px;
    font-size: 1em;
    color: black;
    position: relative;
}

.row:hover {
    background-color: black;
    color: white;
}

.info-cont {
    margin: 0 auto;
    width: 95%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.catalog {
    display: inline;
}

.release {
    display: inline;
    position: absolute;
    left: 85px;
}

.artist {
    display: inline;
    position: absolute;
    text-align: left;
    left: 75%;
}

.year {
    display: inline;
    margin: 0;
    float: right;
}

.medium {
    display: inline;
    float: right;
    margin-left: 2%;
}

.dropdown-info {
    display: none;
    padding: 15px;
    font-size: 1.25em;
    line-height: 1.33em;
    border-bottom: solid 2px black;
}

.track-list {
    display: inline-block;
    width: auto;
    margin-bottom: 10px;
}

.buy-button {
    border-radius: 60px;
    border: solid 2px black;
    color: black;
    font-weight: 700;
    font-size: 1.5em;
    height: 60px;
    width: 100%;
    margin-bottom: 30px;
}

.buy-text {
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.artwork-cont {
    display: inline-block;
    width: 100%;
}

.artwork {
    display: inline-block;
}

.artwork-2 {
    display: inline-block;
}

.release-deets {
    font-size: .75em;
    line-height: 1.33em;
    font-weight: 600;
}

.blurb {
    display: inline-block;
    margin-top: 25px;
}

#step-1-info {
    display: inline-block;
    margin-top: 2%;
}

#step-2-info {
    display: inline-block;
}

#DL-Int-info {
    display: inline-block;
}

#DL-Int-Text {
    font-size: .75em !important;
    line-height: 1.5em !important;
}

#step-3-info {
    display: inline-block;
}

#step-4-info {
    display: inline-block;
}

#step-2-img-02 {
    padding-top: 15px;
}

/* Atlas */

#atlas-title {
    width: 100%;
    display: block;
    font-size: 7em;
    font-weight: 800;
    text-align: center;
    padding-top: 30px;
    border-top: solid 2px black;
    color: black;
}

#atlas-desc {
    width: 100%;
    padding: 0 25% 50px 25%;
    display: inline-block;
    margin: 0 auto;
    margin-top: -15%;
    margin-bottom: 15px;
    text-align: center;
    font-size: 1.25em;
    line-height: 1.4;
}

@-moz-document url-prefix() {
#atlas-desc {
        margin-top: -20%;
    }
}

#atlas-desc-bumper {
    display: none;
}

#steppe-gif-1 {
    width: 25%;
    display: inline-block;
    float: left;
}

#steppe-gif-2 {
    width: 25%;
    display: inline-block;
    float: right;
}

#steppe-gif-mobile {
    display: none;
}


#atlas-title-cont {
    display: block;
    width: 100%;
}

#atlas-cont {
    padding: 4%;
    padding-top: 45px;
    border-top: solid 2px;
    font-size: 4vw;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    overflow: auto;
}

.atlas-cat {
    overflow: visible;
    margin-bottom: 30px;
    margin-top: 30px;
}

.atlas-link {
    z-index: 10;
    border-radius: 30px;
    width: 100%;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 20px;
    background-color: transparent;
    float: left !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.19) !important;
}

.atlas-link:hover {
    color: white;
    background-color: black;
}

.bottom-link {
    margin-bottom: calc(100px/2.5);
}

.last-link {
    margin-bottom: calc(100px/3);
}

#learn {
    margin-top: 15px !important;
}


.link1 {}

.link2 {}
