@import url('https://fonts.googleapis.com/css2?family=Just+Another+Hand&display=swap');

.drinas-copyright-block-01 {
  margin-bottom: 2rem;
}

.drinas-copyright-block-01 .fa-pull-left {
  display: inline-block;
  font-size: 2.4rem;
  padding-top: 6px;
  color: darkred;
}

.drinas-copyright-block-02 {
  margin-bottom: 2rem;
}

.drinas-copyright-block-02 .fa-pull-left {
  display: inline-block;
  font-size: 2.4rem;
  padding-top: 6px;
  color: darkgreen;
}

.drinas-copyright-block-10 {
  padding: 2rem;  
}

/* note */

.drinas-copyright-note-section {
  position: relative;
  z-index: 99;
  padding: 2rem 0;
  font-family: "Just Another Hand", cursive;
  font-weight: 400;
  font-style: normal;
  color: rgba(0, 0, 0, 0.6);
}

.drinas-copyright-note-section .card {
  border-radius: 0;
  margin-bottom: 2.5rem;
  border: none;
}
  
.drinas-copyright-note-section .card-body {
  padding: 1rem;
}
  
.drinas-copyright-note-section .card-body h1, .drinas-copyright-note-section .card-body h2 {
  font-size: 1.6rem;
  font-weight: normal;
  border-bottom:  none;
}
  
.drinas-copyright-note-section .card-body h1 {
  margin: 0 0 1em 0;
}
  
.drinas-copyright-note-section .card-body h2 {
  margin: 0 0 2rem 0;
}

.drinas-copyright-note-section .drinas-copyright-shadow-container {
  position: relative;
  background: #fff;
  height: 100%;
}

.drinas-copyright-note-section .drinas-copyright-shadow-container:before {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}

/* card bg color */

.drinas-copyright-note-section .drinas-copyright-note-bg {
  background: #F7971E;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #FFD200, #F7971E);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #FFD200, #F7971E); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  font-size: 2rem !important;
}
