@import url('https://fonts.googleapis.com/css2family=Aldrich&family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Teko:wght@300..700&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Aldrich&family=Arimo:ital,wght@0,400..700;1,400..700&family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Teko:wght@300..700&display=swap');

h2.title {
    font-family: 'EB Garamond';
    font-size: 22px !important;
    color: #008000 !important;
    font-weight: bold;
}




table td, table tr, table th {
    border: solid grey 1px !important;
}

#welcome-block td, #welcome-block th, #welcome-block tr{
     border: initial !important;
}


.top-nav {
    background-color: #fdfdfd !important;
    box-shadow: inset 0 0 20px 6px #ededed;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-menu {
    width: 100%;
    padding: 0px 30px;
}

.header-banner {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-around;
}

.header-banner img#adbl {
    height: 75px;
    width: auto;
    background: #1e5601;
    padding: 3px;
}

.header-banner img#abpas {
    height: auto;
    width: 230px;
}

.header-banner>div:nth-child(odd) {
    width: 300px;
}



.header-banner-text a {
    color: #1e5601;
    font-family: 'Teko';
}
#header-banner-text-main {
    font-size: 45px;
font-weight:500;
}

#header-banner-subtext a {
    font-size: 32px;
    color: #7f1215;
font-weight:500;
}


.header-banner-text {
    line-height: 45px;
}

@media(max-width:767px){
.top-menu {
    padding: 0px !important;
}
.header-banner {
    gap: 2px !important;
}
.header-banner>div:nth-child(odd) {
    max-width: 20%;
}

.header-banner img#adbl {
    height: auto;
    width: auto;
}

.header-banner-text {
    line-height: 23px;
}

#header-banner-text-main {
    font-size: 21px;
    font-weight: 500;
}

#header-banner-subtext a {
    font-size: 19px;
    color: #0266b1;
    font-weight: 500;
}

div#block-views-block-slider-block-1 .views-field.views-field-field-slider-image img {
    height: 180px !important;
}
}

