/* font-family: 'Montserrat', sans-serif;
font-family: 'Permanent Marker', cursive; 
font-family: 'Marck Script', cursive;
*/

/* @media (min-width: 1200px){
  .container {
      max-width: 1200px;
  }
} */


* {
    color: white;
}
body{
  background:#000 url(../assets/img/stars.png) repeat top center;
}

.loading {
  background: url(../assets/img/loader3.gif) 0 center;
  height: 100%;
  width: 100%;
  position: absolute;
  background-size: contain;
  border-radius: 20px;
}

.top-title{
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-top: 10px;
}

.top-title h3 {
  font-family: 'Permanent Marker', cursive;
}

#daily-quote {
  display: flex;
  flex-flow: column;
  min-height: 160px;
}
#daily-quote p {
  display: flex;  
  align-self: center;
  font-size: 1.8em;
  font-family: 'Marck Script', cursive;
  background: #00000080;
}
#daily-quote span {
  display: flex;
  margin-top: 30px;
  align-self: flex-end;
  font-size: 1.2em;
  font-family: 'Montserrat', sans-serif;
  background: black;
}

#date {
  font-family: 'Montserrat', sans-serif;
  border-bottom: 1px solid #f0f0f0;
}
.sign-select{
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.daily-scopes {
  height: inherit;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  position: relative;
}
/* Stars */
@keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-webkit-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-moz-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-ms-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}

@keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:10000px 0;}
}
@-webkit-keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:10000px 0;}
}
@-moz-keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:10000px 0;}
}
@-ms-keyframes move-clouds-back {
    from {background-position: 0;}
    to {background-position:10000px 0;}
}

.stars, .twinkling, .clouds {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width:100%;
  height:100%;
  display:block;
}

/* .stars {
  background:#000 url(/assets/img/stars.png) repeat top center;
  z-index:-1;
} */

.twinkling{
  background:transparent url(../assets/img/twinkling.png) repeat top center;
  z-index:-1;

  -moz-animation:move-twink-back 200s linear infinite;
  -ms-animation:move-twink-back 200s linear infinite;
  -o-animation:move-twink-back 200s linear infinite;
  -webkit-animation:move-twink-back 200s linear infinite;
  animation:move-twink-back 200s linear infinite;
}

/* sign cards */
#aries {
  box-shadow: 0px 1px 2px rgb(252 216 3), 0 -1px 6px 5px #e86023;
}
#taurus {
  box-shadow: 0px 1px 2px rgb(245 126 32), 0 -1px 6px 5px #db1e28;
}
#gemini {
  box-shadow: 0px 1px 2px rgb(169 81 160), 0 -1px 6px 5px #3b4e8d;
}
#cancer {
  box-shadow: 0px 1px 2px rgb(230 115 35), 0 -1px 6px 5px #eae612;
}
#leo {
  box-shadow: 0px 1px 2px rgb(177 68 134), 0 -1px 6px 5px #ec496e;
}
#virgo {
  box-shadow: 0px 1px 2px rgb(80 170 91), 0 -1px 6px 5px #4b9ec3;
}
#libra {
  box-shadow: 0px 1px 2px rgb(227 48 37), 0 -1px 6px 5px #dd4622;
}
#scorpio {
  box-shadow: 0px 1px 2px rgb(243 106 35), 0 -1px 6px 5px #cb2350;
}
#sagittarius {
  box-shadow: 0px 1px 2px rgb(237 217 21), 0 -1px 6px 5px #e7991f;
}
#capricorn {
  box-shadow: 0px 1px 2px rgb(230 37 47), 0 -1px 6px 5px #704e9e;
}
#aquarius {
  box-shadow: 0px 1px 2px rgb(113 86 162), 0 -1px 6px 5px #537cbd;
}
#pisces {
  box-shadow: 0px 1px 2px rgb(67 192 193), 0 -1px 6px 5px #5fb958;
}

#aries .card_front{
  background:#000 url(../assets/img/aries.png) no-repeat center;
  background-size: 50px;
}
#taurus .card_front{
  background:#000 url(../assets/img/taurus.png) no-repeat center;
  background-size: 50px;
}
#gemini .card_front{
  background:#000 url(../assets/img/gemini.png) no-repeat center;
  background-size: 50px;
}
#cancer .card_front{
  background:#000 url(../assets/img/cancer.png) no-repeat center;
  background-size: 50px;
}
#leo .card_front{
  background:#000 url(../assets/img/leo.png) no-repeat center;
  background-size: 50px;
}
#virgo .card_front{
  background:#000 url(../assets/img/virgo.png) no-repeat center;
  background-size: 50px;
}
#libra .card_front{
  background:#000 url(../assets/img/libra.png) no-repeat center;
  background-size: 50px;
}
#scorpio .card_front{
  background:#000 url(../assets/img/scorpio.png) no-repeat center;
  background-size: 50px;
}
#sagittarius .card_front{
  background:#000 url(../assets/img/sagittarius.png) no-repeat center;
  background-size: 50px;
}
#capricorn .card_front{
  background:#000 url(../assets/img/capricorn.png) no-repeat center;
  background-size: 50px;
}
#aquarius .card_front{
  background:#000 url(../assets/img/aquarius.png) no-repeat center;
  background-size: 50px;
}
#pisces .card_front{
  background:#000 url(../assets/img/pisces.png) no-repeat center;
  background-size: 50px;
}
.arrow{
  text-align: center;
  position: absolute;
  left: 65px;
  top: 18px;
  transform: rotate(-90deg);
  font-size: 37px;
  margin: -31px;
}
.arrow-aries{
  text-shadow: 2px 2px 6px rgb(252 216 3), -1px 2px 8px #e86023;
  color:rgb(252 216 3);
}
.arrow-taurus{
  text-shadow: 2px 2px 6px rgb(245 126 32), -1px 2px 8px #db1e28;
  color:rgb(245 126 32);
}
.arrow-gemini{
  text-shadow: 2px 2px 6px rgb(169 81 160), -1px 2px 8px#3b4e8d;
  color:rgb(169 81 160);
}
.arrow-cancer{
  text-shadow: 2px 2px 6px rgb(230 115 35), -1px 2px 8px #eae612;
  color:rgb(230 115 35);
}
.arrow-leo{
  text-shadow: 2px 2px 6px rgb(177 68 134), -1px 2px 8px #ec496e;
  color:rgb(177 68 134);
}
.arrow-virgo{
  text-shadow: 2px 2px 6px rgb(80 170 91), -1px 2px 8px #4b9ec3;
  color:rgb(80 170 91);
}
.arrow-libra{
  text-shadow: 2px 2px 6px rgb(227 48 37), -1px 2px 8px #dd4622;
  color:rgb(227 48 37);
}
.arrow-scorpio{
  text-shadow: 2px 2px 6px rgb(243 106 35), -1px 2px 8px#cb2350;
  color:rgb(243 106 35);
}
.arrow-sagittarius{
  text-shadow: 2px 2px 6px rgb(237 217 21), -1px 2px 8px #e7991f;
  color:rgb(237 217 21);
}
.arrow-capricorn{
  text-shadow: 2px 2px 6px rgb(230 37 47), -1px 2px 8px #704e9e;
  color:rgb(230 37 47);
}
.arrow-aquarius{
  text-shadow: 2px 2px 6px rgb(113 86 162), -1px 2px 8px #537cbd;
  color:rgb(113 86 162);
}
.arrow-pisces{
  text-shadow: 2px 2px 6px rgb(67 192 193), -1px 2px 8px #5fb958;
  color:rgb(67 192 193);
}

.cards {
    display: flex;
    flex-flow: row wrap;
    position: relative;
    perspective: 1000px;
    justify-content: center;
    /* align-content: center; */
    /* align-items: center; */
  }
  
  .card {
    background: rgba(0, 0, 0, 0);
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.6);
    cursor: pointer;
    text-align: center;
    -webkit-transition: transform 0.6s;
    transform-style: preserve-3d;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    position: relative;
    transition: transform 0.6s;
    -webkit-transition: transform 0.6s;
    width: 100px;
    height: 100px;
    border-radius: 20px;
    margin: 14px 10px;
  }

  .card_title {
    font-family: 'Permanent Marker', cursive;
    font-size: 1.2em;
  }
  #sagittarius .card_title{
    font-size: 1em;
  }
  .card_date {
    font-family: 'Montserrat', sans-serif;
    font-size: .7em;
    margin-bottom: 4px;
  }
  .back-text p{
    font-family: 'Montserrat', sans-serif;
    font-size: .85em;
  }
  .cards__image {
    text-align: center;
    width: 100%;
    border-radius: 16px;
  }
  
  .card.flip {
    transform: rotateY(180deg);    
  }
  
  .cards__artist,
  .cards__album {
    color: #20263f;
  }
  
  .card_front img {
    margin: 0;
    height: 250px;
  }
  
  .cards__album {
    font-style: italic;
  }
  
  h2 {
    margin: 0;
    text-align: center;
  }
  
  li {
    line-height: 21px;
  }
  
  .card_front,
  .card_back {
    background-color: black;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    border-radius: 22px;
    height: 100%;
  }
  .card_front {    
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    display: flex;
    flex-flow: column;
    justify-content: space-between;
  }
  
  .card_back {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    position: absolute;
    text-align: center;
    right: 0;
    left: 0;    
    color: #20263f;
  }
  
  
  @media (min-width: 768px) {
    .cards {
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      align-content: center;
      position: relative;
      perspective: 1000px;
      align-items: stretch;
      max-width: 799px;
    }
    /* .card {
      width: 20%;
    } */
  }

  /* animations */

  /*make this custom for each cards colors..*/
  @keyframes aries-glow {
    0% {            
      box-shadow: 0px 1px 2px rgb(252 216 3), 0 -1px 6px 5px #e86023;
    }
    50% {
      box-shadow: 0px 1px 2px black, 0 -1px 6px 5px black;
    }
    100% {      
      box-shadow: 0px 1px 2px rgb(252 216 3), 0 -1px 6px 5px #e86023;
    }
  }
  @keyframes taurus-glow {
    0% {            
      box-shadow: 0px 1px 2px rgb(245 126 32), 0 -1px 6px 5px #db1e28;
    }
    50% {
      box-shadow: 0px 1px 2px black, 0 -1px 6px 5px black;
    }
    100% {      
      box-shadow: 0px 1px 2px rgb(245 126 32), 0 -1px 6px 5px #db1e28;
    }
  }
  @keyframes gemini-glow {
    0% {            
      box-shadow: 0px 1px 2px rgb(169 81 160), 0 -1px 6px 5px #3b4e8d;
    }
    50% {
      box-shadow: 0px 1px 2px black, 0 -1px 6px 5px black;
    }
    100% {      
      box-shadow: 0px 1px 2px rgb(169 81 160), 0 -1px 6px 5px #3b4e8d;
    }
  }
  @keyframes cancer-glow {
    0% {            
      box-shadow: 0px 1px 2px rgb(230 115 35), 0 -1px 6px 5px #eae612;
    }
    50% {
      box-shadow: 0px 1px 2px black, 0 -1px 6px 5px black;
    }
    100% {      
      box-shadow: 0px 1px 2px rgb(230 115 35), 0 -1px 6px 5px #eae612;
    }
  }
  @keyframes leo-glow {
    0% {            
      box-shadow: 0px 1px 2px rgb(177 68 134), 0 -1px 6px 5px #ec496e;
    }
    50% {
      box-shadow: 0px 1px 2px black, 0 -1px 6px 5px black;
    }
    100% {      
      box-shadow: 0px 1px 2px rgb(177 68 134), 0 -1px 6px 5px #ec496e;
    }
  }
  @keyframes virgo-glow {
    0% {            
      box-shadow: 0px 1px 2px rgb(80 170 91), 0 -1px 6px 5px #4b9ec3;
    }
    50% {
      box-shadow: 0px 1px 2px black, 0 -1px 6px 5px black;
    }
    100% {      
      box-shadow: 0px 1px 2px rgb(80 170 91), 0 -1px 6px 5px #4b9ec3;
    }
  }
  @keyframes libra-glow {
    0% {            
      box-shadow: 0px 1px 2px rgb(227 48 37), 0 -1px 6px 5px #dd4622;
    }
    50% {
      box-shadow: 0px 1px 2px black, 0 -1px 6px 5px black;
    }
    100% {      
      box-shadow: 0px 1px 2px rgb(227 48 37), 0 -1px 6px 5px #dd4622;
    }
  }
  @keyframes scorpio-glow {
    0% {            
      box-shadow: 0px 1px 2px rgb(243 106 35), 0 -1px 6px 5px #cb2350;
    }
    50% {
      box-shadow: 0px 1px 2px black, 0 -1px 6px 5px black;
    }
    100% {      
      box-shadow: 0px 1px 2px rgb(243 106 35), 0 -1px 6px 5px #cb2350;
    }
  }
  @keyframes sagittarius-glow {
    0% {            
      box-shadow: 0px 1px 2px rgb(237 217 21), 0 -1px 6px 5px #e7991f;
    }
    50% {
      box-shadow: 0px 1px 2px black, 0 -1px 6px 5px black;
    }
    100% {      
      box-shadow: 0px 1px 2px rgb(237 217 21), 0 -1px 6px 5px #e7991f;
    }
  }
  @keyframes capricorn-glow {
    0% {            
      box-shadow: 0px 1px 2px rgb(230 37 47), 0 -1px 6px 5px #704e9e;
    }
    50% {
      box-shadow: 0px 1px 2px black, 0 -1px 6px 5px black;
    }
    100% {      
      box-shadow: 0px 1px 2px rgb(230 37 47), 0 -1px 6px 5px #704e9e;
    }
  }
  @keyframes aquarius-glow {
    0% {            
      box-shadow: 0px 1px 2px rgb(113 86 162), 0 -1px 6px 5px #537cbd;
    }
    50% {
      box-shadow: 0px 1px 2px black, 0 -1px 6px 5px black;
    }
    100% {      
      box-shadow: 0px 1px 2px rgb(113 86 162), 0 -1px 6px 5px #537cbd;
    }
  }
  @keyframes pisces-glow {
    0% {            
      box-shadow: 0px 1px 2px rgb(67 192 193), 0 -1px 6px 5px #5fb958;
    }
    50% {
      box-shadow: 0px 1px 2px black, 0 -1px 6px 5px black;
    }
    100% {      
      box-shadow: 0px 1px 2px rgb(67 192 193), 0 -1px 6px 5px #5fb958;
    }
  }
  .aries-glowing {
    -webkit-transform: rotateY(180deg);
    -webkit-animation: aries-glow 3s infinite;
    -moz-animation: aries-glow 3s infinite;
    -o-animation: aries-glow 3s infinite;
    animation: aries-glow 3s infinite;
  }
  .taurus-glowing {
    -webkit-transform: rotateY(180deg);
    -webkit-animation: taurus-glow 3s infinite;
    -moz-animation: taurus-glow 3s infinite;
    -o-animation: taurus-glow 3s infinite;
    animation: taurus-glow 3s infinite;
  }
  .gemini-glowing {
    -webkit-transform: rotateY(180deg);
    -webkit-animation: gemini-glow 3s infinite;
    -moz-animation: gemini-glow 3s infinite;
    -o-animation: gemini-glow 3s infinite;
    animation: gemini-glow 3s infinite;
  }
  .cancer-glowing {
    -webkit-transform: rotateY(180deg);
    -webkit-animation: cancer-glow 3s infinite;
    -moz-animation: cancer-glow 3s infinite;
    -o-animation: cancer-glow 3s infinite;
    animation: cancer-glow 3s infinite;
  }
  .leo-glowing {
    -webkit-transform: rotateY(180deg);
    -webkit-animation: leo-glow 3s infinite;
    -moz-animation: leo-glow 3s infinite;
    -o-animation: leo-glow 3s infinite;
    animation: leo-glow 3s infinite;
  }
  .virgo-glowing {
    -webkit-transform: rotateY(180deg);
    -webkit-animation: virgo-glow 3s infinite;
    -moz-animation: virgo-glow 3s infinite;
    -o-animation: virgo-glow 3s infinite;
    animation: virgo-glow 3s infinite;
  }
  .libra-glowing {
    -webkit-transform: rotateY(180deg);
    -webkit-animation: libra-glow 3s infinite;
    -moz-animation: libra-glow 3s infinite;
    -o-animation: libra-glow 3s infinite;
    animation: libra-glow 3s infinite;
  }
  .scorpio-glowing {
    -webkit-transform: rotateY(180deg);
    -webkit-animation: scorpio-glow 3s infinite;
    -moz-animation: scorpio-glow 3s infinite;
    -o-animation: scorpio-glow 3s infinite;
    animation: scorpio-glow 3s infinite;
  }
  .sagittarius-glowing {
    -webkit-transform: rotateY(180deg);
    -webkit-animation: sagittarius-glow 3s infinite;
    -moz-animation: sagittarius-glow 3s infinite;
    -o-animation: sagittarius-glow 3s infinite;
    animation: sagittarius-glow 3s infinite;
  }
  .capricorn-glowing {
    -webkit-transform: rotateY(180deg);
    -webkit-animation: capricorn-glow 3s infinite;
    -moz-animation: capricorn-glow 3s infinite;
    -o-animation: capricorn-glow 3s infinite;
    animation: capricorn-glow 3s infinite;
  }
  .aquarius-glowing {
    -webkit-transform: rotateY(180deg);
    -webkit-animation: aquarius-glow 3s infinite;
    -moz-animation: aquarius-glow 3s infinite;
    -o-animation: ariaquariuses-glow 3s infinite;
    animation: aquarius-glow 3s infinite;
  }
  .pisces-glowing {
    -webkit-transform: rotateY(180deg);
    -webkit-animation: pisces-glow 3s infinite;
    -moz-animation: pisces-glow 3s infinite;
    -o-animation: pisces-glow 3s infinite;
    animation: pisces-glow 3s infinite;
  }

  .footer {
    margin:20px;
  }
  .footer-links {
    display: flex;
    justify-content: center;
    font-size: .8em;
  }
  .footer-links a:hover {
    color:white;
  }
