/**
 * index.scss
 * - Add any styles you want here!
 */

.info>h2 {
  text-align: center;
  margin-top: 20px;
  color: #929197;
  font-family: "Lato";
}

.info>h3 {
  text-align: center;
  margin-top: 20px;
  color: #929197;
  opacity: 0.8;
  font-weight: 300;
  font-family: "Lato";
}

.twitter-share-button {
  display: block;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.gradient-card {
  position: relative;
  height: 200px;
  width: 150px;
  margin: 25px;
  -webkit-box-shadow: -11px 10px 16px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: -11px 10px 16px 1px rgba(0, 0, 0, 0.16);
  box-shadow: -11px 10px 16px 1px rgba(0, 0, 0, 0.16);
  transition: all 0.2s ease;
}

.gradient-card:hover {
  cursor: pointer;
  transform: translatey(-15px);
}

#note {
  /*position: absolute;*/
  /*z-index: 1;*/
  /*top: 0;*/
  /*left: 0;*/
  /*right: 0;*/
  /*background: rgba(208, 249, 245, 0.5);*/
  background: #d0f9f5;
  color: #30367f;
  text-align: center;
  line-height: 60px;
  overflow: hidden;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity .5s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

@-webkit-keyframes slideDown {
  0%, 100% {
    -webkit-transform: translateY(-50px);
  }
  10%,
  90% {
    -webkit-transform: translateY(0px);
  }
}

@-moz-keyframes slideDown {
  0%, 100% {
    -moz-transform: translateY(-50px);
  }
  10%,
  90% {
    -moz-transform: translateY(0px);
  }
}

#hidden-value {
  display: none;
}

.gradient {
  position: absolute;
  width: 100%;
  height: 70%;
  top: 0%;
  left: 0%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.card-info {
  position: absolute;
  width: 100%;
  height: 30%;
  bottom: 0%;
  left: 0%;
  background: white;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.color-1 {
  font-weight: 400;
  font-size: 11px;
  color: #333333;
  z-index: 1;
  margin: 10px;
}

.color-2 {
  font-weight: 400;
  font-size: 11px;
  color: #333333;
  z-index: 1;
  margin: 10px;
}