﻿body{
    color:white;
}
h1{
    font-size:1em;
    font-weight:bold;
}
.homehdr {
    display: table;
    margin-bottom: 20px;
}
.homehdttl {
    display: table-cell;
    background: #222;
    padding: 0.5em 0.4em;
}
.leafd {
    width: 50px;
    border-radius: 1em 0em 0em 1em;
    border: 2px solid #222;
    display: table-cell;
    position: relative;
}
.leafimgd {
    margin-top: 2px;
    position: absolute;
}
.leafimg {
    width: 100%;
    height: auto;
}
.subsect {
    min-height: 170px;
}
.subsectimg {
    float: left;
    margin: 5px;
    border: 1px solid #555;
    border-radius: 0.5em;
    background: black;
    margin: 0.5em;
    width: 7em;
    overflow: hidden;
    box-shadow: 3px 3px 12px #000;
}
.subimgd{
    margin:5%;
}
.subimg{
    width:100%;
    height:auto;
}
.subttl {
    /*font-size:1.5em;
    font-weight:bold;
    text-align:center;*/
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.5em;
    color: white;
    border-radius: 0 0 0.25em 0.25em;
    font-weight: bold;
    text-align: center;
    overflow-wrap: normal;
    background: #222;
    border-top: 1px solid #444;
    text-shadow: -1px -1px 0 rgb(0 0 0 / 60%), 3px 1px 4px rgb(0 0 0);
}
.subp {
    text-align: justify;
    padding-top: 20px;
}
