
.event_header{
    background-color:#fae07e;
    padding:20px;
}

.calander_div{
    display:flex;
    justify-content: space-evenly;
}

.see_more_events_container .card{
    width:100% !important;
}

.see_more_events_container .row{
        margin:30px auto !important;
}


.see_more_events_container .card-body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #1c2747;
    color: #fae07e;
    padding:35px;
}

.see_more_events_container .card-body:hover{
    /*background-color: #fae07e;*/
    /* color: #1c2747;*/
    transition:ease 0.5s;
    
}

/* .card-body .eventanchor:hover {*/
/*  color: #fae07e !important;*/
/*}*/


/*.see_more_events_container .card-body:hover > .eventanchor{*/
/*  color: red !important;*/
/*}*/


.event_header h2{
    margin-bottom:0px ;
}



.eventanchor{
     color: #fae07e !important;
}







.mainheadlinewrapperpage {
    margin-bottom: 1px;
    float: left;
    width: 100%;
    padding: 14px 0;
    background: #1c2747;
    margin-top:0px;
  }

  .mainheadlinepage h1{
    Margin: 0;
    font-weight: 600;
    font-size: 44px;
    line-height: 1;
    color: #fde07e;
  }



  ol.breadcrumb {
    padding-left: 4px;
    background: transparent;
  }
  ol.breadcrumb li {
    margin-bottom: 0px;
  }
  .breadcrumb-item a {
    color: #fff !important;
  }

  h4{
      font-size: 27px;
  }


.wrapper100percent {
    float: left;
    width: 100%;
    padding: 0;
}

.margintop2 {
    margin-top: 44px;
}


.marginbottom2 {
    margin-bottom: 44px;
    margin-top:30px;
}

thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.myeventthtr {
    background: #fde07e;
    color: #1c2747;
}

.myevent h4, .upevent h4 {
    margin-bottom: 10px;
}


.myevent span, h6 {
    margin-top: 5px;
}

a:link, a:visited {
    outline: none;
    text-decoration: none;
    color: #1c2747;
    transition: all .5s ease;
}

h6 {
    font-weight: 700;
}

ol.breadcrumb {
    padding-left: 4px;
    background: transparent;
  }
  ol.breadcrumb li {
    margin-bottom: 0px;
  }
  .breadcrumb-item a {
    color: #fff;
  }

  .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
  }

th{
    width: 50% !important;
}

@media only screen and (min-width: 320px) and (max-width: 425px) {
    .mainheadlinewrapperpage{
        margin-top:0px!important;
    }
}


@media only screen and (min-width: 425px) and (max-width: 768px) {
    .mainheadlinewrapperpage{
        margin-top:0px!important;
    }
}

 @media(max-width:991px){
       .mainheadlinewrapperpage {
   
     margin-top:0px !important;
  }
  
  .see_more_events_container .card{
    width:100%;
}
  }
  
  
  .navbar-expand-md .navbar-nav .nav-link {
    padding:12px;
}