/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

html {
  background: linear-gradient(to bottom right, lightblue 30%, white 70%);
  background-attachment: fixed;
}
body, .g-content, .g-container {
  margin-top: 0px !important;
  padding-top: 0px !important;
  line-height: 1;
}
.spArt {
  background: none !important;
  padding: 0 !important;
}
.settings30 {
  padding: 0;
  margin: 0;
}
.g-menu-item-type-url {
  text-align: left !important;
  background: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  font-size: medium !important;
  transition: none !important;
  box-shadow: none !important;
}
.item-page {
  background-color: #FFFFFF;
  padding: 20px 40px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  width: 80%;
  margin: 0 auto;
}
.featured {
  background-color: transparent;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  width: 100%;
}
#g-navigation, #g-page-surround {
  background-color: transparent;
}
#g-page-surround {
  width: 100%;
  max-width: none;
}
#bodyclaz {
  max-width: 85vw;
  margin: 0 auto;
}
#mmen {
  width: 100%;
  background-color: black;
  justify-content: center;
  align-items: center;
  padding: 0px;
  margin: 0;
}
.g-main-nav {
  width: 100%;
  background-color: black;
  color: #fff;
}
.g-menu-item {
  text-align: center;
  background: radial-gradient(circle, white, silver);
  padding: 4px 1%;
  border-radius: 5px;
  font-size: 16px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  box-shadow: 0 2px 3px 2px rgba(155, 155, 155, 0.6);
}
.g-menu-item:hover, .g-menu-item.active {
  background: radial-gradient(circle, #c0c0c0, #a9a9a9);
  /* Lighter shade for hover and active */
  color: #fff;
  /* White text for better contrast on active/hover */
}
.g-menu-item.active {
  background: linear-gradient(to right, #ffd700, #ff8c00);
  /* A golden to orange gradient */
  color: #ffffff;
  /* White text for high contrast */
  box-shadow: 0px 0px 10px #ffd700;
  /* Soft golden glow around the active item */
  border: 1px solid #ffd700;
  /* Golden border for a refined look */
}
@media (max-width: 1460px) {
  .g-menu-item {
    padding: 4px 0.5%;
    font-size: 80%;
  }
}
@media (max-width: 1315px) {
  .g-menu-item {
    padding: 4px 0.1%;
    font-size: 60%;
  }
}
#lLogo {
  margin-top: -15px;
}
.g-toplevel {
  width: 100%;
}
#g-container, #g-mainbar {
  margin: 0;
  padding: 0;
}
.g-menu-item:hover {
  background-color: #0056b3 !important;
}
.g-menu-item-container {
  color: black !important;
}
.j-logo {
  display: inline-block;
  width: 60% !important;
  height: 60% !important;
  max-width: 100%;
  max-height: 100%;
}
.g-logo {
  display: inline-block;
  width: 80% !important;
  height: 80% !important;
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 767px) {
  .g-logo, .j-logo {
    display: none;
  }
  #g-mainbar {
    width: 100%;
    /* Make the container take full width of the screen */
    height: auto;
    /* Adjust height automatically */
    text-align: center;
    /* Center content within the container */
    padding: 10px;
    /* Optional: Add some padding for better spacing */
  }
  #g-mainbar img {
    width: auto;
    /* Maintain aspect ratio */
    max-width: 100%;
    /* Ensure the logo fits within the container width */
    max-height: 200px;
    /* Limit the height to ensure readability */
  }
}
div.mod-languages ul li.lang-active {
  background-color: transparent !important;
}
footer {
  padding: 20px 0;
}
#g-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/*# sourceMappingURL=custom_12.css.map */