a.gold:link,
a.gold:visited,
a.gold:active {
    color: #d4cbaa;
}

a.gold:hover {
    color: #d4cbaa;
    text-decoration: underline;
}

h5 a.gold {
    font-size: 14px;
    font-weight: bold;
}

h2.is-body-text {
    text-transform: none;
    font-size:1.125rem;
    color: #000000;
    font-weight: normal;
}

.is-lighter {
    font-weight: lighter;
  }
  .text-dark {
    color: #333333 !important;
  }
  

strong {
  font-weight: bold !important;
}

.line-initial {
  line-height: initial;
}

.text-center {
  text-align: center;
}

/*custom for great oka page*/

.header-hero .content-intro h1 {
    display:none !important;
}

.lity-active body {
    overflow: hidden;
}

.lity-inline .lity-content>* {
    max-height: none !important;
}

.lity-inline .lity-wrap {
    overflow: auto;
}

.lity-inline .lity-content {
    margin: 35px 0;
}

.module-group .grid-item {
    margin: initial;
}

.box {
    display: flex;
}

.box>div {
    display: flex;
}

.one {
    flex-basis: 33.33%;
}

.one img {
    align-self: start;
    margin: 40px 40px;
}


.two {
    flex-basis: 66.66%;
    margin-left: 40px;
    padding: 40px;
}

@media only screen and (max-width: 900px) {
    .box {
        display: block;
    }
    .one {
        flex-basis: 100%;
    }
    .one img {
        align-self: start;
        margin: 0;
    }
    .two {
        flex-basis: 100%;
        margin: 0;
    }        
}
table.schedule th, table.schedule td {
    width: 50%;
}
table.schedule th:nth-child(even), table.schedule td:nth-child(even) {
    width: 50%; text-align:left;
}
