<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*custom css start*/
@font-face {
  font-family: verdana;
  src: url("../fonts/verdana/verdana.ttf");
}
.et_divi_builder .is-layout-constrained &gt; :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 100% !important;
}
.et_divi_builder .et-boc{
    max-width: 100% !important;
}
.et_divi_builder .has-global-padding{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.et_divi_builder footer.wp-block-template-part {
    display: none !important;
}
.et_divi_builder section.wp-block-template-part {
    display: none !important;
}
.et_divi_builder .wp-site-blocks {
    padding-bottom:  0px !important;
}
.et_divi_builder .wp-block-post-title{
    display: none !important;
}
.et_divi_builder header .is-layout-constrained{
    max-width: 1200px;
    margin: 0 auto; 
}
.et_divi_builder main{
    margin-top: 0 !important; 
}
body{
    font-family: verdana;
}
.content-page, .navbar-custom {
    margin: 0px;
}
.error-msg {
    color: red !important;
}
.table-condensed th {
    width: 23%;
}
.page-id-48 div#wpadminbar {
    display: none;
}
.page-id-48 header.wp-block-template-part {
    display: none;
}

body h1{
    color: #60652b !important;
}
body h2, body h5{
    color: #9b4430 !important;
}

body .profile-content .nav-underline .nav-item .nav-link.active,body .profile-content .nav-underline .nav-item .nav-link:hover {
    color: #60652b !important;
    border-bottom-color: #60652b !important;
    text-decoration: none;
}
.nav-link {
    text-decoration: none;
}
a:where(:not(.wp-element-button)) {
    text-decoration: none;
}
/*custom css ends*/</pre></body></html>