html {
  font-size: 14px;
  font-family: Optima, Verdana, Tahoma
}

@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 #9be5db, 0 0 0 0.25rem #05bea4;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  /*background-color:#c0c8d3;*/
  background-color:white;
}

h4 {
    font-size: 1.2rem;
    border-bottom: 2px solid #05bea4;
}

/*ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center
}*/

hr.dashed {
    border-top: 3px dashed #bbb;
}

hr.rounded {
    border-top: 8px solid #bbb;
    border-radius: 5px;
}

.leftnav {
    border-right: 5px solid #05bea4;
}

.homeimg {
    width:100%;
    height:80%;
}

.bannerlogo{
    height:50px;
}

.cgthumbnail {
    width:90%;
    height:90%;
    text-align:center;
    /*max-height:500px;*/
    pointer-events:none;
}

.caption-top{
    text-align:center;
    color:white;
}

.imgPromoLt img{
    height:200px;
    width:200px;
    text-align:right;
}
.imgPromoRt img {
    height: 200px;
    width: 200px;
    text-align:left;
}

.txtPromoLt p {
    text-align:right;
    font-size:14px;
    text-decoration:underline;
}
.txtPromoRt p {
    text-align: left;
    font-size: 14px;
    text-decoration: underline;
}

.txtPromo ul ol li {
    text-indent:20px;
    text-align: left;
    font-size: 10px;
}

.dividerArt {
    width: 90%;
    height: 3px;
    color: #05bea4;
}

.navCommands{
    text-align:right;
}

.required-label:after {
    content: " *";
    color: red;
}

.eventList {
    border-bottom: 2px solid #9be5db;
}
