@import url('https://fonts.googleapis.com/css?family=Orbitron&display=swap');

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

body{
    font-family: 'Orbitron', sans-serif;
    background:black;
    width:100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    overflow-x: hidden;
}

.descriptions{
    width:100%;
    max-width:300px;
    margin-bottom:12px;
}

.albumModal{
    transition:all 1s;
}

.overlay{
    padding:24px 0px 144px 0px;
    margin:0 auto;
    display:grid;
    /* grid-gap:16px;  */
    grid-row-gap:32px;
    grid-column-gap:16px;
}

.grid-container{
    padding:24px 0px 144px 0px;
    margin:0 auto;
    display:grid;
    grid-row-gap:32px;
    grid-column-gap:16px;
    /* grid-gap:16px; */
    /* grid-template-areas:
        "main   main    cdrow1 cdrow1 cdrow1 cdrow1 cdrow1"
        "main   main    cdrow2 cdrow2 cdrow2 cdrow2 cdrow2"
        "cdrow3 cdrow3  cdrow3 cdrow3 cdrow3 cdrow3 cdrow3"
    ; */
}

.animationPlaystate{
    animation-play-state:paused;
    -webkit-animation-play-state:paused;
    -moz-animation-play-state:paused;
    -o-animation-play-state:paused;
}

.runAnimation{
    animation-play-state:running;
    -webkit-animation-play-state:running;
    -moz-animation-play-state:running;
    -o-animation-play-state:running;
}

#barrel{
    transform-origin:50% 50%;
    animation-name:rollIn;
    animation-duration:3s;
    animation-timing-function: ease-in-out;
    -webkit-animation-name:rollIn;
    -webkit-animation-duration:2.5s;
    -webkit-animation-timing-function: ease-in-out;

    -moz-animation-name:rollIn;
    -moz-animation-duration:2.5s;
    -moz-animation-timing-function: ease-in-out;

    -o-animation-name:rollIn;
    -o-animation-duration:2.5s;
    -o-animation-timing-function: ease-in-out;
    
}

@keyframes rollIn{
    from{opacity:0; transform:translateX(120px) rotate(180deg);}
    to{ opacity:1; transform:translateX(0px) rotate(0deg);}
}

@-webkit-keyframes rollIn{
    from{opacity:0; transform:translateX(120px) rotate(180deg);}
    to{ opacity:1; transform:translateX(0px) rotate(0deg);}
}

@-moz-keyframes rollIn{
    from{opacity:0; transform:translateX(120px) rotate(180deg);}
    to{ opacity:1; transform:translateX(0px) rotate(0deg);}
}

@-o-keyframes rollIn{
    from{opacity:0; transform:translateY(16px) rotate(180deg);}
    to{ opacity:1; transform:translateX(0px) rotate(0deg);}
}


@keyframes fadeIn{
    0%{opacity:0; transform:translateY(-16px);}
    25%{opacity:0; transform:translateY(-16px);}
    40%{opacity:0; transform:translateY(-16px);}
    100%{ opacity:1; transform:translateX(0px);}
}

@-webkit-keyframes fadeIn{
    0%{opacity:0; transform:translateY(-16px);}
    25%{opacity:0; transform:translateY(-16px);}
    40%{opacity:0; transform:translateY(-16px);}
    100%{ opacity:1; transform:translateX(0px);}
}

@-moz-keyframes fadeIn{
    0%{opacity:0; transform:translateY(-16px);}
    25%{opacity:0; transform:translateY(-16px);}
    40%{opacity:0; transform:translateY(-16px);}
    100%{ opacity:1; transform:translateX(0px);}
}

@-o-keyframes fadeIn{
    0%{opacity:0; transform:translateY(-16px);}
    25%{opacity:0; transform:translateY(-16px);}
    40%{opacity:0; transform:translateY(-16px);}
    100%{ opacity:1; transform:translateX(0px);}
}


#barrelStreamModal{
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    display:flex;
    flex-direction: column;
    width:100vw;
    height:100vh;
    background:rgba(0,0,0,1);
    transition:all .5s;
    align-items: center;
    justify-content: center;
    color:#C13033;
}

#barrelStreamModal p{
    padding:8px;
    font-size:.9rem;
    max-width: 420px;
    line-height: 160%;
    width: 90%;
}

button{
    color:#c13033;
    font-size:1rem;
    border-radius:30px;
    padding:2px 8px 2px 8px;
    position:fixed;
    bottom:32px;
    right:24px;
}

.tippy-tooltip.crunchy-theme {
    background-color:#c13033;
    color: #fff;
  }
  
  .tippy-tooltip.crunchy-theme[data-animatefill] {
    background-color: transparent;
  }
  
  .tippy-tooltip.crunchy-theme .tippy-backdrop {
    background-color:#c13033;
  }

  #infoButton{
    position:fixed;
    border-radius: 30px;
    right:24px;
    bottom:32px;
    color:#c13033;
    background: #fff;
    padding: 9px 12px 5px 13px;
    transition:all .5s;
    cursor:pointer;
}

#infoButton:hover{
    color:#fff;
    background:#c13033;
}

  #wineDescription{
    color:white;
    background:#c13033;
    text-align:left;
    padding:4px;
    position:fixed;
    bottom:88px;
    right:24px;
    max-width:86vw;
    border-radius:8px; 
    transition:all 0.5s;
  }

#wineDate{
    text-align:center;
    position:center;
	color: #c13033;
    font-size: 3rem;
    font-family: Orbitron;
    letter-spacing: 4px;
  }

.card{
    transition:all 1s;
}

.card .retailLogos{
    height: .8rem;
    width: auto;
    vertical-align: middle;
    margin-right: 5px;
}

.cardSocials{
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width:100%;    
}

.cardSocials a{
    padding: 8px 12px 6px 12px;
}

.clock{
    position:fixed;
    top:16px;
    left:16px;
    line-height:120%;
    margin: 8px auto;
    display: block;
    text-align: center;
    width: auto;
    color: #c13033;
    font-size: 2.2rem;
    font-family: Orbitron;
    letter-spacing: 4px;
    max-width:90%;
}

.hidden{
    z-index:-20;
    opacity:0;
    display:none;
    transition: all .5s;
}

.reveal{
    display:flex;
    z-index:20;
}

#close{
    position:fixed;
    bottom:20px;
    left:8px;
    text-decoration: underline;
    text-align: center;
    cursor: pointer;
}
s
#close:hover{
    color:white;
}

#closeNewsletter{
    position: fixed;
    bottom: 24px;
    left: 16px;
    text-decoration: underline;
    text-align: center;
    cursor: pointer;
    font-size: 1.2em;
}

#closeNewsletter:hover{
    color:white;
}

#infoPopup{
    text-align:left;
}

#newsletterButton{
    cursor: pointer;
}

.social{
    display: flex;
    width:100vw;
    height:64px;
    background: url('../img/socialBar.jpg')no-repeat;
    background-position: center center;
    background-size:cover;
    position:fixed;
    bottom:0;
    z-index:4;
}

a, span{
    vertical-align: bottom;
    transition:all 0.5s;
}

.card a:hover{
    transform:translateY(-6px);
}

.socialLinks a:hover{
    transform:translateY(-6px);

}

#newsletterModal{
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    /* display:flex; */
    flex-direction: column;
    width:100vw;
    height:100vh;
    transition:all .5s;
    align-items: center;
    justify-content: center;
    color:#C13033;
}

#form{
    display: flex;
    margin: 0 auto;
    width: 90vw;
    max-width: 320px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius:3px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    animation-name: newsletter;
    animation-duration:1.8s;
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

#form #closeFormButton{
    position: relative;
    color: #c13033;
    top: 17px;
    right: -158px;
    padding: 6px 10px 8px 10px;
    background: #fff;
    border-radius: 30px;
    font-weight: bold;
    border: 1px solid #C13036;
    cursor: pointer;
    transition:all 0.5s;
}

#form #closeFormButton:hover{
    color:white;
    background:#c13033;
}

#form form div{
    width: 100vw;
    max-width: 330px;
    background:#fff;
    text-align:center;
    box-shadow: 3px 0px 8px 3px rgb(0, 0, 0);
}

#form form img{
    width:100%;
    max-width:100%;
    height:auto;
}

#newsletterPopupImage{
    margin-bottom:-4px;
}

#newsletterPopupText{
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding-bottom:10px;
}

#newsletterPopupText p{
    columns: #c1303c;
    line-height: 140%;
    padding:8px;
}

#newsletterPopupText input{
    text-align: center;
    width:92%;
    max-width:290px;
}

#emailAddress{
    margin-top:4px;
    border: 1px solid #c13033;
    padding: 4px;
}

#subscribe{
    margin-top:-4px;
    color: #fff;
    background: #c13033;
    border-radius: 4px;
    padding: 6px;
    font-size:.7em;
    text-transform:uppercase;
}

#subscribe:hover{
    color:#c13033;
    background:#fff;
}

@keyframes newsletter{
    from{opacity:0; transform:translateY(-8px);}
    to{opacity:1; transform:translateY(0px);}
}

@-moz-keyframes newsletter{
    from{opacity:0; transform:translateY(-8px);}
    to{opacity:1; transform:translateY(0px);}
}

@-webkit-keyframes newsletter{
    from{opacity:0; transform:translateY(-8px);}
    to{opacity:1; transform:translateY(0px);}
}

@-moz-keyframes newsletter{
    from{opacity:0; transform:translateY(-8px);}
    to{opacity:1; transform:translateY(0px);}
}

.socialLinks span:hover{
    transform:translateY(-6px);
}

#hashtag{
    display: inline-block;
    margin:auto auto 6px 8px;
    vertical-align: bottom;
}

.socialLinks{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin:4px 8px 4px auto;
    vertical-align: middle;
}

.socialLinks a, span{
    height:34px;
    margin:6px;
}



#tagline{
    position:absolute;
}

#tagline img{
    height:80px;
}

.retail{
    position:absolute;
    background: url('../img/retailBoard.jpg')no-repeat;
    background-position: center center;
    background-size:cover;
    position:fixed;
    display:flex;
    top:0;
    right:16px;
    justify-content: center;
    flex-direction: row;
    text-align: center;
    box-shadow: 3px 0px 8px 1px rgb(0, 0, 0);
    z-index:10;
}

.retail img{
    height:30px;
}

#retailLinks img{
    transition:all .5s;
}

#retailLinks img:hover{
}

#divider{
    margin:0px 8px auto 8px;
}

#barrelStreamLink{
    display:flex;
    flex-direction:row;
}

.item{
    cursor: pointer;
    background-color:mistyrose;
    padding:8px;
    text-align:center;
    box-shadow: 3px 0px 8px 1px rgb(0, 0, 0);
    transition:all 0.5s;
    transform-origin: 50% 100%;
    animation-play-state: paused;
    animation-name:fadeIn;
    animation-duration:4s;
    animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.275); 
}

.item:hover{
    transform:scale(1.03);
    transform:translateZ(8);
}

.item1{
    background-color:tomato;
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}

.item1{
    background:url('../img/1.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
}

.item2{
    background:url('../img/2.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
}

.item3{
    background:url('../img/3.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
}

.item4{
    background:url('../img/4.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
}

.item5{
    background:url('../img/5.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
}

.item6{
    background:url('../img/6.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
}

.item7{
    background:url('../img/7.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
}

.item8{
    background:url('../img/8.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
}

.item9{
    background:url('../img/9.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
}

.item10{
    background:url('../img/10.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
}

.item11{
    background:url('../img/11.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
}

.item12{
    background:url('../img/12.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
}

.item13{
    background:url('../img/13.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
}

.item14{
    background:url('../img/14.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
}

.item15{
    background:url('../img/15.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
}

.item16{
    background:url('../img/16.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
}

.item17{
    background:url('../img/17.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
}

.item18{
    background:url('../img/18.png') no-repeat;
    background-position: center center;
    background-size: cover;
    box-shadow:0px 0px 0px 0px rgba(0,0,0,0);
}

.holder{
    margin:auto 0 -16px 0;
    border-image: url('../img/shelf.jpg')20 fill;
    text-align:center;    
}

.holder1{
    height:16px;
    box-shadow: 4px 5px 8px 3px rgba(24,24,24,0.8);
}

.shelf{
    height:16px;
    margin:auto 0 -16px 0;
    pointer-events: none;
    z-index:2;
    border-image: url('../img/shelf.jpg')16 fill;
    box-shadow: 4px 5px 8px 3px rgba(24,24,24,0.8);
}

.grids{
    position:relative;
    width:96%;
    padding:4px;
    max-width:1500px;
}

.closeModalButton{
    cursor:pointer;
    text-decoration: underline;
    margin-top:8px;
}

.closeModalButton:hover{
    text-decoration: none;
}



@media only screen and (min-width: 661px) {

    #tagline{
        width:100%;
        display:inline-block;
        position:absolute;
        margin:0 auto; 
        top:20px;
        left:24px;
    }
    
    #tagline img{
        display:inline-block;
        margin:0 auto;
        width:auto;
        height:32px;
    }

    .holder1{
        grid-column: 1 / -1;
        grid-row: 2 ;
    }

    .shelf1{
        grid-column: 1 / -1;
        grid-row-start:3;
    }

    .shelf2{
        grid-column: 1 / -1;
        grid-row-start:4;
    }

    .shelf3{
        grid-column: 1 / -1;
        grid-row-start:5;
    }

    .shelf4{
        grid-column: 1 / -1;
        grid-row-start:6;
    }

    .shelf5{
        grid-column: 1 / -1;
        grid-row-start:7;
    }

    .shelf6{
        grid-column: 1 / -1;
        grid-row-start:8;
    }

    .shelf7{
        grid-column: 1 / -1;
        grid-row-start:9;
    }

    .shelf8{
        grid-column: 1 / -1;
        grid-row-start:10;
    }

    .shelf9{
        grid-column: 1 / -1;
        grid-row-start:11;
    }

    .overlay{
        pointer-events: none;
        position:absolute;
        z-index:2;
        margin:0 auto;
        width:96%;
        max-width:1500px;
        grid-template-columns: repeat(auto-fit, 200px);
        grid-template-rows: repeat(11, 200px);
    }

    .grid-container{
        position:absolute;
        margin:0 auto;
        width:96%;
        max-width:1500px;
        grid-template-columns: repeat(auto-fit, 200px);
        grid-template-rows: repeat(11, 200px);
    }

    .retail{
        padding:8px 12px 4px 12px;
    }
} 

@media only screen and (min-width: 678px) {

    .holder1{
        grid-column: 1 / -1;
        grid-row: 2 ;
    }

    .shelf1{
        grid-column: 3 / -1;
        grid-row-start:1;
    }

    .shelf2{
        grid-column: 1 / -1;
        grid-row-start:2;
    }

    .shelf3{
        grid-column: 1 / -1;
        grid-row-start:3;
    }

    .shelf4{
        grid-column: 1 / -1;
        grid-row-start:4;
    }

    .shelf5{
        grid-column: 1 / -1;
        grid-row-start:5;
    }

    .shelf6{
        grid-column: 1 / -1;
        grid-row-start:6;
    }

    .shelf7{
        grid-column: 1 / -1;
        grid-row-start:7;
    }

    .shelf8{
        grid-column: 1 / -1;
        grid-row-start:8;
        display:none;
    }

    .shelf9{
        grid-column: 1 / -1;
        grid-row-start:9;
        display:none;
    }

    .overlay{
        pointer-events: none;
        position:absolute;
        z-index:2;
        margin:0 auto;
        width:96%;
        max-width:1500px;
        grid-template-columns: repeat(auto-fit, 200px);
        grid-template-rows: repeat(7, 200px);
    }

    .grid-container{
        position:absolute;
        margin:0 auto;
        width:96%;
        max-width:1500px;
        grid-template-columns: repeat(auto-fit, 200px);
        grid-template-rows: repeat(7, 200px);
    }
} 

@media only screen and (min-width: 884px) {
    .shelf7{
        display:none;
    }
    .shelf8{
        display:none;
    }
    .shelf9{
        display:none;
    }

.overlay{
    pointer-events: none;
    position:absolute;
    z-index:2;
    margin:0 auto;
    width:100%;
    max-width:1500px;
    grid-template-columns: repeat(auto-fit, 200px);
    grid-template-rows: repeat(6, 200px);
}

.grid-container{
    position:absolute;
    margin:0 auto;
    width:100%;
    max-width:1500px;
    grid-template-columns: repeat(auto-fit, 200px);
    grid-template-rows: repeat(6, 200px);
}
}

@media only screen and (min-width: 1108px) {
    .shelf6{
        display:none;
    }
    .shelf7{
        display:none;
    }
    .shelf8{
        display:none;
    }
    .shelf9{
        display:none;
    }
    .overlay{
    grid-template-rows: repeat(5, 200px);
    }

    .grid-container{
    grid-template-rows: repeat(5, 200px);
    }
}

@media only screen and (min-width: 1324px) {
    .shelf5{
        display:none;
    }
    .shelf6{
        display:none;
    }
    .shelf7{
        display:none;
    }
    .shelf8{
        display:none;
    }
    .shelf9{
        display:none;
    }
    .overlay{
    grid-template-rows: repeat(4, 200px);
    }

    .grid-container{
    grid-template-rows: repeat(4, 200px);
    }    
}

@media only screen and (min-width: 1550px) {
    .shelf4{
        display:none;
    }
    .shelf5{
        display:none;
    }
    .shelf6{
        display:none;
    }
    .shelf7{
        display:none;
    }
    .shelf8{
        display:none;
    }
    .shelf9{
        display:none;
    }
    .overlay{
    grid-template-rows: repeat(3, 200px);
    }

    .grid-container{
    grid-template-rows: repeat(3, 200px);
    }    
}

@media only screen and (min-width: 1559px) {
    .shelf4{
        display:none;
    }
    .shelf5{
        display:none;
    }
    .shelf6{
        display:none;
    }
    .shelf7{
        display:none;
    }
    .shelf8{
        display:none;
    }
    .shelf9{
        display:none;
    }
    .overlay{
        /* height:100vh; */
        grid-template-rows: repeat(3, 200px);
    }
    .grid-container{
        /* height:100vh; */
        grid-template-rows: repeat(3, 200px);
    }
}


@media only screen and (max-width: 660px) {
body {
    width:100%;
    background-color: lightblue;
}

.retail{
    width:100%;
    position:absolute;
    top:0;
    left:0;
    right:0;
    padding-top:8px;
    padding-bottom:8px;
}

.holder{
    grid-column: 1 / -1;
    grid-row-start:2; 
}

.shelf1{
    grid-column: 1 / -1;
    grid-row-start:3;
}

.shelf2{
    grid-column: 1 / -1;
    grid-row-start:4;
}

.shelf3{
    grid-column: 1 / -1;
    grid-row-start:5;
}

.shelf4{
    grid-column: 1 / -1;
    grid-row-start:6;
}

.shelf5{
    grid-column: 1 / -1;
    grid-row-start:7;
}

.shelf6{
    grid-column: 1 / -1;
    grid-row-start:8;
}

.shelf7{
    grid-column: 1 / -1;
    grid-row-start:9;
}

.shelf8{
    grid-column: 1 / -1;
    grid-row-start:10;
}

.shelf9{
    grid-column: 1 / -1;
    grid-row-start:11;
}

.overlay{
    pointer-events: none;
    position:absolute;
    z-index:2;
    margin:144px auto 40px auto;
    width:96%;
    max-width:496px;
    grid-template-columns: repeat(2, 240px);
    grid-template-rows: repeat(11, 240px);
}

.grid-container{
    position:absolute;
    margin:144px auto 40px auto;
    width:96%;
    max-width:496px;
    grid-template-columns: repeat(2, 240px);
    grid-template-rows: repeat(11, 240px);
}

.shelf1{
    grid-column: 1 / -1;
    grid-row-start:3;
}

.item2{
    grid-column: 2 / 2;
    grid-row-start:3;
}

.item3{
    grid-column-start:1;
    grid-row-start:4;
}
}


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

body{
        background:url("../img/bg_mobile.jpg");
    }    

body {
    background-color: green;
}

#hashtag{
    display: inline-block;
    margin:auto auto 12px 8px;
    vertical-align: middle;
}


.socialLinks a,img,span{
    height:28px;
}

.holder1{
    height:16px;
}

.overlay{
    pointer-events: none;
    position:absolute;
    z-index:2;
    margin:8px auto 40px auto;
    width:96%;
    max-width:384px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(11, minmax(148px, 172px));
}

.grid-container{
    width:96%;
    margin:8px auto 40px auto;
    max-width:384px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(11, minmax(148px, 172px));
}



.retail{
    display:flex;
    padding-top:16px;
    align-items:center;
}

#retailLinks{
    margin-top:8px;
}

.shelf{
    border-image: url('../img/shelf.jpg')24 fill;
}

.shelf1{
    grid-column: 1 / -1;
    grid-row-start:3;
}

.item2{
    grid-column: 2 / 2;
    grid-row-start:3;
}


.item18{
    grid-row-start:3;
    background-size:contain;
}


}

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

    #tagline{
        mix-blend-mode: initial;
    }

    .retail{
        flex-direction: row;
    }

    .retail #barrelStreamLink img{
        height:20px;
    }

    .retail #retailLinks img{
        height:26px;
        vertical-align: middle;
        margin-top:-6px;
    }
}

@media only screen and (max-width: 400px) {
    #tagline{
        width:100%;
        display:block;
        position:absolute;
        top:56px;
        left:0;
        margin:16px auto 8px auto; 
    }
    
    #tagline img{
        display:block;
        margin:0 auto;
        width:88%;
        height:auto;
    }

    .grids{
        margin:160px auto 8px auto ;
    }

    .overlay, .grid-container{
        margin:0px auto 40px auto;
    }
}

@media only screen and (min-width: 401px) {
    #tagline{
        width:100%;
        display:block;
        position:relative;
        margin:80px auto 8px auto; 
    }
    
    #tagline img{
        display:block;
        margin:0 auto;
        width:88%;
        height:auto;
    }

    .grids{
        margin:0px auto 8px auto ;
    }

    .overlay, .grid-container{
        margin:8px auto 40px auto;
    }
}

@media only screen and (min-width:320px){

    body{
        background:url("../img/bg_mobile.jpg");
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size:cover;
    }

    .albumModal h1{
        color:#fff;
        font-size:1rem;
    }

    .albumModal p{
        font-size:.8rem;
    }
    

    .albumModal{
        position:fixed;
        flex-direction:column;
        align-items:center;
        justify-content: center;
        text-align: center;
        width:100vw;
        height:100vh;
        top:0;
        right:0;
        bottom:0;
        left:0;
        background-color:rgba(0,0,0,0.8);
        color:white;
        transition:all 1s;
    }

    .card{
        background:
        rgba(58, 27, 14, 0.9)
          linear-gradient(0 , rgba(200,0,0,0), rgb(103, 0, 0));
        display:flex;
        flex-direction:column;
        justify-content: center;
        align-items: center;
        padding:16px;
        /* padding:16px;
        grid-template-columns:1fr;
        grid-template-rows:1fr 1fr;
        grid-template-areas:
        "column1"
        "column2"
        ; */
    }

    .column1{
        grid-area:column1;
        display:flex;
        flex-direction: column;
        justify-content: center;
        padding:4px;
        color:white;
        line-height:120%;
    }

    .column1 img{
        width:90%;
        height:auto;
        margin:8px auto 8px auto;
    }

    .column2{
        grid-area:column2;
        display:flex;
        flex-direction: column;
        justify-content: center;
        padding:4px;
        text-align:center;
        line-height:120%;
    }

    .artistRetailLinks{
        display:flex;
        flex-direction:row;
        align-items:center;
        justify-content: center;
        flex-wrap:wrap;
        width:100%;
        max-width:420px;
        margin:4px 0px 4px 0px;
    }
    
    
    .artistSocialLinks{
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content: center;
        margin-top:8px;
    }
    

    .artistRetailLinks a{
        color:#fff;
        background-color:#C13033;
        padding:8px 12px 6px 12px;
        margin:4px;
        text-align:center;
        text-decoration: none;
        width:92%;
        max-width:124px;
        font-size:.6rem;
    }

    .artistSocialLinks a{
        color:#fff;
        background-color:#C13033;
        padding:12px 16px 10px 12px;
        margin:4px;
        text-align:center;
        text-decoration: none;
        width:auto;
        max-width:106px;
        font-size:.6rem;
    }

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

    .card img{
        width:120px;
        height:auto;
        margin:px auto;
    }
    
    .card p, h1, h2, h3, h4, h5, h6 {
        color:white;
    }

    .card .descriptions{
        font-size:.6rem;
        line-height:150%;
    }


}


@media only screen and (min-width: 661px) {

    .card .descriptions{
        font-size:.7rem;
        line-height:160%;
    }

    #tagline{
        mix-blend-mode: difference;
    }

    body{
        background:url("../img/bg.jpg");
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .albumModal h1{
        color:#fff;
        font-size:1.1rem;
    }

    .albumModal p{
        color:#fff;
        font-size:1rem;
    }
    

    .albumModal{
        position:fixed;
        flex-direction:column;
        align-items:center;
        justify-content: center;
        text-align: center;
        width:100vw;
        height:100vh;
        top:0;
        right:0;
        bottom:0;
        left:0;
        background-color:rgba(0,0,0,0.8);
        color:white;
    }

    .card{
        background:
          rgba(58, 27, 14, 0.9)
            linear-gradient(120deg , rgba(200,0,0,0), rgb(94, 4, 4));
        display:grid;
        padding:16px;
        grid-template-columns:repeat(2,1fr);
        grid-template-rows:1fr 1fr;
        grid-template-areas:
        "column1 column2"
        "column1 column2"
        ;
        box-shadow: 3px 0px 8px 1px rgb(0, 0, 0);
    }

    .column1{
        grid-area:column1;
        display:flex;
        flex-direction: column;
        justify-content: center;
        padding:4px;
        color:white;
        line-height:150%;
    }
    
    .column1 img{
        width:90%;
        height:auto;
        margin:8px auto 8px auto;
    }
    
    .column2{
        grid-area:column2;
        display:flex;
        flex-direction: column;
        justify-content: center;
        padding:12px;
        text-align:center;
        line-height:150%;
    }
    .artistRetailLinks{
        display:flex;
        flex-direction:row;
        align-items:center;
        justify-content: center;
        flex-wrap:wrap;
        width:100%;
        max-width:420px;
        margin:12px auto 12px auto;
    }
    
    
    .artistSocialLinks{
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content: center;
        margin-top:12px;
    }
    


    #tagline{
        width:100%;
        display:inline-block;
        position:absolute;
        margin:0 auto; 
        top:12px;
        left:16px;
    }
    
    #tagline img{
        display:inline-block;
        margin:0 auto;
        width:200px;
        height:auto;
    }

    .grids{
        margin: 64px auto 8px auto;
    }
}