/* Enter Your Custom CSS Here */
#et-secondary-nav li ul, #top-header {
    background-color: #38489D;
}
ul#top-menu a {
    color: #38489D;
}
.home-intro-left {
    background: #fff;
    padding: 20px;
}
.home-intro-section {
}
.home-intro-divider {
    height: 0px;
    transform: matrix(1, 0.04, 0, 0.9, 0, -69);
    background: rgb(244, 244, 244);
  position: absolute;

height: 100px;
width: 100%;
}
.home-intro-btn {
    font-weight: bold;
    border-radius: 40px!important;
}
/* classes section */
h2#fancy-title-16 {
    line-height: 40px;
}
.home-classes-section {
    padding: 0!important;
    background-color: #F4F4F4;
}
.home-classes-section .et_pb_row.et_pb_row_2 {
    padding: 0;
}
.TINY-TREASURES-BTN {
    background-color: #F8E600;
    padding: 28px 0;
    margin: 0!important;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}
.TINY-TREASURES-BTN:hover{
  background-color: #EED60D;
}
.TINY-TREASURES-BTN a, .JUNIORS-BTN a, .INTERMEDIATE-BTN a, .ADVANCED-BTN a{
  color:#000;
}
.TINY-TREASURES {
    background-color: #EED60D;
    padding: 10px;
    color: #000;
    text-align: center;
}
.JUNIORS-BTN{
    background-color: #E8C100;
    padding: 28px 0;
    margin: 0!important;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}
.JUNIORS-BTN:hover{
  background-color: #DAAB09;
}
.JUNIORS{
    background-color: #DAAB09;
    padding: 10px;
    color: #000;
    text-align: center;
}
.INTERMEDIATE-BTN{
    background-color: #4296E3;
    padding: 28px 0;
    margin: 0!important;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}
.INTERMEDIATE-BTN:hover{
  background-color: #0A87BF;
}
.INTERMEDIATE{
    background-color: #0A87BF;
    padding: 10px;
    color: #000;
    text-align: center;
}
.ADVANCED-BTN{
    background-color: #39479E;
    padding: 28px 0;
    margin: 0!important;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}
.ADVANCED-BTN:hover{
  background-color: #2E3A7F;
}
.ADVANCED{
    background-color: #2E3A7F;
    padding: 10px;
    color: #000;
    text-align: center;
}