/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/


@font-face {
    font-family: ObjectSans;
    font-style: normal;
    src: url("assets/fonts/ObjectSans-Regular.otf") format("opentype");
}

@font-face {
    font-family: ObjectSansBold;
    src: url("assets/fonts/ObjectSans-Bold.otf") format("opentype");
}


html {
    background-color: rgb(1, 1, 1); 
}

body {
    height: 100vh;
    margin: 0;
    background-image: url("./assets/images/cm_background4.jpg");
    background-position: stretch; 
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgb(1, 1, 1); 
    color: rgb(8, 8, 8);
    overflow: hidden;
}


.screen-reader-text {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    border: 0;
}


/* ### TOP NAV ############################################### */

.marquee {
    font-family: "inconsolata", sans-serif;
    letter-spacing: -0.9px;
    width: 100%;
    margin: 0 auto 0px;
    overflow: hidden;
    white-space: nowrap;
    background-color: black;
    /* box-shadow: inset -2px 2px 5px rgba(196, 196, 196, 0.17), inset -2px -2px 5px rgba(44, 22, 237, 0.156); */
    z-index: 200;
}

.marquee a {
    color: rgb(194, 200, 205);
}

.marquee span {
    display: inline-block;
    font-size: 9pt;
    position: relative;
    left: 100%;
    -webkit-animation: marquee 16s linear infinite;
            animation: marquee 16s linear infinite;
}

.marquee:hover span {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
}

.marquee span:nth-child(1) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
}

.marquee span:nth-child(2) {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
}

.marquee span:nth-child(3) {
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s;
}

.marquee span:nth-child(4) {
    -webkit-animation-delay: 2.4s;
            animation-delay: 2.4s;
}

.marquee span:nth-child(5) {
    -webkit-animation-delay: 3.2s;
            animation-delay: 3.2s;
}

@-webkit-keyframes marquee {
    0% {
        left: 100%;
    }

    100% {
        left: -100%;
    }
}

@keyframes marquee {
    0% {
        left: 100%;
    }

    100% {
        left: -100%;
    }
}

.topnav {
    background-color: rgb(0, 0, 0);
    position: fixed;
    width: 100%;

    font-size: 15pt;

    padding-top: 8pt;
    /* outer */
    -webkit-box-shadow: 0 2px 30px rgba(60, 111, 205, 0.342);
            box-shadow: 0 2px 30px rgba(60, 111, 205, 0.253);

    z-index: 300;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.topnav .logo {
    display: inline-block;
    padding-left: 16pt;
    padding-right: 20pt;
    padding-bottom: 0pt;
}

.topnav .logo img {
    height: 30px;  
    width: auto;
    filter: drop-shadow(0px -2px 3px rgb(0, 34, 255));
    transition: filter 1s ease-out;
}

.topnav .logo:hover img {
    filter: drop-shadow(0px 2px 4px rgb(12, 227, 255));
}

.topnav a {
    text-decoration: none;
    color: snow;
}

.topnav-link {
    /* shader font */
    font-family: "shader", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: snow;
    padding-left: 26pt;
    font-size: 9pt;
    text-decoration: none;
    padding-right: 32pt;
}

.topnav .active {
    border-bottom: 2px solid snow;
}

.topnav a:hover {
    color: rgb(42, 22, 223);
}


/* ### MAIN CONTENT ############################################### */

.main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; 
    -webkit-box-align: center; 
        -ms-flex-align: center; 
            align-items: center; 
    min-height: 100vh;
    max-height: 100vh;
    text-align: center;
    padding-top: 12vh;
    overflow-y: auto;
}

#logo-vid {
    /* center */
    padding-bottom: 16pt;
    width: 23%;
    position: relative;
    z-index: 10;
    /* adjust for off-balance */
    padding-right: 3.2%;
    /* give transparent image a glow with filter drop-shadow */
    filter: drop-shadow(-25px 0px 2px rgba(111, 120, 243, 0.311)) drop-shadow(99px 0px 2px rgba(7, 117, 172, 0.226));
}

/* fa-icons */
i {
    font-family: FontAwesome !important;
    font-style: normal;
}

/* lnktreeesque */
ul {
    list-style: none;
    padding-left: 0;
    padding-top: 12pt;
    padding-bottom: 4%;
    text-align: center;
    z-index: 100;
}
ul li {
    display: inline-block;
    font-size: 18pt;
    padding-bottom: 28pt;
    padding: 10px;
    color: rgb(255, 255, 255);
}
ul li a:hover {
    color: rgb(164, 158, 255);
}

/* PROJECT-PAGE BUTTONS */
.centered-project-button {
    padding-bottom: 8pt;
}

.project-button {
    background-color: transparent;
    border-radius: 25px;
    padding: 18px 36px;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 300px;
    border-color: rgb(197, 197, 201);
    cursor: pointer;

    font-family: "shader", sans-serif;
    font-weight: 300;
    font-style: normal;

    background-color: black;
    color: rgb(231, 222, 222);
    -webkit-box-shadow: 0 5px 15px rgba(97, 123, 201, 0.406);
            box-shadow: 0 5px 15px rgba(97, 123, 201, 0.406);
}
.project-button span.text {
    word-spacing: 2pt;
    padding-left: 12pt;
}
.project-button:hover {
    -webkit-box-shadow: 0 5px 25px rgba(97, 123, 201, 0.806);
            box-shadow: 0 5px 25px rgba(97, 123, 201, 0.806);
}

/* MUSIC BUTTONS */
button {
    background-color: transparent;
    border-radius: 25px;
    padding: 18px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 300px;
    border-color: rgba(211, 210, 225, 0.313);
    cursor: pointer;

    font-family: "shader", sans-serif;
    font-weight: 300;
    font-style: normal;
}

button span.text {
    padding-left: 12pt;
}


.button-spotify {
    background-color: black;
    color: rgb(97, 201, 128);
    -webkit-box-shadow: 0 5px 15px rgba(97, 201, 128, 0.206);
            box-shadow: 0 5px 15px rgba(97, 201, 128, 0.206);
}
.button-spotify:hover {
    -webkit-box-shadow: 0 5px 25px rgba(97, 201, 128, 0.506);
            box-shadow: 0 5px 25px rgba(97, 201, 128, 0.506);
}

.button-bandcamp {
    background-color: black;
    color: rgb(61, 170, 197);
    -webkit-box-shadow: 0 5px 15px rgba(61, 170, 197, .190);
            box-shadow: 0 5px 15px rgba(61, 170, 197, .190);
}
.button-bandcamp:hover {
    -webkit-box-shadow: 0 5px 25px rgba(61, 170, 197, 0.590);
            box-shadow: 0 5px 25px rgba(61, 170, 197, 0.590);
}

.button-youtube {
    background-color: black;
    color: rgb(227, 34, 89);
    -webkit-box-shadow: 0 5px 15px rgba(227, 34, 89, 0.2);
            box-shadow: 0 5px 15px rgba(227, 34, 89, 0.2);
}
.button-youtube:hover {
    -webkit-box-shadow: 0 5px 25px rgb(227, 34, 89, 0.29);
            box-shadow: 0 5px 25px rgb(227, 34, 89, 0.29);
}


/* ### BOTTOM BAR ############################################### */

.bottom-bar {
    width: 100%;
    -webkit-box-shadow: 0  10px 30px rgba(60, 111, 205, 0.153);
            box-shadow: 0  10px 30px rgba(60, 111, 205, 0.153);
    z-index: 100;
}

/* font-awesome */
.bottom-bar i {
    font-size: large;
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.bottom-bar-left {
    width: 100%;
    background-color: rgb(0, 0, 0);
    height: 40px;
    position: fixed;
    bottom: 0;
    text-align: left;
    z-index: 100;
}

.bottom-bar a {
    text-decoration: none;
    color: rgb(251, 250, 255);

    text-shadow: 0 2px 10px rgba(25, 0, 255, 0.639);
    
    padding-top: 8pt;
    padding-bottom: 10pt;
    margin-left: 2%;
    margin-right: 2%;
    display: inline-block;
    font-size: 12pt;
    text-align:center;
}

.bottom-bar a:hover {
    color: rgb(42, 22, 223);
}

.btm-link {
    display: flex;
    align-items: center;
    text-decoration: none;
  }
  
  .btm-link i {
    margin-right: 8px; 
  }
  
  .btm-link-name {
    display: inline-block;
    font-family: "shader", sans-serif;
    font-size: 8pt;
    font-weight: 400;
    font-style: normal;
  }

  /* center icon+text */
  .bottom-bar i, .btm-link-name {
    line-height: 1;
    vertical-align: middle;
}


/* ### RESPONSIVE ############################################### */


/* Mid size laptop / tablet */
@media only screen and (max-width: 935px) {
    .topnav {
        font-size: 14pt;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .centered-content {
        width: 89%;
    }
}

/* non-fullscreen */
@media only screen and (max-width: 1000px) {

    #logo-vid {
        width: 100%;
        padding-bottom: 25%;
        position: absolute;
        z-index: 10;
    }
}

/* tablet */
@media only screen and (max-width: 750px) {

    #logo-vid {
        /* center the video */
        width: 90%;
        padding-bottom: 35%;
        position: absolute;
        z-index: 10;
        /* very wide dark shadow */
    }

    .topnav {
        font-size: 10pt;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }

    .topnav a {
        text-decoration: none;
        text-align: center;
        color: snow;
        margin: 0 auto 0 0;
    }

    .contact-links {
        font-size: 20pt;
        margin-right: 22pt;
    }
}

/* phone */
@media only screen and (max-width: 450px) {

    body {
        overflow: auto;
    }

    .main {
        min-height: unset;
        max-height: unset;
        padding-top: 9vh;
        overflow-y: visible;
    }

    #logo-vid {
        /* center */
        padding-bottom: 32pt;
        width: 53%;
        position: relative;
        z-index: 10;
        /* adjust for off-balance */
    }

    .centered-content {
        width: 100%;
    }

    .topnav {
        font-size: 10pt;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .topnav .logo img {
        height: 25px;  
        width: auto;
        filter: drop-shadow(0px -2px 3px rgb(0, 34, 255));
        transition: filter 1s ease-out;
    }

    .topnav-link {
        font-size: 10pt;
        position: absolute;
        padding-bottom: 16pt;
        padding-left: 68%;
        padding-right: 2pt;
        text-align: right;
        display: inline;
    }

    .topnav a {
        margin-bottom: 2pt;
    }

    .contact-links {
        font-size: 14pt;
        margin-right: 22pt;
    }

    .bottom-bar-left {
        height: 40px;
        display: grid;
        grid-template-columns: repeat(3, 1fr); 
        grid-template-rows: repeat(1, 1fr);  
        grid-gap: 2px; 
        align-items: center; 
        justify-content: center; 
    }

    .bottom-bar a {
        margin-left: 0;
        margin-right: 0;
        text-align: center; 
    }
}

@media only screen and (max-width: 320px) {
    .main {
        padding-top: 80pt;
    }
}
