.offcanvas-menu .offcanvas-inner ul.menu>li>ul li a {
    font-size: 18px; 
    line-height: 21px;
}

#sp-footer {
    font-size: 14px;
    padding: 0;
   color: black;
}

.menu-parent .menu-child{
    display: block !important;
}
.menu-parent .menu-toggler{
    display: none !important;
}

#tablestyle {
  border-collapse: collapse;
  width: 800px;
  font-size: 13px;
  text-align: center;
background-color: #fff6cf;
}

#tablestyle td, #tablestyle th {
  border: 1px solid #000000;
  padding: 5px;  
 font-weight: bold;
}

#tablestyle p {
  margin-bottom: 0rem;
}

#tablestyle tr:nth-child(even){background-color: #ffe683;}

#tablestyle tr:hover {background-color: #d2e0a0;}

#tablestyle th {
  padding-top: 12px;
  padding-bottom: 8px;
  text-align: center;
  background-color: #9ce159;
  color: black;
}

.sp-page-title {
    padding-top: 350px;
    padding-bottom: 200px;
    
    /* height: 400px; */
    /* padding: 10vw 0; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /* background-attachment: fixed;*/
   background-attachment: scroll; 
}

.sp-page-title .sp-page-title-heading {
   /*  font-size: 2.7rem; */
    /* font-size:5vw; */
    @media screen and (min-width: 601px) {
        font-size: 35px;
    }
    
    @media screen and (max-width: 600px) {
        font-size: 25px;
    }
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: white;
    text-shadow: 1px 1px 2px black , 0 0 25px black, 0 0 5px darkgray;
    word-break: break-word;
    word-wrap: break-word;
}

.sp-page-title .sp-page-title-sub-heading {
    /* font-size: 24px; */
    /* font-size: 2.5vw; */
    @media screen and (min-width: 601px) {
            font-size: 25px;
        }
        
        @media screen and (max-width: 600px) {
            font-size: 18px;
    }
    font-weight: normal;
    line-height: 1;
    margin-top: 30px;
    text-align: center;
    color: white;
    text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkgray;
}

.article-details .article-header h1, .article-details .article-header h2 {
    font-size: 2.0rem; 
}

#sp-header {
   
    height: auto;
      @media screen and (min-width: 901px) {
                padding-top: 1px;
            }
            
            @media screen and (max-width: 900px) {
                padding-top: 20px;
    }
    
}

.sp-page-title .sp-page-title-heading, .sp-page-title .sp-page-title-sub-heading {
    color: white; /* #67B2C7;*/
}