body {
margin: 0;
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
line-height: 1.6;
color: #1f2937;
background-color: #ffffff;
min-height: 100vh;
} h1, h2, h3, h4, h5, h6 {
font-family: Montserrat, sans-serif;
line-height: 40px;
font-weight: 600;
} .attachment-full {
display: block;
margin-left: auto;
margin-right: auto;
width: 100%;
} @media (min-width: 768px) {
#main-content {
margin-top: 60px;
}
}  .page_background_image {
background-size: contain;
background-position: top;
background-repeat: no-repeat;
background-color: rgba(255, 255, 255, 0.63);
background-blend-mode: lighten;
}
@media (min-width: 768px) {
.page_background_image {
background-size: auto;
background-color: rgba(255, 255, 255, 0.63);
background-blend-mode: lighten;
background-repeat: no-repeat;
}
} input .ninja-forms-field nf-element{
height:10px;
width:10px;
}
.list-checkbox-wrap .nf-field-element li input, .list-image-wrap .nf-field-element li input, .list-radio-wrap .nf-field-element li input {
width: 20px !important;
height: 20px !important;
margin-right: 10px;
vertical-align: middle;
}