ul {
  list-style-type: none !important;
}

.no-dec {
  text-decoration: none !important;
}

.bd-radius{
    border-radius: 10px;
}

.ts{
    text-shadow: 2px 2px 5px rgba(248, 247, 247, 0.911) !important;
}

.ts-black{
  text-shadow: 2px 2px 5px rgba(20, 20, 20, 0.911) !important;
}

.b-bottom-yellow{
  border-bottom: 2px solid #EBA33B;
}

.t-j{
  text-align: justify;
}

.d-ib{
  display: contents;
}

.l-spacing{
  letter-spacing: 1.2px !important;
  word-spacing: 2px;
}

/* ---------------Font-Sizes------------- */
.f-1 {
  font-size: 1rem;
}

.f-1h {
  font-size: 1.5rem;
}

.f-1hh {
  font-size: 1.25rem;
}

.f-1hh2{
    font-size: 1.18rem;
}

.f-1hhh {
  font-size: 1.12rem;
}

.f-2 {
  font-size: 2rem;
}

.f-3{
  font-size: 3.1rem;
}

.f-3h{
  font-size: 3.5rem;
  color: #000000;
}

.f-4 {
  font-size: 4rem;
}

.f-5 {
  font-size: 5rem;
}

/* ---------------Font Weights------------- */
.f-600{
  font-weight: 650;
  color: #000000;
}

.f-500{
  font-weight: 500;
}

/* -------------------Font Styles------------- */
.f-cursive {
  font-family: "Squada One", cursive !important;
}

.f-roman {
  font-family: "Times New Roman", Times, serif;
}

.f-gothic{
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #000000;
}

.f-calibri{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.f-lucida{
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

/* ------------------Colors--------------------- */
.c-black {
  color: black !important;
}

.c-white {
  color: white !important;
}

.c-soft-yellow {
  color: #EBA33B !important;
}

.c-dark-yellow{
  color: #ffa11d !important;
}

.c-pink{
    color: #FE75FE;
}

.c-dark-pink{
  color: #fd21fd;
}

/* ------------------Margin------------------ */
.margin-lr {
  margin: 0 1rem !important;
}

.margin-lr-h {
  margin: 0 0.5rem;
}

.m-center{
    margin-left: auto;
    margin-right: auto;
}



/* ---------------Buttons--------------------- */

.button-1 {
  appearance: none;
  background-color: #b57514;
  border-width: 0;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: Clarkson, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1em;
  margin: 0;
  opacity: 1;
  outline: 0;
  padding: 1.5em 2.5em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-rendering: geometricprecision;
  text-transform: uppercase;
  transition: opacity 300ms cubic-bezier(0.694, 0, 0.335, 1),
    background-color 100ms cubic-bezier(0.694, 0, 0.335, 1),
    color 100ms cubic-bezier(0.694, 0, 0.335, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  white-space: nowrap;
  box-shadow: 0 0 10px 5px rgba(149, 160, 149, 0.685);
}
.button-1 a {
  color: #ffffff;
}

.button-1:hover a{
  color: whitesmoke;
}

.button-1:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(181, 117, 20, 0.4);
}

.button-1:before {
  animation: opacityFallbackOut 0.5s step-end forwards;
  backface-visibility: hidden;
  background-color: #b57514;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}

.button-1:hover:before {
  animation: opacityFallbackIn 0s step-start forwards;
  clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
}


.button-1:after {
  background-color: #b57514;
}

.button-1 span {
  z-index: 1;
  position: relative;
}


.button-2 {
    padding: 1em 2em;
    border: none;
    border-radius: 5px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #FE90FE;
    transition: all 1000ms;
    font-size: 10px;
    position: relative;
    overflow: hidden;
    outline: 2px solid #4fdb54d7;
  }

.button-2 span a{
    color: black;
}
  
.button-2:hover {
    color: #ffffff;
    transform: scale(1.1);
    outline: 2px solid #bb70cad5;
    box-shadow: 4px 5px 17px -4px #9b71ac;
  }
  
.button-2::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #4fdb54d7;
    transform: skewX(45deg);
    z-index: -1;
    transition: width 1000ms;
  }
  
.button-2:hover::before {
    color: #ffffff;
    width: 250%;
  }


  @media (max-width:575px){
    .f-3h{
      font-size: 2.8rem;
    }
  }

  @media (max-width: 420px){
    .f-3h{
      font-size: 2.5rem;
    }
    .f-1hh2{
      font-size: 1rem;
    }
  }