/*file generated 03.04.26 by ts*/

/*.container-header .site-description img {
	width: 300%;
	width: auto;
}
*/

/*.container-header .site-description img {
	height: auto;

}
*/

/*works but moves logo off center .mod-languages__list.lang-inline {*/
  /*float: right;*/
/*}*/

.container-header {
	background-image: url(/images/pcb_bw_xlight_blur.jpg);
   /*height: 50%;*/
}

.container-header .mod-menu {
   color: #000;
   background-color: #fff;
}

.container-header  .container-nav{
	background-image : none;
}

.container-footer {
	background-image: url(/images/pcb_bg_pale.jpg);
   text-align: center;
}

.container-banner img {
  /*height: 10%;*/
  width: auto;
  /*border-color green;
  border-width: 5px;
  border-style: solid;*/
}

/*.container-banner .camera_fakehover {
  /*height: 10%;*/
  /*width: auto;*/
  /*border-color green;*/
  /*border-width: 5px;*/
  /*border-style: solid;*/
/*}
*/

/*suggestions from the joomla forum*/
/* Align the topbar content to the right */
.container-topbar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* Optional: Add spacing if there are other modules in the topbar */
.container-topbar .mod-languages {
    margin-left: auto; 
}

/* Increase the size of the language flags.  */
.mod-languages img {
    width: 28px !important; /* Adjust size as needed (default is usually 18px) */
    height: auto !important;
    margin: 0 5px; /* Adds a small gap between flags */
    transition: transform 0.2s ease-in-out;
}

/* Optional: Add a hover effect for better interactivity */
.mod-languages img:hover {
    transform: scale(1.2);
}