/*

https://labs.tineye.com/color/

84.8 % #5a41b9  Violet
 4.0 % #5f4859  Violet
 3.4 % #511c1c  Brown
 2.2 % #05f9fd  Blue
 1.8 % #df7664  Pink
 1.5 % #f5f0f6  White
 0.9 % #2babdf  Blue
 0.7 % #a395ca  Violet
 0.4 % #beaf55  Brown
 0.3 % #456bc7  Blue


*/

.section-header
{
    padding: 0;
    margin: 0;
    border: 0;
    /*
        https://labs.tineye.com/color/f9a060e25dac6200ce3d200a4880a3940b62d7df
        https://paletton.com/#uid=3180u0kuvtnj5A1odvdvIndCgi9
    */
    border-bottom: 3px solid #c58305;
    border-bottom: 3px solid #fbad18;
    background-color: white;

    text-align: center;
}

.section-header h1
{
  display: none;
}

.section-header .container
{
  padding: 0;
}

.section-header img
{
  display: inline;
  width: 100%;
  vertical-align: bottom;
}

h1,
h2,
h3
{
  color: #4023ad;
}

.button.primary,
input[type="submit"].button.primary
{
  background-color: #5a41b9;
}

.button:hover,
.button:focus,
input[type="submit"].button:hover,
input[type="submit"].button:focus
{
  background-color: #2c1388;
}

.filter-list li a
{
  background-color: #5a41b9;
}

.filter-list li a:hover
{
  background-color: #2c1388;
}

