h1{font-size: 2rem}
h2{font-size: 1.6rem}
h3{font-size: 1.3rem}

table{caption-side: top};

.flex-even {
  flex: 1;
  flex-basis: 50%
}
.avatar {
    position: relative;
    width: 80px;
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 14px;
    border-radius: 50%;
    object-fit: cover;
    margin: auto;
}
.avatar.small{
      width: 24px;
    height: 24px;
  
}

a.btn .bialign{vertical-align: text-bottom;}

#skiptocontent a {
    padding: 10px;
    position: absolute;
    top: -48px;
    left: 0;
    color: #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-bottom-right-radius: 8px;
    background: #bf1722;
    -webkit-transition: top 1s ease-out;
    transition: top 1s ease-out;
    z-index: 100;
    outline: 0;
    text-decoration: none;
}

#skiptocontent a:focus, #skiptocontent a:active {
    position: absolute;
    left: 0;
    top: 0;
    outline-color: transparent;
    -webkit-transition: top .1s ease-in;
    transition: top .1s ease-in;
    z-index: 12345;
}

#sidebar .list-group-item.list-group-item-action:hover::after, #sidebar .list-group-item.list-group-item-action:focus::after, #sidebar .list-group-item.list-group-item.active:after { 
    font-family: "bootstrap-icons";
    content: "\F309";
    font-size:16px;
    vertical-align: middle;
    padding-left: 0.25em;
    float: right
}
.fc-h-event .fc-event-time {
  overflow: visible;
}
.fc-daygrid-event{white-space: normal}
.fc-h-event .fc-event-main{padding: 0.25rem}
.fc-daygrid-block-event .fc-event-time{font-weight: normal}
.fc-h-event .fc-event-main-frame{flex-direction: column}
.fc-h-event .fc-event-title, .fc-direction-ltr .fc-daygrid-event .fc-event-time{line-height: normal}

legend{font-family: 'Roboto Slab', serif;}
h2, h3, h4, h5, h6 {
    margin-top: 1.5rem;
}
#footer h3, #footer h4 {margin-top: 0; margin-bottom: 1rem}
#sidebar h2, #sidebar h3, h2.fs-5,h3.fs-5{ margin-top: 0}
.grecaptcha-badge{display: none}
/*
.fc-daygrid-block-event .fc-event-time, .fc-daygrid-block-event .fc-event-title {
    padding-right: 7px !important;
    padding-left: 2px !important;
}
*/
@media(max-width: 1199px) {
  .navbar-nav .nav-item a{font-size: 1.3rem}
  .navbar-nav .dropdown-menu{padding: 0}
  .navbar-nav .dropdown-menu .nav-item { margin-right: 0 !important; margin-left:  0 !important;}
  .navbar-nav .dropdown-menu .nav-item a {padding-left: 2rem !important}
}


@media(max-width: 767px) {
  .flex-even {
    flex-basis: 100%
  }
  .fc-toolbar.fc-header-toolbar {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
  }
  .fc-toolbar.fc-header-toolbar div, .fc-today-button{
    margin-top: 1em;
    width: 100%;
  }
  .fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
    margin-left: 0;
  }
  .fc-today-button{
    margin-top: 0;
  }
}
.carousel{border-bottom: 8px solid #ccc;}
.carousel-item img{
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  height:20vh;
  width: 100%;
}
.carousel-inner::after {
 content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-box-shadow: inset 0 0 85px rgba(0, 0, 0, .8);
    -moz-box-shadow: inset 0 0 85px rgba(0, 0, 0, .8);
    box-shadow: inset 0 0 85px rgba(0, 0, 0, .8);
}

.communityxs {
  line-height: 2em;
  color: #fff;
  text-decoration: none;
  font-size: 23px
}
a.communityxs:hover {
  color: #fff !important
}
.communityxs span {
  color: #F84F4F;
  font-size: 19px
}
.communityxs span span {
  color: #ddd;
  font-size: 19px
}


.navbar-brand {
  position: relative; z-index: 3
}
.navbar-brand {
    display: inline-block;
    max-width: 75%;
    max-height: 5rem;
}
.navbar-brand img {
    max-width: 100%;
    max-height: inherit;
}
.back-to-top {
  margin: 0;
  position: fixed;
  bottom: 15px;
  right: 3%;
  z-index: 100;
  display: none
}
.back-to-top i {
  font-size: 30px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
.navbar-brand img {
    max-width: 100%;
    max-height: 10rem;
  }}