.carousel-item > img {
	display: flex;
	justify-content: center;
	object-fit:cover;
	height:450px !important;
	max-height:720px;
	width:350px;
}

.carousel-control-prev-icon {
    display: inline-block;
    width: 35px;
    height: 50px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fee' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    display: inline-block;
    width: 35px;
    height: 50px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fee' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 5px;
    left: 15%;
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    text-align: center;
}

.carousel-caption > h5 {
    font-size: 14px;
    margin: 0px;
}

.carousel-caption > span {
    font-size: 12px;
    font-style: italic;
}

.houserules > tbody > tr > td:nth-child(1)::after {
	content: ":";
}

.houserules > tbody > tr > td:nth-child(2) {
	padding-left: 15px;
	font-weight: bold;
}

.factoid {
	padding-left: 15px;
}
.factoid > tbody > tr > td:nth-child(2) {
	padding-left: 15px;
}


.fc-day-header, .fc-week-number {
  font-size:0.75em;
  font-style: italic;
  font-weight: normal;
}

.fc-week-number {
	min-width: 10px;
}

.fc-header-toolbar {
  font-size:0.65em;
  text-transform:  capitalize;
}


ul  {
	padding-left: 20px;
}

ul > li  {
	padding-left: 15px;
}


h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold !important;
    font-size: 0.9rem !important;
}

h5, h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold !important;
    font-size: 0.9rem !important;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8rem !important;
}

.nav-link {
    font-size: 0.9rem;
    font-weight: bold;
}

.nav-pills > li > a {
    color: #000000;
}
.nav-pills > li > a.active {
    background-color: #000000!important;
}

.calendar-container {
    position: relative;
    padding-bottom: 75% !important;
    height: 0;
    overflow: hidden;
}
.calendar-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

#calendar {
  max-width: 100%;
  overflow-x: auto;
}

.lang-btn {
    cursor: pointer;
}