html, body {
    height: auto;
}

p {
    margin-top: 0;
}
body {
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
}
.col-lg-3, .col-lg-4, .col-lg-9 {
    display: inline-block;
    vertical-align: top;
}
.col-lg-3 {
    width: 32%;
}

.col-lg-9 {
    width: 56%;
}

.col-lg-4 {
    width: 48%;
}

#cssmenu, .search, footer, .grid, .caroufredsel_wrapper, #slideshow {
    display: none;
}

.row {
    margin-right: 0;
    margin-left: 0;
    flex-wrap: wrap;
}
header {
    position: relative;
     box-shadow: none;
}

.head strong {
    margin-left: 100px;
}
.head img {
    width: 60px;
    height: auto;
}

.container-fluid {
    padding: 0;
}

.wrap {
    padding: 0;
    height: auto;
}

h1 {
    border-bottom: 2px solid #036;
    border-radius: 0;
    color: #036;
    margin-top: 0;
}

.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}