@font-face {
    font-family: 'Georgia';
    src: url('../fonts/georgia.eot?#iefix') format('embedded-opentype'),  url('../fonts/georgia.woff') format('woff'), url('../fonts/georgia.ttf')  format('truetype'), url('../fonts/georgia.svg#Georgia') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Georgia';
    src: url('../fonts/georgia-bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/georgia-bold.woff') format('woff'), url('../fonts/georgia-bold.ttf')  format('truetype'), url('../fonts/georgia-bold.svg#Georgia-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
html,
body {
    margin: 0px;
    font-family: 'Georgia', Times, serif !important;
    width: 100%;
    min-height: 100vh;
    flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: #fff;
}
header {
    width: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 100;
}
header nav {
    background: linear-gradient(90deg, #006600, #009933);
}
header .logo {
    max-width: 75px;
    float: left;
    margin-right: 16px;
}
header .navbar-brand {
    font-size: 1rem;
    font-weight: bold;
}
header .navbar-brand .main{
    font-size: 1.2rem;
}
video {
    max-width: 100%;
}
.secondlevel {
    text-align: center;
}
.secondlevel .second-top {
    margin: 5px 0;
}
.secondlevel .second-top .btn {
    background: none;
    margin: 5px 0;
    min-width: 120px;
    font-weight: bold;
    font-size: 0.9rem;
    color: #000;
}
.secondlevel .second-top .btn.active {
    background-color: #006600;
    color: #fff;
    position: relative;
}
.secondlevel .second-top .btn.active::after {
    content: " ";
    position: absolute;
    background-color: #bbffbb;
    left: 45%;
    color: #fff;
    width: 10px;
    height: 10px;
    top:40px;
    transform: rotate(45deg);
}
.secondlevel .second-bottom {
    background-color: #bbffbb;
    min-height: 34px;
}
.secondlevel .second-bottom .sbelement{
    width: 120px;
    display: inline-block;
    margin: 5px 0;
    position: relative;
}
.secondlevel .second-bottom .sbelement a{
    color: #006600;
    font-size: 0.9rem;
}
.secondlevel .second-bottom .sbelement.active a{
    font-weight: bold;
}
.secondlevel .second-bottom .sbelement.active::after{
    position: absolute;
    content: " ";
    background-color: #006600;
    width: 100%;
    height: 4px;
    bottom: -4px;
    left: 0;
}
main {
    flex: 1 0 auto;
    padding-top: 200px;
    padding-bottom: 10px;
}
.divider {
    background-color: #bbffbb;
    height: 2px;
    width: 80%;
    margin: 5px 10%;
}
footer {
    background-color: #006600;
    color: #fff;
    text-align: center;
    flex: 0 0 auto;
    padding: 10px;
}
.modal-open {
    color: #000;
}
.modal-open:hover {
    color: #000;
}
.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 5px;
    height: 5px;
    margin-right: 3px;
    margin-left: 3px;
    border-radius: 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255,255,255,.5);
}
.modal-back {
    color: #006600;
}
.subhead {
    margin: 10px 0;
    background-color: #bbffbb;
    text-align: center;
    color: #006600;
    font-weight: bold;
    padding: 5px;

}
iframe {
    max-width: 100%;
}