:root {
  --theme-main: #002051;
  --theme-secondary: #6C6C6C;
  --theme-tertiary: #C2AA76;
  --theme-forth: #A20F00;
  --theme-fifth: #808080;
  --clipPath-sliderPhoto: polygon(0% 10%, 7% 0%, 100% 1%, 100% 90%, 93% 100%, 0% 100%);
  --theme-transparent: rgba(255, 255, 255, 0);
  --theme-deep-blue: #201F5E;
  --theme-grey-blue: #97BDE8;
  --theme-blue: #4DA9D6;
  --theme-red: #E64545;
  --theme-light-blue: #59B6E0;
  --font-blue: #07012e;
  --theme-menu-highlighted: #a8853a;
  --yearButton: #00A2F7 ;
  --yearButton-hover: #7EDCFF;
}

body {
  line-height: 1.4;
}
body a {
  color: var(--font-blue);
}
body a:hover {
  color: var(--font-highlighted);
}
body p {
  margin-top: unset;
  margin-bottom: 1.5rem;
}

#page table {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@font-face {
  font-family: "gelasio";
  font-weight: 600;
  src: url("../fonts/Gelasio-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSerif";
  font-weight: 600;
  src: url("../fonts/NotoSerifTC-VariableFont_wght.ttf") format("truetype");
}
.container {
  position: relative;
}
@media (min-width: 576px) {
  .container {
    max-width: 1600px;
    width: 90%;
  }
}

@media (max-width: 960px) {
  .container-lg {
    max-width: 100%;
  }
}

@media (max-width: 1200px) {
  .container-xl {
    max-width: 90%;
  }
}

.container-max {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media (min-width: 768px) {
  :root {
    --left-side-width: 15rem;
  }
}

.fade-in {
  animation: fade-in 1.5s forwards;
}

.animation-fadeIn {
  opacity: 0;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .col-lg-2-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.index-album-item .index-album-item-content {
  overflow: hidden;
}
.index-album-item a {
  color: unset;
}
.index-album-item a:hover .index-album-image {
  transform: scale(1.2);
}
.index-album-item .index-album-image {
  padding-top: 75%;
  transition: 0.3s ease-in-out;
}
.index-album-item .index-album-info .index-album-date {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  color: var(--theme-secondary);
}
.index-album-item .index-album-info .index-album-date svg {
  max-height: 1rem;
  fill: var(--theme-secondary);
  margin-right: 3px;
}

.summary {
  font-size: 0.8rem;
}

.yiiPager {
  font-size: 1rem !important;
}

.pager {
  margin-top: 1.5rem !important;
}

.albumsImageContainer .list-view {
  width: 100%;
}
.albumsImageContainer .list-view .row {
  margin-left: 0;
  margin-right: 0;
}
.albumsImageContainer .albumImage {
  padding-top: 75%;
}

.albumsContainer {
  min-height: 800px;
}
.albumsContainer a.themedButton_album {
  display: inline-block;
  text-align: left;
}
.albumsContainer a.themedButton_album:hover {
  opacity: 0.7;
}
.albumsContainer .album-date {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  color: var(--theme-secondary);
}
.albumsContainer .album-date svg {
  max-height: 1rem;
  fill: var(--theme-secondary);
  margin-right: 3px;
}

/*# sourceMappingURL=googleDrivePhoto.css.map */
