/*html {
  font-size: 14px;
}*/

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

/*html {
  position: relative;
  min-height: 100%;
}*/

/*body {
  margin-bottom: 60px;
}*/

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

html {
    overflow: -moz-scrollbars-vertical;
    overflow: scroll;
    height: 100%;
}

body {
    background-color: #7978E0;
    /*background-image: url('../img/shadow_bg.png');
    background-repeat: repeat-y;
    background-position: center;*/
    font-family: 'Trebuchet MS', Arial, Helvetica, 'Times New Roman';
    font-size: 1em;
    margin: 0px;
    height: 100%;
}

.legacy-shell {
    background: #fff;
    /* side-only shadow (old school “vertical” look) */
    box-shadow: -14px 0 18px -18px rgba(0,0,0,.55), 14px 0 18px -18px rgba(0,0,0,.55);
}

.footer-shadow {
    height: 16px; /* match your old shadow image height */
    background-image: url("/img/footer_shadow.gif");
    background-repeat: repeat-x;
    background-position: top left;
    display: block;
    font-size: 0.8em;
    padding-top: 2px;
    /* optional if your image needs scaling */
    /* background-size: auto 16px; */
}

.legacy-footer {
    background: #fff;
    box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.45);
}

/*#dSite {
    margin: 0 auto;
    max-width: 842px;
}*/

#header {
    /*background-image: url('../img/shadow_bg.png');
    background-repeat: repeat-y;
    background-position: center;*/
    margin: 0 auto;
    padding-top: 1em;
    padding-bottom: 1em;
    /*width: 842px;*/
}
/*
#dLogo {
    padding: 1em;
}

#dInfo {
    padding-right: .5em;
    text-align: right;
}*/

#accentBar {
    /*max-width: 842px;*/
    width: 100%;
    margin: 0 auto;
    height: 6px;
    background-color: #DCB92C;
}

/* MENU */
#menu {
    /*max-width: 842px;*/
    text-align: justify;
    min-height: 5em;
    padding-top: 1.75em;
    background-color: #334C37;
}

#menu * {
    display: inline;
}

#menu span {
    display: inline-block;
    width: 100%;
    height: 0px;
}

/*.content-area {
    padding: .75em;
    min-height: 400px;
    display: inline-block;
}*/


#events {
    min-height: 200px;
    border: #CC2600 1px solid;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#eventsBanner {
    background-color: #CC2600;
    text-align: center;
    padding-top: 10px;
    position: relative;
    height: 40px;
}

#eventsContent {
    padding-left: .5em;
}

.eventDate {
    font-weight: bold;
}

.eventTitle {
    font-style: italic;
}

/*#content {
    margin-left: 240px;
}
*/
/*.float-left {
    float: left;
}

.float-right {
    float: right;
}

.pad-left {
    padding-left: 1em;
}

.pad-right {
    padding-right: 1em;
}

.bold {
    font-weight: bold;
}*/

#footer {
/*    background-image: url('../img/footer_shadow.gif');
    background-repeat: repeat-x;*/
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    /*width: 842px;*/
    display: block;
    font-size: 0.8em;
    /*padding-top: 2px;*/
}

#map_canvas {
    width: 500px;
    height: 400px;
    background-color: #CCC;
}