@charset "UTF-8";

@font-face {
    font-family: 'tahu';
    src: url('../fonts/tahu.woff2') format('woff2'),
         url('../fonts/tahu.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
#main {
    padding-bottom: 80px;
    font-size: 14pt;
    line-height: 1.25;
}
#banner {
    background-image: url("../img/banner-2.jpg");
    background-size: cover;
    background-position: center;
    line-height: 1;
    padding-top: 160px;
    padding-bottom: 80px;
    margin-bottom: 3em;
    text-shadow: rgb(0, 0, 0, 0.15) 0 0 8px;
    box-shadow: rgb(0, 0, 0, 0.25) 0 0 6px 2px;
    border: 0;
    text-shadow: 0 0 4px white;
    color: black;
}
#banner * {
    font-family: tahu;
}
#banner h1 {
    font-size: 36pt;
}
#banner h2 {
    font-size: 30pt;
    font-weight: normal;
}
h3 {
    font-size: 18pt
}

.container {
    padding-bottom: 80px;
}

.list .item {
    margin-left: 2em;
}

ul {
    padding-left: 1em;
}
#promo {
    font-size: 14pt;
}

.mailto :first-child::after { content: '@' }
iframe[name='mailto-trap'] { display:none }
