h1 {
   color: inherit !important;
    font-size: 44px !important;
    font-weight: 300 !important;
    line-height: 100% !important;
    text-transform: uppercase;
}


h2 {
    color: inherit !important;
    font-size: 25px !important;
    font-weight: 400 !important;
    letter-spacing: 1px;
  margin-bottom: 15px !important;
}

/** bigger names-- artists ***/
h3 {
    color: inherit !important;
    font-size: 9px !important;
    font-weight: 500 !important;
    margin-bottom: 15px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
}
/** small titles ***/
h4 {
    color: inherit !important;
    font-size: 9px !important;
    font-weight: 500 !important;
    margin-bottom: 15px !important;
    letter-spacing: 5px;
    text-transform: uppercase;
  display: inline-block;
}

.colortitle1 {
    color: #9663df !important;
}

.colortitle2 {
    color: #b36142 !important;
}



h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    line-height: 1;
    text-rendering: optimizelegibility;
}


.cursive {
    font-family: 'Petit Formal Script', cursive !important;
}


.smalltext {
    font-size: 10px !important;
    line-height: 150% !important;
    font-weight: 300 !important;
}