@charset "UTF-8";
/***!  /media/templates/site/cassiopeia/css/user.css?163294  !***/

.container-header .mod-menu {
  justify-content: center;
  color: #fff;
  font-size: 12px !important;
  font-weight: normal;
   padding: 0;
  background-color:#F8D340;
   }

.container-header .mod-menu > li > a {
    font-size: 14px !important;
}

.my-banner {
min-width: 100%;
}

h1 {
  color: #FFFFFF;
  margin-top: 5%;
}


/* Target both the main container and the header wrapper */
.container-header, 
header.header {
    background: transparent !important;
    background-color: transparent !important;
    --cassiopeia-color-primary: transparent !important; /* Strips Joomla variable color */
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 999;
}


/* Remove all background graphics on mobile */
@media (max-width: 768px) {

    body,
    .et_pb_section,
    .et_pb_row,
    .et_pb_column,
    .et_pb_module {
        background-image: none !important;
        background: none !important;
    }
}



