.tw-bg-main {
    --tw-bg-opacity: inherit !important;
    background-color: inherit !important;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    font-weight: 300;
    letter-spacing: 0;
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footertext {
    color: #000 !important;
margin-top: 2rem;  }

p {
    margin: 0 0 10.5px;
}

b, optgroup, strong {
    font-weight: 700
}

a {
    color: #ec068d;
    text-decoration: none;
}

p a { 
  text-decoration: underline;
}
    a:hover,
    a:focus {
        color: #a10460;
        text-decoration: underline;
    }

    a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }


.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 21px;
    margin-bottom: 10.5px;
   line-height:30px;
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
        font-size: 65%
    }

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, .label, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-size: 75%
}

h4, h3,  h5, h6 {
      margin-top:10.5px;
      margin-bottom:10.5px;

}
 
.h1, h1 {
    font-size: 36px;
}

.h2, h2 {
    font-size: 30px;
margin:3.5rem 0rem;
}

.h3, h3 {
    font-size: 24px;
}

.h4, h4 {
    font-size: 18px;
   margin:3.5rem 0rem 2rem;
line-height: normal;
}

.well-white-noborder h4 {
margin-top:0px;
}

.h5, h5 {
    font-size: 14px
}

.h6, h6 {
    font-size: 12px
}

.listWithStyle {
display: block;
list-style-type: decimal;
margin:1rem 0rem;
padding-left: 1rem;
}

.listWithStyle li {
    padding: 1rem;
}

ol { 
   list-style-type: decimal; 
   list-style-position: inside; 
}
