.youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.youtube iframe, .youtube object, .youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 4px;
}

.diaryImage {
  max-width: 90%;
  max-height: 400px;
  border-radius: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.diaryImageCaption {
  text-transform: uppercase;
  font-size: 12px;
  text-align: right;
}

.entry-buttonbar {
  margin-top: -20px;
}

.card {
  opacity: 0.93;
}

.card-heading {
  padding-top: 4px;
  padding-bottom: 4px;
}

.card-heading:hover {
  background-color: #aaa;
  background-image: linear-gradient(rgb(205, 205, 205) 0px, rgb(172, 172, 172) 100%);
  cursor: pointer;
}

.entries-title span {
  font-size: larger;
  font-weight: bold;
}
.entries-title img {
  width: 36px;
  height: 36px;
  margin: 8px;
  border-radius: 3px;
}
.entries-title .card {
  opacity: 1 !important;
  flex-direction: row;
  margin: 0;
  padding: 0;
}

.calendarOptionBase .horizontalScroll {
  width: 100%;
  opacity: 0.8;
  background-color: white;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 10px;
}
.calendarOptionBase .menuOption {
  position: relative;
  width: 150px;
  max-width: 150px;
  height: 150px;
  max-height: 150px;
  overflow: hidden;
}
.calendarOptionBase .menuOption span {
  margin: 0;
  color: black;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.calendarOptionBase .menuOption .selected {
  border: 30px;
  opacity: 1;
}
.calendarOptionBase .menuOption img {
  width: 150px;
  height: 150px;
  opacity: 0.6;
}
.calendarOptionBase .menuOption:hover {
  opacity: 0.85;
}
.calendarOptionBase .menuOptionsContainer {
  text-align: center;
  opacity: 0.8;
  background-color: white;
  padding: 10px;
}
.calendarOptionBase .yearsMonths {
  font-size: 40px;
}
.calendarOptionBase .specialDays {
  font-size: larger;
  font-weight: bold;
  text-align: center;
}

.nav {
  width: 90%;
  opacity: 0.8;
  padding: 4px;
}
.nav ul {
  padding-inline-start: 12px;
}
.nav .nav-link {
  padding: 4px;
}
.nav img {
  width: 32px;
  height: 32px;
  margin: 6px;
  border-radius: 2px;
}
.nav > .container {
  padding: 1px;
}

.navbar {
  padding: 4px;
  border-color: #ddd;
  border-radius: 6px;
  border-width: 3px;
}

#page-header {
  background-color: #222;
  border-color: #080808;
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
#page-header .page-title {
  font-weight: 700;
  font-family: "Cabin Sketch", cursive;
  font-size: 28px;
  color: white;
  text-align: center;
}
#page-header .page-last-updated span {
  color: rgb(123, 131, 138);
}
#page-header .page-search {
  display: inline-block;
}

#search {
  padding-right: 10px;
}
#search input {
  margin: 0 8px 0 0;
}

.photo-size {
  max-height: 250px;
  margin: 17px;
  border-radius: 20px;
}

.image-icon {
  height: 24px;
}

.photo-size {
  max-height: 250px;
  margin: 17px;
  border-radius: 20px;
}

.image-icon {
  height: 24px;
}

.modal-dialog {
  width: 90%;
  max-width: 1250px;
}

.modal-image {
  display: block;
  margin: auto auto;
  border-radius: 20px;
  max-width: 90%;
}

body {
  background: url("/background1.jpg") no-repeat center center fixed;
  background-size: cover;
  font-size: 14px;
  line-height: 1.42857143;
}

.hover-pointer:hover {
  cursor: pointer;
}

.noScroll {
  overflow: hidden;
}

.fullpage {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: contain;
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-color: black;
}

.centralize {
  display: inline-block;
  text-align: center;
}

span.fas {
  line-height: 0.8;
  font-size: 18px;
}

.label {
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.label-info {
  background-color: #5bc0de;
}

.card-default > .card-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.card {
  background-color: white;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.card-default {
  border-color: #ddd;
}

.card-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}