
/* (135deg,#5f4b8b, #216cae 40%, #1690b8 60%, #21c5e5 80%, #00CCCC) */

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}


.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-malformation {
  font-size: 2rem;

  padding: 3rem 4rem;

  color: #fff;
  border-radius: 100% 80px / 80px 100%;
  background-color: #eb6100;
}

a.btn-malformation:hover {
  color: #fff;
  border-radius: 60% 80% / 100% 80%;
}

a.btn-malformation {
  font-size: 2rem;

  padding: 3rem 4rem;

  color: #fff;
  border-radius: 100% 80px / 80px 100%;
}

a.btn-malformation:hover {
  color: #fff;
  border-radius: 60% 80% / 100% 80%;
}

.btn-malformation--pastel--1 {
  background: #fca1a1;
  background: -webkit-linear-gradient(-45deg, #fca1a1 40%, #fcfc5d 100%);
  background: -webkit-linear-gradient(315deg, #fca1a1 40%, #fcfc5d 100%);
  background: linear-gradient(135deg, #fca1a1 40%, #fcfc5d 100%);
  -webkit-box-shadow: 30px 10px 0 #fefeb3;
  box-shadow: 30px 10px 0 #fefeb3;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fca1a1', endColorstr='#fcfc5d', GradientType=1);
}

.btn-malformation--pastel--2 {
    background: #cc66ff;
    background: -webkit-linear-gradient(-45deg, #cc66ff 40%, #6666ff 100%);
    background: -webkit-linear-gradient(315deg, #cc66ff 40%, #6666ff 100%);
    background: linear-gradient(135deg, #cc66ff 40%, #6666ff 100%);
    -webkit-box-shadow: 30px 10px 0 #21c5e5;
    box-shadow: 30px 10px 0 #21c5e5;
  
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc66ff', endColorstr='#21c5e5', GradientType=1);
  }

  .btn-malformation--pastel--3 {
    background: #a1fcf2;
    background: -webkit-linear-gradient(-45deg, #a1fcf2 40%, #a1a1fc 100%);
    background: linear-gradient(135deg, #a1fcf2 40%, #a1a1fc 100%);
    -webkit-box-shadow: 30px 10px 0 #b3fefc;
    box-shadow: 30px 10px 0 #b3fefc;
  }

  .btn-malformation--pastel--4 {
    background: #fcd1a1;
    background: -webkit-linear-gradient(-45deg, #fcd1a1 40%, #a1fca5 100%);
    background: linear-gradient(135deg, #fcd1a1 40%, #a1fca5 100%);
    -webkit-box-shadow: 30px 10px 0 #fefcb3;
    box-shadow: 30px 10px 0 #fefcb3;
  }

  .btn-malformation--pastel--5 {
    background: #a1fcd6;
    background: -webkit-linear-gradient(-45deg, #a1fcd6 40%, #fcA1c2 100%);
    background: linear-gradient(135deg, #a1fcd6 40%, #fcA1c2 100%);
    -webkit-box-shadow: 30px 10px 0 #b3fef9;
    box-shadow: 30px 10px 0 #b3fef9;
  }
  

  .btn-malformation--pastel--6 {
    background: #a1d1fc;
    background: -webkit-linear-gradient(-45deg, #a1d1fc 40%, #d1a1fc 100%);
    background: linear-gradient(135deg, #a1d1fc 40%, #d1a1fc 100%);
    -webkit-box-shadow: 30px 10px 0 #e0e0fe;
    box-shadow: 30px 10px 0 #e0e0fe;
  }
  
  .btn-malformation--pastel--7 {
    background: #a1e2fc;
    background: -webkit-linear-gradient(-45deg, #a1e2fc 40%, #c2a1fc 100%);
    background: linear-gradient(135deg, #a1e2fc 40%, #c2a1fc 100%);
    -webkit-box-shadow: 30px 10px 0 #d3d1fe;
    box-shadow: 30px 10px 0 #d3d1fe;
  }
  
  .btn-malformation--pastel--8 {
    background: #a1f0fc;
    background: -webkit-linear-gradient(-45deg, #a1f0fc 40%, #daa1fc 100%);
    background: linear-gradient(135deg, #a1f0fc 40%, #daa1fc 100%);
    -webkit-box-shadow: 30px 10px 0 #e4d1fe;
    box-shadow: 30px 10px 0 #e4d1fe;
  }
  
  .btn-malformation--pastel--9 {
    background: #a1fccf;
    background: -webkit-linear-gradient(-45deg, #a1fccf 40%, #d1a1f2 100%);
    background: linear-gradient(135deg, #a1fccf 40%, #d1a1f2 100%);
    -webkit-box-shadow: 30px 10px 0 #e2e0fe;
    box-shadow: 30px 10px 0 #e2e0fe;
  }

  h5 {
    padding: 25px;
    border-image: linear-gradient(to right, #5f4b8b, #216cae 40%, #1690b8 60%, #21c5e5 80%, #00CCCC) 1/0 0  1px 1;
  }
  h2{
    text-align: center;
  }
  .rdm,
  a.rdm,
  button.rdm {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    border-radius: 0.5rem;
    left: 25%;
  }
  
  a.rdm-border-shadow {
    padding: calc(1.5rem - 12px) 3rem 1.5rem;
  
  }
  
  a.rdm-border-shadow:before {
    position: absolute;
    top: -6px;
    left: -6px;
  
    width: 100%;
    height: 100%;
  
    content: "";
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  
    border: 3px solid #000;
    border-radius: 0.5rem;
  }
  
  a.rdm-border-shadow:hover {
    padding: calc(1.5rem - 6px) 3rem;
  }
  
  a.rdm-border-shadow:hover:before {
    top: 0;
    left: 0;
  }
  
  a.rdm-border-shadow--color2 {
    border-radius: 100vh;
  }
  
  a.rdm-border-shadow--color2:before {
    border-radius: 100vh;
    -webkit-box-shadow: 3px 3px 0 #d1a1f2;
    box-shadow: 3px 3px 0 #d1a1f2;
  }
  /*.readmore-center {
    flex-basis: 50%; 
    text-align: center; 
    justify-content: center;
    width: 100%
  }*/
  .rdm2,
  a.rdm2,
  button.rdm2 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    border-radius: 0.5rem;
    left: 25%;
  }
  
  a.rdm2-border-shadow {
    padding: calc(1.5rem - 12px) 3rem 1.5rem;
  
  }
  
  a.rdm2-border-shadow:before {
    position: absolute;
    top: -6px;
    left: -6px;
  
    width: 100%;
    height: 100%;
  
    content: "";
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  
    border: 3px solid #000;
    border-radius: 0.5rem;
  }
  
  a.rdm2-border-shadow:hover {
    padding: calc(1.5rem - 6px) 3rem;
  }
  
  a.rdm2-border-shadow:hover:before {
    top: 0;
    left: 0;
  }
  
  a.rdm2-border-shadow--color3 {
    border-radius: 100vh;
  }
  
  a.rdm2-border-shadow--color3:before {
    border-radius: 100vh;
    -webkit-box-shadow: 3px 3px 0 #21c5e5;
    box-shadow: 3px 3px 0 #21c5e5;
  }
  .zen-maru-gothic-regular {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    font-style: normal;
  }
  .shippori-mincho-regular {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
  }
  .klee-one-regular {
    font-family: "Klee One", cursive;
    font-weight: 400;
    font-style: normal;
  }
  .klee-one-semibold {
    font-family: "Klee One", cursive;
    font-weight: 600;
    font-style: normal;
  }