/** { border: 1px solid red; }*/

/* Popup box BEGIN */
.hover_bkgr_fricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 551px;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
}
.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}
/* Popup box BEGIN */

.popup-size img {
  border: 1px solid black;
  border-radius: 10px;
  width: 224px;
  height: 400px;
}

input[type="text"]
{
    font-size: 42px;
}

#small-josh-art-link {
  background-color: white;
  border: 1px solid black;
  border-radius: 10px;
  width: 250px;
  height: 190px;
}

#nft-logo{
  background-color: light grey;
  border: 1px solid black;
  border-radius: 10px;
  width: 250px;
  height: 190px;
}

.nft1-link{
  background-color:rgba(242, 245, 245, 1);
  border: 1px solid black;
  border-radius: 10px;
  /*width: 220px;
  height: 220px;*/
  padding-bottom:12px;
  margin-bottom: 7px;
}



#nft-holder{
  margin-top: 20px;

  /*border: 1px solid black;
  border-radius: 10px;*/
  width: 80%;
  margin-left: 10%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  margin-right: 10%;
}


#seed-phrase {
  text-align: center;
  border-radius: 10px;
  height: 100;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  animation: show 6s;
}

@keyframes show {
  0% {transform: scale(0, 0);}
  50% {transform: scale(0, 0);}
  100% {transform: scale(1, 1);}
}

#tarot-board {
  text-align: center;
}

#message-one{
    font-size: 100%;
    animation: shrink 6s forwards;
}

@keyframes shrink {
    0% {font-size:100%; opacity:1;}
    50% {font-size:100%; opacity:1;}
    100% {font-size:0%; opacity:0;}
}

#message-two{
    font-size: 0%;
    animation: grow 6s forwards;
}

@keyframes grow {
    0% {font-size:0%; opacity:0;}
    50% {font-size:0%; opacity:0;}
    100% {font-size:100%; opacity:1;}
}

#significator img{
  border: 1px solid black;
  border-radius: 10px;
  width: 224px;
  height: 400px;
  transform: translate(0px, 0px);
  transform: scale(1, 1);
  animation: example 3s forwards;
}

#significator {
  text-align: center;
}

/* #significator-container {
  width: 224px;
  height: 400px;
} */

@keyframes example {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(.3, .3);
  }
}

#cover-card img{
  border: 1px solid black;
  border-radius: 10px;
  width: 224px;
  height: 400px;
  transform: translate(0px, 0px);
  transform: scale(1, 1);
  animation: cover-animation 3s forwards;

}

#cover-card {
  animation: cover-animation2 3s forwards;
  transform: scale(1, 1);
  transform: translate(0px, 0px);
}

@keyframes cover-animation2 {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(.3, .3);
  }
}

@keyframes cover-animation {
  0% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(0px, -1200px);
  }
}

#cross-card img{
  border: 1px solid black;
  border-radius: 10px;
  width: 224px;
  height: 400px;
  transform: translate(0px, 0px);
  transform: scale(1, 1);
  animation: cross-animation 3s forwards;
}

#cross-card {
  animation: cross-animation2 3s forwards;
  transform: scale(1, 1);
  transform: translate(0px, 0px);
  transform: rotate(0deg);
}

#cross-card-ani {
  animation: cross-animation3 3s forwards;
  transform: scale(1, 1);
  transform: translate(0px, 0px);
  transform: rotate(0deg);
}

@keyframes cross-animation2 {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(.3, .3);
  }
}

@keyframes cross-animation {
  0% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(-2570px, 0px);
  }
}

@keyframes cross-animation3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(90deg);
  }
}

#crown-card img{
  border: 1px solid black;
  border-radius: 10px;
  width: 224px;
  height: 400px;
  transform: translate(0px, 0px);
  transform: scale(1, 1);
  animation: crown-animation 3s forwards;

}

#crown-card {
  animation: crown-animation2 3s forwards;
  transform: scale(1, 1);
  transform: translate(0px, 0px);
}

@keyframes crown-animation2 {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(.3, .3);
  }
}

@keyframes crown-animation {
  0% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(0px, -4500px);
  }
}

#beneath-card img{
  border: 1px solid black;
  border-radius: 10px;
  width: 224px;
  height: 400px;
  transform: translate(0px, 0px);
  transform: scale(1, 1);
  animation: beneath-animation 3s forwards;

}

#beneath-card {
  animation: beneath-animation2 3s forwards;
  transform: scale(1, 1);
  transform: translate(0px, 0px);
}

@keyframes beneath-animation2 {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(.3, .3);
  }
}

@keyframes beneath-animation {
  0% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(0px, -4750px);
  }
}

#past-card img{
  border: 1px solid black;
  border-radius: 10px;
  width: 224px;
  height: 400px;
  transform: translate(0px, 0px);
  transform: scale(1, 1);
  animation: past-animation 3s forwards;

}

#past-card {
  animation: past-animation2 3s forwards;
  transform: scale(1, 1);
  transform: translate(0px, 0px);
}

@keyframes past-animation2 {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(.3, .3);
  }
}

@keyframes past-animation {
  0% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(-500px, -6600px);
  }
}

#future-card img{
  border: 1px solid black;
  border-radius: 10px;
  width: 224px;
  height: 400px;
  transform: translate(0px, 0px);
  transform: scale(1, 1);
  animation: future-animation 3s forwards;

}

#future-card {
  animation: future-animation2 3s forwards;
  transform: scale(1, 1);
  transform: translate(0px, 0px);
}

@keyframes future-animation2 {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(.3, .3);
  }
}

@keyframes future-animation {
  0% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(480px, -7940px);
  }
}

#inside-card img{
  border: 1px solid black;
  border-radius: 10px;
  width: 224px;
  height: 400px;
  transform: translate(0px, 0px);
  transform: scale(1, 1);
  animation: inside-animation 3s forwards;

}

#inside-card {
  animation: inside-animation2 3s forwards;
  transform: scale(1, 1);
  transform: translate(0px, 0px);
}

@keyframes inside-animation2 {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(.3, .3);
  }
}

@keyframes inside-animation {
  0% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(1050px, -8670px);
  }
}

#house-card img{
  border: 1px solid black;
  border-radius: 10px;
  width: 224px;
  height: 400px;
  transform: translate(0px, 0px);
  transform: scale(1, 1);
  animation: house-animation 3s forwards;

}

#house-card {
  animation: house-animation2 3s forwards;
  transform: scale(1, 1);
  transform: translate(0px, 0px);
}

@keyframes house-animation2 {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(.3, .3);
  }
}

@keyframes house-animation {
  0% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(1050px, -10420px);
  }
}

#hope-card img{
  border: 1px solid black;
  border-radius: 10px;
  width: 224px;
  height: 400px;
  transform: translate(0px, 0px);
  transform: scale(1, 1);
  animation: hope-animation 3s forwards;

}

#hope-card {
  animation: hope-animation2 3s forwards;
  transform: scale(1, 1);
  transform: translate(0px, 0px);
}

@keyframes hope-animation2 {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(.3, .3);
  }
}

@keyframes hope-animation {
  0% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(1050px, -12170px);
  }
}

#fortune-card img{
  border: 1px solid black;
  border-radius: 10px;
  width: 224px;
  height: 400px;
  transform: translate(0px, 0px);
  transform: scale(1, 1);
  animation: fortune-animation 3s forwards;

}

#fortune-card {
  animation: fortune-animation2 3s forwards;
  transform: scale(1, 1);
  transform: translate(0px, 0px);
}

@keyframes fortune-animation2 {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(.3, .3);
  }
}

@keyframes fortune-animation {
  0% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(1050px, -13920px);
  }
}


body {
  /*background-color: tan;*/
  background-image: url("background1.jpg");
}

.slick-prev:before {
  font-size: 80px
}

.slick-next:before {
  font-size: 80px
}

/*#slide-show-holder{
  text-align: center;
  font-size: 42px;
  background-color: white;
  border: 1px solid black;
  border-radius: 10px;
}*/

#next-card {
  text-align: center;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  font-size: 22px;
  background-color: white;
  border: 1px solid black;
  border-radius: 10px;
}

#slide-header {
  text-align: center;
  font-size: 42px;
  background-color: white;
  border: 1px solid black;
  border-radius: 10px;
  padding: 10px;
  width: 90%;
  margin-top: 15px;
  margin-left: 5%;
  margin-right: 5%
}

.slick img {
    height: 400px;
    width: 224px;
    border-radius: 10px;
    border: 1px solid black;
}

#slide-show {
  height: 420px;
  width: 80%;
  margin-left: 12%;
  margin-right: 8%;
}

#fortune-button{
  border-radius: 10px;
  font-size: 42px;
  height: 100;
  width: 40%;
  margin-top: 20;
  margin-bottom: 10;
  margin-left: 30%;
  margin-right: 30%
}

@media (max-width: 550px) {

  #fortune-button {
    border-radius: 10px;
    font-size: 42px;
    height: 100;
    width: 80%;
    margin-top: 20;
    margin-bottom: 10;
    margin-left: 10%;
    margin-right: 10%
  }
}

/*HOME PAGE WHERE USER ENTERS////////////////////////////////////////////////////*/

#index-background{
  text-align: center;
}

#index-background img{
  width: 744px;
  height: 600px;
  border: 1px solid black;
  border-radius: 10px
}

#logo {
  text-align: center;
  animation: logo-animation2 3s forwards;
  transform: scale(7, 7);
  transform: translate(0px, 200px);
}

#logo img {
  animation: logo-animation 3s forwards;
  transform: scale(7, 7);
  transform: translate(0px, 200px);
}

@keyframes logo-animation2 {
  0% {
    transform: scale(7, 7);
  }
  100% {
    transform: scale(1, 1);
  }
}

@keyframes logo-animation {
  0% {
    transform: translate(0px, 200px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

#welcome {
  background-color: white;
  border: 1px solid black;
  border-radius: 10px;
  width: 90%;
  /*padding-top: 20px;*/
  margin-left: 5%;
  margin-right: 5%;
  font-size: 32px;
  text-align: center;
}

#small-logo {
  background-color: white;
  border: 1px solid black;
  border-radius: 10px;
}

#developer-info{
  background-color: white;
  border: 1px solid black;
  border-radius: 10px;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  font-size: 32px;
  text-align: center;
}

#offer {
  font-size: 32
}

#nft-info{
  font-size: 32
}

#nft-stats{
  font-size: 16
}

/*PITCH*/

#pitch {
  background-color: white;
  border: 1px solid black;
  border-radius: 10px;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  font-size: 22px;
  text-align: center;
}


#test {
  margin-top: 40px;
  background-color: white;
  border: 1px solid black;
  border-radius: 10px;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  font-size: 22px;
  text-align: center;
}

/*nft page//////////////////////////////////////*/

#nft-spacer {
  margin-top: 400px;
}

#nft-stats {
  background-color: white;
  border: 1px solid black;
  border-radius: 10px;
}

/*nft page two?////////////////// literally nft_page.html///////////////*/

@keyframes logo-nft-animation {
  0% {
    transform: scale(4, 4);
  }
  100% {
    transform: scale(1, 1);
  }
  from {background-color:rgba(242, 245, 169, 0);}
  to {background-color:rgba(242, 245, 245, 1);}
}

#logo-nft {
  font-family: 'Rampart One', cursive;
  font-size: 88px;
  text-align: center;

  animation: logo-nft-animation 3s forwards;
  transform: scale(1, 1);
  transform: translate(0px, 0px);
  background-color:rgba(242, 245, 169, 0);
  border-radius: 10px;
}

#logo-nft-table-left {
  width: 33%
}

#logo-nft-table-right {
  width: 33%
}
