body {color:#818181;background-color:#FFFFFF !important;background-image:none;font-family:'DM Sans';font-weight:400;font-style:normal;font-size:16px;} .sp-el-row{max-width:1100px;}#primary.content-area{max-width:1000px;} h1, h2, h3, h4, h5, h6{color:#002B60; font-family:'DM Sans';font-weight:500;font-style:normal;}  h1{font-family:'DM Sans';font-weight:600;font-style:normal;font-size:130px;} h2{font-size:60px;} h3{font-size:40px;} h4{font-size:30px;} h5{font-size:25px;} h6{font-size:18px;} a{color:#002B60;font-family:'DM Sans';font-weight:600;font-style:normal;font-size:16px;} a:hover{color:#7AC797;font-family:'DM Sans';font-weight:600;font-style:normal;font-size:16px;} label{font-family:'DM Sans';} .sp-button,  #edd-purchase-button.edd-submit.sp-button, input[type='submit'].edd-submit.sp-button, .edd-add-to-cart, button.edd-submit.sp-button, a.edd-submit.sp-button, .edd-submit, input[type='submit'].edd-submit, #edd-save-cart-button, #edd_next_button, input[type='submit'], .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .button.wp-element-button,  .widget-content-block input[type='submit']{color:#FFFFFF;background-color:#002B60;font-family:'DM Sans';font-weight:600;font-style:normal;border-radius:50px;border-width:0px;border-style:solid;} .sp-button:hover{background-color:#7AC797;color:#FFFFFF;} input[type="text"],  input[type="password"],  input[type="email"], input[type="url"],  input[type="date"],  input[type="month"],  input[type="time"],  input[type="datetime"],  input[type="datetime-local"],  input[type="week"],  input[type="number"],  input[type="search"],  input[type="tel"],  input[type="color"],  select,  textarea, .woocommerce input, .woocommerce select, .woocommerce textarea, .widget-content-block input, .widget-content-block select, .widget-content-block textarea{border:1px solid #CDD7D6;border-radius:50px;padding:15px;font-family:'DM Sans';} .btn{background-color:#002B60}@media (max-width: 480px){body {font-size:16px;} h1 {font-size:50px;} h2 {font-size:40px;} a{font-size:16px;} a:hover {font-size:16px;}}/*endmobile*/@media (min-width: 481px) and (max-width: 1024px){body {font-size:15px;} a{font-size:15px;} a:hover {font-size:15px;}}/*endtablet*/

/* Custom CSS */
.nav-menu li a:hover {
    text-decoration: underline !important;
}
.mouseOverEffect a img {
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.mouseOverEffect a:hover img {
    transform: scale(1.03);
}