.elementor-kit-98{--e-global-color-primary:#C0C0C0;--e-global-color-secondary:#7A7A7A;--e-global-color-text:#C0C0C0;--e-global-color-accent:#C0C0C07A;--e-global-color-67dcd3a:#000000;--e-global-color-8d59164:#FFFFFF;--e-global-typography-primary-font-family:"EB Garamond";--e-global-typography-primary-font-size:20px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-line-height:1px;--e-global-typography-primary-word-spacing:3px;--e-global-typography-secondary-font-family:"EB Garamond";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"EB Garamond";--e-global-typography-text-font-size:19px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"EB Garamond";--e-global-typography-accent-font-size:19px;--e-global-typography-accent-font-weight:500;--e-global-typography-dc2019e-font-family:"EB Garamond";--e-global-typography-dc2019e-font-size:45px;--e-global-typography-dc2019e-font-weight:500;--e-global-typography-5ffd4a0-font-family:"EB Garamond";--e-global-typography-5ffd4a0-font-size:35px;--e-global-typography-5ffd4a0-font-weight:600;--e-global-typography-b11cbe0-font-family:"EB Garamond";--e-global-typography-b11cbe0-font-size:25px;--e-global-typography-b11cbe0-font-weight:700;background-color:var( --e-global-color-67dcd3a );color:var( --e-global-color-primary );}.elementor-kit-98 button,.elementor-kit-98 input[type="button"],.elementor-kit-98 input[type="submit"],.elementor-kit-98 .elementor-button{background-color:#333333;font-weight:500;text-shadow:0px 0px 10px rgba(0,0,0,0.3);color:var( --e-global-color-primary );box-shadow:2px 2px 4px 0px rgba(0, 0, 0, 0.7);border-radius:2px 2px 2px 2px;padding:15px 40px 15px 40px;}.elementor-kit-98 e-page-transition{background-color:#FFBC7D;}.elementor-kit-98 a{color:var( --e-global-color-primary );}.elementor-kit-98 a:hover{color:var( --e-global-color-primary );}.elementor-kit-98 h1{color:#C0C0C0;font-family:"EB Garamond", Sans-serif;}.elementor-kit-98 h2{color:var( --e-global-color-primary );}.elementor-kit-98 h3{color:var( --e-global-color-primary );}.elementor-kit-98 h4{color:var( --e-global-color-primary );}.elementor-kit-98 h5{color:var( --e-global-color-primary );}.elementor-kit-98 h6{color:var( --e-global-color-primary );}.elementor-kit-98 button:hover,.elementor-kit-98 button:focus,.elementor-kit-98 input[type="button"]:hover,.elementor-kit-98 input[type="button"]:focus,.elementor-kit-98 input[type="submit"]:hover,.elementor-kit-98 input[type="submit"]:focus,.elementor-kit-98 .elementor-button:hover,.elementor-kit-98 .elementor-button:focus{border-style:solid;border-color:#0201016B;border-radius:2px 2px 2px 2px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */img.custom-logo {
    width: 100px;
    padding-top: 15px;
    height: auto;
    filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.3));
}
.main-navigation a {
    font-family: playfair;
    font-weight:Bold;
    font-size:19px;
}
body {
  max-width: 100%;
  margin: 0 auto;
}
div#content{
    max-width:100%;
}
header ul li a {
  position: relative;
  text-decoration: none;   
}

header ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0; 
  width: 0%;       
  height: 2px;
  background: 
  transition: width 0.3s ease;
}

header ul li a:hover::after {
  width: 100%; 
}/* End custom CSS */