@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

html, body, form, ul, ol {
    font-size:15px;
    line-height: 1.9;
    color:#444;
    font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
}

img.full {width:100%;}

a { color:#000; text-decoration: none; border-bottom: #bbb 1px solid;}
a:hover { color:goldenrod; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}
a:active, a:focus { color:goldenrod;}
a.nav-link {color: #000;}
a.nav-link:hover {color: goldenrod;}
a.active {color: darkgoldenrod; }
.btn-primary {background: goldenrod; border: #0F90D1}
.btn-primary:hover,.btn-primary:focus,
.btn-primary:active {background: darkgoldenrod; border: #0F80C1}

header {  border:0; box-shadow: 0 0 10px rgba(0,0,0,0.1);}
header .container {padding: 15px 0 20px 0;}
header .weblogo { margin-top: 0px; font-size:20px; text-decoration: none; font-weight: normal; margin-right: 20px; font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;}
header .weblogo img {width:35px; margin-top: -2px; margin-left: 4px;}
header .weblogo b {color:goldenrod; font-weight: normal; margin-left: 1px;}
header .weblogo:hover {color: #000;}
header ul {margin-top: 0px;}
header a {border:0; padding-top:3px !important; padding-bottom:3px !important; }
header ul li a.gold {background: goldenrod; border-radius: 20px; color: #fff; margin-left: 4px; margin-right: 10px;}
header ul li a.gold:hover {color: #fff; background: darkgoldenrod;}
footer { background-color: #f5f5f5;}
footer nav a { margin-right: 12px; }
footer p { font-size:14px; line-height: 1.4; margin-top:10px;}

.container {max-width: inherit; overflow: hidden;}

h1, h2, h3 {line-height: 1.4;}
/*h1 { font-size: 29px; margin-bottom: 15px; text-shadow: 2px 2px 35px goldenrod;}*/
h1 { font-size: 29px; margin-bottom: 15px; text-shadow: 2px 2px 2px #eee; font-weight: bold;}
h2 { font-size: 22px; margin-top: 30px; margin-bottom: 10px; font-weight: bold;}
h3 { font-size: 18px; margin-top: 30px;}

blockquote {padding-left: 50px; color:#777; font-weight: bold; font-size: 110%; font-style: italic; }

.round {border-radius: 10px;}

ol.mbold li::marker { font-weight: bold; color:#aaa; font-family: "Arial", "Verdana", "sans-serif"; font-size: 18px;}

.textace h2, .textace h3 {margin-top: 30px; }
.textace blockquote {background: #fafafa; font-size: 110%; font-style: italic; }
.textace blockquote p {padding:10px 15px;}

article img {max-width: 100%;}

figure {
    border: 1px solid #eee;
    padding: 5px;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
}

figure img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

figure figcaption {
    font-size: 14px;
    color: #555;
    margin-top: 4px;
    font-style: italic;
}

figure figcaption a[data-lightbox] {float: right; border:0; margin-right: 3px;}

figure.m10 {margin: 10px 0;}
figure.m20 {margin: 20px 0;}
figure.w30 {width:30%;}
figure.w50 {width:50%;}
figure.w75 {width:75%;}
figure.m10.fr {margin-left: 10px; margin-bottom: 0}
figure.m20.fr {margin-left: 20px; margin-bottom: 0}
figure.m10.fl {margin-right: 10px; margin-bottom: 0}
figure.m20.fl {margin-right: 20px; margin-bottom: 0}
figure.fr {float: right; }
figure.fl {float: left;}

.lightbox { font-family: "Helvetica Neue", Arial, sans-serif; }
.lightbox a {border:0; }
.gallery {display: grid; gap:10px; grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); margin-bottom: 15px;}
.gallery a { border:0;}
.gallery img {width: 100%; border-radius: 3px; transition: filter .3s ease-in-out;}
.gallery img:hover {filter: contrast(1.1);}
figure a[data-lightbox] { position: relative; display: block; border:0; }
figure a[data-lightbox]::after {
    content: "🔍";
    position: absolute;
    top: 0;
    right: 0;
    background: #eee;
    opacity: 0.9;
    padding: 5px 4px 5px 4px;
    line-height: 1;
    color: #000;
    font-size: 13px;
}

@media (min-width: 900px) {
  .container {max-width: 900px;}
}

.logos a {border:0;}
.logos a:hover {opacity: 0.8; transition: opacity .3s ease-in-out;}
.logos img {height:60px; margin:0 20px;}
.logos h2 {margin-bottom: 30px;}

img {font-size:12px;}

.video { position: relative;width: 100%;height: 0;padding-bottom: 56.25%;margin-bottom: 30px;}
.video iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;border-radius: 10px;}