@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Text:wght@700;900&display=swap');


@import url('https://fonts.googleapis.com/css?family=Anton&display=swap');
body {
    font-size: 1em;
    font-family: "Big Shoulders Text", cursive;
    color: #4e7988;
}
form legend,
h1,
h2,
h3,
h4 {
    color: #e4eff0;
}
.text-xxxl {
    font-size: 2.985984em;
    margin: 0;
}
.text-xxl,
h1 {
    font-size: 2.0736em;
}
.text-xl,
h2 {
    font-size: 1.728em;
}
.text-lg,
h3 {
    font-size: 1.44em;
}
.text-md,
h4 {
    font-size: 1.2em;
}
.text-sm,
small {
    font-size: 0.8333333333em;
}
.text-xs {
    font-size: 1em;
}
* {
    box-sizing: border-box;
}
a {
    transition: 0.3s;
}
a:hover {
    color: #78cce2 !important;
}
@font-face {
    font-family: "Archivo Black";
    font-style: normal;
    font-weight: 400;
    src: local("Archivo Black Regular"), local("ArchivoBlack-Regular"), url(https://fonts.gstatic.com/s/archivoblack/v9/HTxqL289NzCGg4MzN6KJ7eW6CYyF-w.ttf) format("truetype");
}
body {
    color: #4e7988;
    margin: 0;
    padding: 0;
}
body .responsive-img {
    max-width: 100%;
    height: auto;
}
body main section {
    width: 100%;
    padding: 0 7%;
    margin: 0;
    max-width: none;
    background-color: #005066;
}
body main section:nth-of-type(2n) {
    background-color: #002439;
    color: #e4eff0;
}
body main section .header {
    padding: 1vh 0;
}
body main #Home {
    height: 100vh;
    background-image: url("../assets/bg/and_phobos_falls_background.png");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    text-align: center;
}
body main #Home h1 {
    color: #fff;
    bottom: 0;
}
body main #Home div {
    margin: 0 auto;
}
body main #Home div img {
    width: 100%;
    margin-top: 25vh;
}
body main #Bio {
    background-image: url("../assets/bg/and_phobos_falls_band.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
body main #Releases {
    padding-bottom: 5vh;
}
body main #Releases .gallery .slide {
    padding-bottom: 5vh;
}
body main #Releases .gallery .slide:last-child {
    padding-bottom: 0;
}
body main #Media {
    padding-bottom: 5vh;
}
body main #Social {
    height: 100vh;
}
body main #Social .andphobsfalls_social {
    padding-top: 40vh;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
body main #Social .andphobsfalls_social div {
    font-size: 3em;
    margin: 0 auto;
}
body main #Social .andphobsfalls_social div a {
    color: #4e7988;
    text-decoration: none;
    margin: 0 0.5em;
}
body main .andphobsfalls_song_links div {
    font-size: 3em;
}
body main .andphobsfalls_song_links div a {
    color: #4e7988;
    text-decoration: none;
    margin: 0 0.5em 0.2em 0;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.site-content {
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.site-content__headline {
    font-weight: 200;
    color: #4e7988;
    font-size: calc(2vw + 10px);
}
.menu-icon {
    height: 30px;
    width: 30px;
    position: fixed;
    z-index: 99999;
    left: 3%;
    top: 30px;
    cursor: pointer;
}
.menu-icon__line {
    height: 2px;
    width: 30px;
    display: block;
    background-color: #4e7988;
    margin-bottom: 4px;
    transition: transform 0.2s ease, background-color 0.5s ease;
}
.menu-icon__line-left {
    width: 15px;
}
.menu-icon__line-right {
    width: 15px;
    float: right;
}
.nav {
    position: fixed;
    z-index: 1;
}
.nav__list {
    margin-block-start: 10vh;
}
.nav:after,
.nav:before {
    content: "";
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 36, 57, 0.2);
    z-index: -1;
    transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
    transform: translateX(0) translateY(-100%);
}
.nav:after {
    background: #002439;
    transition-delay: 0s;
}
.nav:before {
    transition-delay: 0.1s;
}
.nav__content {
    position: fixed;
    padding: 0 7%;
    text-align: left;
    font-size: calc(10vw + 10px);
    font-weight: 200;
    cursor: pointer;
    padding-inline-start: 0;
}
.nav__list-item {
    position: relative;
    transition-delay: 0.8s;
    opacity: 0;
    line-height: 12vh;
    transform: translate(0, 100%);
    transition: opacity 0.2s ease, transform 0.3s ease;
    list-style-type: none;
}
.nav__list-item:before {
    content: "";
    position: absolute;
    background: #e4eff0;
    width: 20px;
    height: 1px;
    top: 100%;
    transform: translate(0, 0);
    transition: all 0.3s ease;
    z-index: -1;
}
.nav__list-item:hover:before {
    width: 100%;
}
.nav__list-item a {
    transition: all 0.6s ease;
    color: #4e7988;
}
.nav {
    z-index: -1;
}
body.nav-active .menu-icon__line {
    background-color: #fff;
    transform: translateX(0) rotate(-45deg);
}
body.nav-active .menu-icon__line-left {
    transform: translateX(1px) rotate(45deg);
}
body.nav-active .menu-icon__line-right {
    transform: translateX(-2px) rotate(45deg);
}
body.nav-active .nav {
    visibility: visible;
    z-index: 9999;
}
body.nav-active .nav a {
    text-decoration: none;
}
body.nav-active .nav:after,
body.nav-active .nav:before {
    transform: translateX(0) translateY(0);
}
body.nav-active .nav:after {
    transition-delay: 0.1s;
}
body.nav-active .nav:before {
    transition-delay: 0s;
}
body.nav-active .nav__list-item {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease;
}
body.nav-active .nav__list-item:nth-child(0) {
    transition-delay: 0.5s;
}
body.nav-active .nav__list-item:nth-child(1) {
    transition-delay: 0.6s;
}
body.nav-active .nav__list-item:nth-child(2) {
    transition-delay: 0.7s;
}
body.nav-active .nav__list-item:nth-child(3) {
    transition-delay: 0.8s;
}
body.nav-active .nav__list-item:nth-child(4) {
    transition-delay: 0.9s;
}
body.nav-active .nav__list-item:nth-child(5) {
    transition-delay: 1s;
}
body.nav-active .nav__list-item:nth-child(6) {
    transition-delay: 1.1s;
}
body.nav-active .nav__list-item:nth-child(7) {
    transition-delay: 1.2s;
}
.list {
    font-family: Anton, sans-serif;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin: 0;
    padding: 0;
    transform-style: preserve-3d;
    list-style-type: none;
}
.list li {
    padding: 1em 0 1em 3em;
    margin: 0 0;
    transition: transform 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    transform-origin: left center;
    display: block;
    transform-style: preserve-3d;
    transform: rotateY(0) translateZ(0) scale(1);
}
.list li:hover {
    transform: rotateY(0) translateZ(0) scale(1);
    transition-duration: 1s;
}
.list li a {
    text-align: left;
    text-decoration: none;
    position: relative;
    display: block;
    color: #78cce2;
    transition: 0.5s color ease;
}
.list li a:hover {
    font-weight: 700;
}
.list li a:hover .content {
    color: #78cce2;
}
.list li a:hover .content::before {
    transform: scaleX(130);
}
.list li a:hover .before {
    color: #78cce2;
}
.list li a .before {
    position: absolute;
    top: 4.2em;
    left: 0;
    width: 4em;
    color: #000;
    display: inline-block;
    transition: 0.3s color ease;
    z-index: 5;
}
.list li a .content {
    letter-spacing: 0.5vw;
    transition: 0.3s color ease;
    padding-left: 3vw;
    margin-left: 7vw;
    position: relative;
    font-size: 7vw;
    font-weight: 900;
    color: transparent;
    text-transform: uppercase;
    text-stroke: 0.2vw #000;
    -webkit-text-stroke: 0.2vw #000;
}
.list li a .content::before {
    width: 0.2vw;
    height: 8vw;
    position: absolute;
    top: 1.2vw;
    left: 0;
    background: #000;
    display: block;
    content: " ";
    transform: none;
    transition: 0.5s transform ease;
    transform-origin: 100% 0;
}
.list li a i {
    z-index: -1;
    transform: translate3d(0, 0, 0);
    text-stroke: 0.2vw #fff;
    opacity: 0.1;
    -webkit-text-stroke: 0.2vw #fff;
    top: 0;
    font-style: normal;
    position: absolute;
    left: 3vw;
    display: block;
    color: transparent !important;
}
footer {
    padding: 15px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: #002439;
}
footer nav ul {
    margin: 0;
    padding-inline-start: 0;
    text-align: center;
}
footer nav ul li {
    list-style-type: none;
}
footer nav ul li a {
    color: #4e7988;
    text-decoration: none;
}
footer .small_logo {
    max-width: 120px;
}

#presave {
    background-image: url(../assets/bg/presavebg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#presave .glitch-wrapper {
    text-align: center;
    padding: 5vh 0 0 0;
    z-index: 0;
}

#presave .glitch-wrapper a{
    color: inherit;
    text-decoration: none;
}
#presave .glitch-wrapper .glitch {
    font-size: 3em;
}

.jumbotron {
    padding: 5vh;
}

.img-wrapper {
    margin: 0 auto;
}




@media only screen and (min-width: 360px) {
    html body main #Bio .glitch-wrapper {
        padding-bottom: 20vh;
    }
}
@media only screen and (min-width: 400px) {
    html body main #Bio .glitch-wrapper {
        padding-top: 20vh;
        padding-bottom: 20vh;
    }
}
@media only screen and (min-width: 600px) {
    body main #Releases .gallery {
        display: flex;
        flex-flow: row wrap;
    }
    body main #Releases .gallery .slide {
        flex: 0 3 calc(20% - -140px);
        margin-right: 12px;
    }
    body main #Social .andphobsfalls_social div a {
        margin: 0 0.38em;
    }
    body main #Bio {
        height: 100vh;
    }
    body footer nav ul {
        display: flex;
    }
    body footer nav ul li {
        margin: 0 5px 0;
    }
}
@media only screen and (min-width: 768px) {
    body main #Releases .gallery .slide {
        flex: 0 3 calc(26% - -136px);
    }
    body main #Releases .gallery .slide:first-of-type,
    body main #Releases .gallery .slide:nth-of-type(3) {
        margin-right: 25px;
    }
    body main #Social {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    body main #Social .andphobsfalls_social {
        padding-top: 0;
    }

    .jumbotron {
        padding: 10vh;
    }
}
@media only screen and (min-width: 992px) {
    body header .nav__list .nav__list-item {
        line-height: 13vh;
    }
    body main #Releases {
        height: auto;
    }
    body main #Releases .gallery .slide:first-of-type,
    body main #Releases .gallery .slide:nth-of-type(3) {
        margin-right: 117px;
    }
}
@media only screen and (min-width: 1200px) {
    body header .nav__content {
        font-size: calc(7vw + 10px);
    }
    body header .nav__list .nav__list-item {
        line-height: 14vh;
    }
    body main #Home div img {
        margin: 0;
    }
}
@media only screen and (min-width: 1380px) {
    body main #Releases {
        height: auto;
    }
    body main #Releases .gallery .slide:first-of-type,
    body main #Releases .gallery .slide:nth-of-type(3) {
        margin-right: 23%;
    }
}
@media only screen and (min-width: 1570px) {
    html body header .nav__content {
        font-size: calc(7vw + 10px);
    }
    html body main #Home div img {
        width: 70%;
    }
    html body main #Home .text-xxxl {
        font-size: 4.985984em;
    }
    html body main #Releases {
        height: auto;
    }
    html body main #Releases .gallery .slide {
        margin: 0;
        flex: 0 3 calc(26% - -97px);
    }
    html body main #Releases .gallery .slide:first-of-type,
    html body main #Releases .gallery .slide:nth-of-type(3) {
        margin: 0;
    }
    html body main #Bio {
        height: auto;
    }
    html body main #Bio .glitch-wrapper {
        padding-top: 10vh;
        font-size: 2em;
    }
}
#loader {
    height: 100vh;
    width: 100%;
    position: fixed;
    background-color: #005066;
    overflow: hidden;
    text-align: center;
    z-index: 9999;
}
#loader div svg {
    display: block;
    margin: 0 auto;
    position: relative;
    top: 25vh;
    animation: heartbeat 5s infinite linear;
}
@keyframes heartbeat {
    0% {
        transform: scale(0.75);
    }
    20% {
        transform: scale(1);
    }
    40% {
        transform: scale(0.75);
    }
    60% {
        transform: scale(1);
    }
    80% {
        transform: scale(0.75);
    }
    100% {
        transform: scale(0.75);
    }
}
.glitch-wrapper {
    font-family: "Archivo Black", sans-serif;
    padding: 15vh 0 0 0;
}
.no-glitch {
    color: #fff;
    font-size: 3em;
    text-transform: upercase;
    position: relative;
    display: inline-block;
}
.glitch {
    color: #fff;
    font-size: 3em;
    text-transform: upercase;
    position: relative;
    display: inline-block;
}
.glitch::after,
.glitch::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 0 0;
}
.glitch::before {
    left: 2px;
    text-shadow: -2px 0 #49fc00;
    clip: rect(24px, 550px, 90px, 0);
    animation: glitch-anim-2 3s infinite linear alternate-reverse;
}
.glitch::after {
    left: -2px;
    text-shadow: -2px 0 #b300fc;
    clip: rect(85px, 550px, 140px, 0);
    animation: glitch-anim 2.5s infinite linear alternate-reverse;
}
@-webkit-keyframes glitch-anim {
    0% {
        clip: rect(24px, 9999px, 72px, 0);
    }
    4.166666666666666% {
        clip: rect(90px, 9999px, 12px, 0);
    }
    8.333333333333332% {
        clip: rect(3px, 9999px, 9px, 0);
    }
    12.5% {
        clip: rect(26px, 9999px, 16px, 0);
    }
    16.666666666666664% {
        clip: rect(66px, 9999px, 116px, 0);
    }
    20.833333333333336% {
        clip: rect(115px, 9999px, 134px, 0);
    }
    25% {
        clip: rect(21px, 9999px, 47px, 0);
    }
    29.166666666666668% {
        clip: rect(12px, 9999px, 123px, 0);
    }
    33.33333333333333% {
        clip: rect(149px, 9999px, 134px, 0);
    }
    37.5% {
        clip: rect(109px, 9999px, 52px, 0);
    }
    41.66666666666667% {
        clip: rect(109px, 9999px, 99px, 0);
    }
    45.83333333333333% {
        clip: rect(114px, 9999px, 2px, 0);
    }
    50% {
        clip: rect(124px, 9999px, 90px, 0);
    }
    54.166666666666664% {
        clip: rect(131px, 9999px, 86px, 0);
    }
    58.333333333333336% {
        clip: rect(110px, 9999px, 125px, 0);
    }
    62.5% {
        clip: rect(9px, 9999px, 125px, 0);
    }
    66.66666666666666% {
        clip: rect(81px, 9999px, 29px, 0);
    }
    70.83333333333334% {
        clip: rect(69px, 9999px, 53px, 0);
    }
    75% {
        clip: rect(25px, 9999px, 139px, 0);
    }
    79.16666666666666% {
        clip: rect(114px, 9999px, 30px, 0);
    }
    83.33333333333334% {
        clip: rect(43px, 9999px, 127px, 0);
    }
    87.5% {
        clip: rect(6px, 9999px, 24px, 0);
    }
    91.66666666666666% {
        clip: rect(49px, 9999px, 50px, 0);
    }
    95.83333333333334% {
        clip: rect(62px, 9999px, 37px, 0);
    }
    100% {
        clip: rect(80px, 9999px, 47px, 0);
    }
}
@keyframes glitch-anim {
    0% {
        clip: rect(24px, 9999px, 72px, 0);
    }
    4.166666666666666% {
        clip: rect(90px, 9999px, 12px, 0);
    }
    8.333333333333332% {
        clip: rect(3px, 9999px, 9px, 0);
    }
    12.5% {
        clip: rect(26px, 9999px, 16px, 0);
    }
    16.666666666666664% {
        clip: rect(66px, 9999px, 116px, 0);
    }
    20.833333333333336% {
        clip: rect(115px, 9999px, 134px, 0);
    }
    25% {
        clip: rect(21px, 9999px, 47px, 0);
    }
    29.166666666666668% {
        clip: rect(12px, 9999px, 123px, 0);
    }
    33.33333333333333% {
        clip: rect(149px, 9999px, 134px, 0);
    }
    37.5% {
        clip: rect(109px, 9999px, 52px, 0);
    }
    41.66666666666667% {
        clip: rect(109px, 9999px, 99px, 0);
    }
    45.83333333333333% {
        clip: rect(114px, 9999px, 2px, 0);
    }
    50% {
        clip: rect(124px, 9999px, 90px, 0);
    }
    54.166666666666664% {
        clip: rect(131px, 9999px, 86px, 0);
    }
    58.333333333333336% {
        clip: rect(110px, 9999px, 125px, 0);
    }
    62.5% {
        clip: rect(9px, 9999px, 125px, 0);
    }
    66.66666666666666% {
        clip: rect(81px, 9999px, 29px, 0);
    }
    70.83333333333334% {
        clip: rect(69px, 9999px, 53px, 0);
    }
    75% {
        clip: rect(25px, 9999px, 139px, 0);
    }
    79.16666666666666% {
        clip: rect(114px, 9999px, 30px, 0);
    }
    83.33333333333334% {
        clip: rect(43px, 9999px, 127px, 0);
    }
    87.5% {
        clip: rect(6px, 9999px, 24px, 0);
    }
    91.66666666666666% {
        clip: rect(49px, 9999px, 50px, 0);
    }
    95.83333333333334% {
        clip: rect(62px, 9999px, 37px, 0);
    }
    100% {
        clip: rect(80px, 9999px, 47px, 0);
    }
}
@-webkit-keyframes glitch-anim-2 {
    6.666666666666667% {
        clip: rect(85px, 9999px, 24px, 0);
    }
    10% {
        clip: rect(99px, 9999px, 27px, 0);
    }
    13.333333333333334% {
        clip: rect(17px, 9999px, 39px, 0);
    }
    16.666666666666664% {
        clip: rect(125px, 9999px, 24px, 0);
    }
    20% {
        clip: rect(58px, 9999px, 69px, 0);
    }
    23.333333333333332% {
        clip: rect(92px, 9999px, 76px, 0);
    }
    26.666666666666668% {
        clip: rect(135px, 9999px, 64px, 0);
    }
    30% {
        clip: rect(58px, 9999px, 107px, 0);
    }
    33.33333333333333% {
        clip: rect(20px, 9999px, 127px, 0);
    }
    36.666666666666664% {
        clip: rect(124px, 9999px, 89px, 0);
    }
    40% {
        clip: rect(132px, 9999px, 75px, 0);
    }
    43.333333333333336% {
        clip: rect(71px, 9999px, 78px, 0);
    }
    46.666666666666664% {
        clip: rect(66px, 9999px, 116px, 0);
    }
    50% {
        clip: rect(2px, 9999px, 112px, 0);
    }
    53.333333333333336% {
        clip: rect(142px, 9999px, 5px, 0);
    }
    56.666666666666664% {
        clip: rect(52px, 9999px, 54px, 0);
    }
    60% {
        clip: rect(102px, 9999px, 49px, 0);
    }
    63.33333333333333% {
        clip: rect(12px, 9999px, 102px, 0);
    }
    66.66666666666666% {
        clip: rect(9px, 9999px, 134px, 0);
    }
    70% {
        clip: rect(76px, 9999px, 70px, 0);
    }
    73.33333333333333% {
        clip: rect(19px, 9999px, 43px, 0);
    }
    76.66666666666667% {
        clip: rect(35px, 9999px, 141px, 0);
    }
    80% {
        clip: rect(4px, 9999px, 4px, 0);
    }
    83.33333333333334% {
        clip: rect(7px, 9999px, 2px, 0);
    }
    86.66666666666667% {
        clip: rect(16px, 9999px, 3px, 0);
    }
    90% {
        clip: rect(58px, 9999px, 51px, 0);
    }
    93.33333333333333% {
        clip: rect(64px, 9999px, 97px, 0);
    }
    96.66666666666667% {
        clip: rect(40px, 9999px, 126px, 0);
    }
    100% {
        clip: rect(119px, 9999px, 131px, 0);
    }
}
@keyframes glitch-anim-2 {
    6.666666666666667% {
        clip: rect(85px, 9999px, 24px, 0);
    }
    10% {
        clip: rect(99px, 9999px, 27px, 0);
    }
    13.333333333333334% {
        clip: rect(17px, 9999px, 39px, 0);
    }
    16.666666666666664% {
        clip: rect(125px, 9999px, 24px, 0);
    }
    20% {
        clip: rect(58px, 9999px, 69px, 0);
    }
    23.333333333333332% {
        clip: rect(92px, 9999px, 76px, 0);
    }
    26.666666666666668% {
        clip: rect(135px, 9999px, 64px, 0);
    }
    30% {
        clip: rect(58px, 9999px, 107px, 0);
    }
    33.33333333333333% {
        clip: rect(20px, 9999px, 127px, 0);
    }
    36.666666666666664% {
        clip: rect(124px, 9999px, 89px, 0);
    }
    40% {
        clip: rect(132px, 9999px, 75px, 0);
    }
    43.333333333333336% {
        clip: rect(71px, 9999px, 78px, 0);
    }
    46.666666666666664% {
        clip: rect(66px, 9999px, 116px, 0);
    }
    50% {
        clip: rect(2px, 9999px, 112px, 0);
    }
    53.333333333333336% {
        clip: rect(142px, 9999px, 5px, 0);
    }
    56.666666666666664% {
        clip: rect(52px, 9999px, 54px, 0);
    }
    60% {
        clip: rect(102px, 9999px, 49px, 0);
    }
    63.33333333333333% {
        clip: rect(12px, 9999px, 102px, 0);
    }
    66.66666666666666% {
        clip: rect(9px, 9999px, 134px, 0);
    }
    70% {
        clip: rect(76px, 9999px, 70px, 0);
    }
    73.33333333333333% {
        clip: rect(19px, 9999px, 43px, 0);
    }
    76.66666666666667% {
        clip: rect(35px, 9999px, 141px, 0);
    }
    80% {
        clip: rect(4px, 9999px, 4px, 0);
    }
    83.33333333333334% {
        clip: rect(7px, 9999px, 2px, 0);
    }
    86.66666666666667% {
        clip: rect(16px, 9999px, 3px, 0);
    }
    90% {
        clip: rect(58px, 9999px, 51px, 0);
    }
    93.33333333333333% {
        clip: rect(64px, 9999px, 97px, 0);
    }
    96.66666666666667% {
        clip: rect(40px, 9999px, 126px, 0);
    }
    100% {
        clip: rect(119px, 9999px, 131px, 0);
    }
}
.clean {
    background-color: #fff !important;
}
.clean h1,
.clean h2,
.clean h3,
.clean h4 {
    color: #717171;
}

