﻿@charset "utf-8";

@font-face {
    font-family: AlienFont;
    src: url(../fonts/alienleague.ttf) format('truetype');
    /* Safari, Android, iOS */
}

* {
    /* reset all 'default' margins & padding */
    margin: 0;
    padding: 0;
}

html {
    background-color: #000;
    background-image: url(../img/Inside_2000x2000_Bandcamp_BG.jpg);
    background-size: 2000px 2000px;
    background-repeat: no-repeat;
    max-width: 2000px;
    height: 2000px;
    background-position: center;
    margin: 0 auto;
    background-size: cover;
    font-size: 16px;

    /* fade in webpage */
    animation: fadeInAnimation ease 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}

body {
    font-family: AlienFont;
    color: #F8CB37;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    /* another method of smoothing out the font */
}

a,
img {
    border: none;
    outline: none;
}

a,
a:visited,
a:active {
    color: rgba(210, 0, 0, .9);
    text-decoration: none;
    font-size: 1.5em;
}

a:hover {}

.page-wrapper {}

.content {}

.mainLogoTop  {
    margin: 40px 0 20px;
    display: flex;
    justify-content: center;
}

.mainLogoTop a {
    display: flex;
    width: fit-content;
}

.mainLogoTop img {
    margin: 0 auto;
    display: block;
    max-width: 570px;
    width: 100%
}

.main-content {
    background-color: rgba(0, 0, 0, .7);
    max-width: 700px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 180px;
}

.title1,
.title2 {
    font-weight: 600;
    font-size: 2rem;
    line-height: 2rem;
    margin: 0 auto 35px;
    padding: 45px 0 0;
    text-align: center;
    display: block;
}

.title1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.title1 span:last-of-type {
    display: flex;
    flex-direction: row;
    margin: 0 0 0 10px;
}

.title1 span:last-of-type > a{
    display: flex;
}

.title1 img.icon-spotify {
    width: 40px;
    height: auto;
}

.title1 img.logo-spotify {
    display: none;
}

.title2 {
    margin: 50px auto 35px;
}

.bandcamp-player-wrapper {
    position: relative;
    text-align: center;
    max-width: 490px;
    margin: 0 auto
}

.bandcamp-player-wrapper .drifter-player {
    height: 610px;
    width: 100%;
    border: 0;
}

.merch-top-wrapper {
    margin: 0 auto;
    display: block;
    max-width: 570px;
}

.merch-top-wrapper .title {
    font-size: 20px;
    margin: 20px 0;
}

.merch-top-img {
    margin: 0 40px;
}

.merch-top-img img {
    background-color: #222;
    max-width: 100%;
    height: auto;
}

.merch-wrapper-lower {
    align-items: center;
    align-content: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
}

.merch-left-wrapper,
.merch-right-wrapper {
    width: 290px;
    position: relative;
    margin: 20px;
}

.merch-left-wrapper .title,
.merch-right-wrapper .title {
    font-size: 20px;
    margin: 20px 0 0;
}

.merch-left-img {
    background-image: url(../img/merch/ATIT_LogoWhite.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 20px 0 0;
    max-width: 100%;
    height: 270px;
}

.merch-right-img {
    background-image: url(../img/merch/CD_Front_sm_500x500.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 20px 0 0;
    max-width: 100%;
    height: 270px;
}

div.shows-wrapper {
    position: relative;
    margin: 40px 20px 0;
}

.show-flyer {}

.show-flyer img {
    background-color: #222;
    max-width: 100%;
    height: auto;
}

.videos-wrapper {
    position: relative;
    margin: 0 20px;
}

.video-feature {
    background-color: transparent;
    background-repeat: no-repeat;

    padding-bottom: 57%;
    position: relative;
    height: 0;
    background-color: rgba(100, 100, 100, .05);
}

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

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

.video-feature video {
    left: 0;
    top: 0;
    height: auto;
    width: 100%;
    position: absolute;
    outline: none;
}

#footer {
    width: 100%;
    height: 46px;
    bottom: 0;
    left: 0;
    position: fixed;
    background-color: #000;
    opacity: .7;
    z-index: 100;
}

.footerCenter {
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.footerImgLnk {
    max-width: 485px;
    height: 46px;
    margin: 0 auto;

    background-image: url(../img/footer.png);
    background-size: 485px 46px;
    background-repeat: no-repeat;
}


/* making divs into clickable buttons, re-used throughout
-----------------------------------------------------------*/
.merch-left-wrapper a,
.merch-right-wrapper a,
.footerCenter a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    /* No underlines on the link */
    z-index: 10;
    /* Places the link above everything else in the div */
    background-color: transparent;
    /* Fix to make div clickable in IE */
    opacity: 1;
    /* Fix to make div clickable in IE */
    filter: alpha(opacity=1);
    /* Fix to make div clickable in IE */
}


/* Mobile styles
----------------------------------------------------------*/
@media only screen and (max-width: 970px) {

    body {}

    #wrapper {
        margin: 0 auto;
    }

    .content {}

    .main-content {
        background-color: rgba(0, 0, 0, .7);
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        text-align: center;
        padding: 0 0 80px;
    }

    .title2 {
        margin: 0 auto 20px;
    }

    .pushDown {
        height: 30px;
    }
}


@media only screen and (max-width: 650px) {

    .title1 {
        flex-direction: column;
    }

    .title1 span:last-of-type {
        margin: 20px 0 0;
    }
    
    .title1 img.icon-spotify {
        display: none;
    }
    
    .title1 img.logo-spotify {
        display: flex;
        width: 200px;
    }
}


@media only screen and (max-width: 485px) {

    .title1 {
        font-size: 1.5rem;
    }

    .footerImgLnk {
        background: none;
    }
}