/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 //Change color in theme.css
 // #24b9d7 > #D99ACE > #D190BF
 // #198195 > #B8D941 > #A6CE39
 // #1d93ab > #B8D941 > #A6CE39

 // ../css/ > ../../../classic/assets/css/

 // #header{ background: red !important; }

 #custom-text {
     padding: 0.5rem !important;
     margin-bottom: 0 !important;
     text-align: center;
     background: #A6CE39;
     border-radius: 0 !important;
 }

 #custom-text p {
     padding: 0 0 0 0 !important;
     margin: 0 0 0 0 !important;
 }
