@charset "UTF-8";

:root {
  --bs-font-sans-serif: "M PLUS 2", sans-serif;
  --bs-font-serif: "Sacramento", cursive;
}

[id] {
  scroll-margin-top: 59px;
}
@media (min-width: 768px) {
  [id] {
    scroll-margin-top: 76px;
  }
}

/*--------------------
  Navbar 
--------------------*/
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-brand-font-size: 1rem;
  --bs-navbar-brand-padding-y: 0;
}
@media (min-width: 768px) {
  .navbar {
    --bs-navbar-brand-font-size: 1.25rem;
  }
}

.navbar .navbar-brand .brand-mark {
  height: 40px;
}

.navbar .navbar-brand .brand-logo {
  height: 25px;
}

@media (min-width: 768px) {
  .navbar .navbar-brand .brand-mark {
    height: 60px;
  }
  .navbar .navbar-brand .brand-logo {
    height: 30px;
  }
}

.navbar .nav-link {
  font-size: 0.875rem;
}
.navbar .nav-link:hover {
  color: var(--bs-nav-link-hover-color);
}

/*--------------------
  Header 
--------------------*/
.page-header {
  height: 240px;
}

@media (min-width: 768px) {
  .page-header {
    height: 400px;
  }
}

@media (min-width: 992px) {
  .page-header {
    height: 460px;
  }
}

.page-header.headerimage1 {
  background-image: url("../../photos/tobira/tobira01.jpg");
}
.page-header.headerimage2 {
  background-image: url("../../photos/tobira/tobira02.jpg");
}
.page-header.headerimage3 {
  background-image: url("../../photos/tobira/tobira03.jpg");
}
.page-header.headerimage4 {
  background-image: url("../../photos/tobira/tobira04.jpg");
}
.page-header.headerimage5 {
  background-image: url("../../photos/tobira/tobira05.jpg");
}
.page-header.headerimage6 {
  background-image: url("../../photos/tobira/tobira06.jpg");
}
.page-header.headerimage7 {
  background-image: url("../../photos/tobira/tobira07.jpg");
}
.page-header.headerimage8 {
  background-image: url("../../photos/tobira/tobira08.jpg");
}
.page-header.headerimage9 {
  background-image: url("../../photos/tobira/tobira09.jpg");
}
.page-header.headerimage10 {
  background-image: url("../../photos/tobira/tobira10.jpg");
}
.page-header.headerimage11 {
  background-image: url("../../photos/tobira/tobira11.jpg");
}
.page-header.headerimage12 {
  background-image: url("../../photos/tobira/tobira12.jpg");
}
.page-header.headerimage13 {
  background-image: url("../../photos/tobira/tobira13.jpg");
}
.page-header.headerimage14 {
  background-image: url("../../photos/tobira/tobira14.jpg");
}
.page-header.headerimage15 {
  background-image: url("../../photos/tobira/tobira15.jpg");
}

/*--------------------
  Section title
--------------------*/
.section-title {
  font-family: var(--bs-font-serif);
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.5;
  padding-left: 1rem;
  margin-left: -1rem;
  margin-bottom: 0;
}

h1.section-title {
  font-size: 3.5rem;
}

h2.section-title {
  font-size: 3.25rem;
}

.modal-title.section-title {
  line-height: 1;
  font-size: 2rem;
}

/*--------------------
  Button
--------------------*/
.btn-lg {
  --bs-btn-padding-x: 2rem;
}

/*--------------------
  Carousel & Modal
--------------------*/
/* Close */
.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  z-index: 30;
  transition: opacity 0.3s ease;
}

/* Next/Prev */
.carousel-control-next,
.carousel-control-prev {
  width: 10%;
  z-index: 20;
}

.carousel-dark .carousel-control-prev,
.carousel-dark .carousel-control-next {
  opacity: 0.2;
  transition: opacity 0.3s ease;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 1.25rem;
  height: 1.25rem;
}

@media (min-width: 768px) {
  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.carousel-dark .carousel-control-prev:hover,
.carousel-dark .carousel-control-prev:focus,
.carousel-dark .carousel-control-next:hover,
.carousel-dark .carousel-control-next:focus {
  opacity: 0.67;
}

/* Indicators */
.carousel-indicators {
  z-index: 20;
  margin-left: 0;
  margin-right: 0;
}

.carousel-dark .carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  margin-left: 4px;
  margin-right: 4px;
  border-radius: 100%;
  background-color: #000;
  opacity: 0.2;
}

@media (min-width: 768px) {
  .carousel-dark .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }
}

.carousel-dark .carousel-indicators .active {
  opacity: 0.67;
}

/* Caption */
.carousel-item-with-caption .photoblock {
  padding-bottom: 3rem;
}

.carousel-item-with-caption .captionblock {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
  text-align: center;
}

/*--------------------
  Isotope & Photo Gallery
--------------------*/
.isotope-grid,
.gallery-grid {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.isotope-grid.is-loaded,
.gallery-grid.is-loaded {
  opacity: 1;
}

.isotope-grid,
.gallery-grid {
  position: relative;
}

.isotope-item a,
.gallery-item a {
  display: block;
  overflow: hidden;
}

.isotope-item a img,
.gallery-item a img {
  transition: 0.5s all;
}

.isotope-item a:hover img,
.gallery-item a:hover img {
  transform: scale(1.1, 1.1);
}

/*--------------------
  Photo Cover
--------------------*/
.photoblock {
  position: relative;
  width: 100%;
  height: 100%;
}

.photoblock img {
  display: block;
}

.photocover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0);
  z-index: 10;
}

/*--------------------
  Photographer
--------------------*/
.photograper-group {
  position: relative;
  width: 200px;
  height: 200px;
}

.photograper-human {
  position: absolute;
  width: 100%;
  z-index: 1;
}

.photograper-buddy {
  position: absolute;
  width: 66%;
  z-index: 2;
}

.photograper-human-k {
  top: 0;
  left: -25%;
}

.photograper-buddy-k {
  top: 0;
  right: -25%;
}

.photograper-human-s {
  bottom: 0;
  right: -25%;
}

.photograper-buddy-s {
  bottom: 0;
  left: -25%;
}
