@import url("https://fonts.googleapis.com/css?family=Meiryo+Nunito");

body {
  font-family: "Nunito", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  background-color: #faf3dd;
}

h1,
h2,
h3 {
  font-family: "Meiryo";
}

.navbar-brand:hover {
  color: #fff;
}

.navbar-red {
  background-color: #aed9e0;
  color: #fff;
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  color: #080705;
  padding: 0.25rem 0;
  background-color: #ffa69e;
}

.nav-link {
  color: #080705 !important;
  text-transform: uppercase;
  font-size: 1rem;
}

.all-show {
  z-index: 10;
}

.carousel-item {
  height: 91vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

.mx-10 {
  margin-left: 20rem;
  margin-right: 20rem;
}

.square-image {
  height: 100%;
  width: auto;
}

.square-image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.gallery-item2 {
  position: relative;
  padding: 0;
}

.overlay {
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 0;
  right: 0;
  opacity: 0;
  width: 300px;
  height: 300px;
  background-color: rgba(0, 0, 255, 0.1);
  transition: opacity 0.4s ease;
  margin: -10px;
}

.overlay-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 20px;
  color: #fff;
  opacity: 1;
  transition: opacity 0.4s ease;
}

.gallery-item2:hover .overlay {
  opacity: 1;
}

.gallery-item2:hover .overlay-content {
  opacity: 1;
}

.button {
  position: relative;
  background-color: #f77f00;
  border-radius: 5px;
  box-shadow: white 0px 4px 0px 0px;
  padding: 15px;
  background-repeat: no-repeat;
  box-sizing: border-box;
  width: 154px;
  height: 49px;
  color: white;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  overflow: hidden;
}

.button2 {
  position: relative;
  background-color: #b8f2e6;
  border-radius: 5px;
  box-shadow: black 0px 4px 0px 0px;
  padding: 15px;
  background-repeat: no-repeat;
  box-sizing: border-box;
  width: 104px;
  height: 36px;
  color: black;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  overflow: hidden;
  font-size: 0.9rem;
}

.button:hover::before {
  width: 100%;
}

.pagination-outer {
  text-align: center;
}

.pagination {
  font-family: "Itim", cursive;
  border-radius: 10px 10px 0 0;
  display: inline-flex;
}

.pagination li {
  padding: 5px 0;
  margin: 0 5px;
}

.pagination li a.page-link {
  color: black;
  background: #aed9e0;
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
  height: 33px;
  width: 43px;
  padding: 0;
  margin: 0;
  border: 1px solid #aed9e0;
  border-radius: 0;
  display: block;
  transition: all 0.3s ease 0s;
}

.pagination li.active a.page-link,
.pagination li a.page-link:hover,
.pagination li.active a.page-link:hover,
.pagination li a.page-link:focus {
  color: white;
  background: #ffa69e;
  line-height: 38px;
  height: 41px;
  margin: -5px 0 -3px;
  border: 1px solid white;
}

@media only screen and (max-width: 480px) {
  .pagination {
    font-size: 0;
    display: block;
  }

  .pagination li {
    display: inline-block;
  }
}

.separator {
  border-bottom: 10px solid grey;
  border-radius: 20px;
  width: 50%;
  margin: 10px 0;
  transition: border-color 1s ease;
}

.card:hover .separator {
  border-color: green;
}

.circle-hover {
  background-color: grey 0.5;
  border: none;
  transition: background-color 1s ease;
}

.card:hover .circle-hover {
  background-color: green;
}

.mx-11 {
  margin-left: 21rem;
  margin-right: 21rem;
}

#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  font-size: 24px;
  color: #000;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 9999;
}

#back-to-top:hover {
  color: #fff;
  background-color: #000;
  transition: background-color 0.2s ease-in-out;
}

#back-to-top i {
  font-size: inherit;
  line-height: inherit;
}

.site-footer .list li a.text-dark {
  font-size: 20px !important;
}

.responsive-img {
  height: calc(75vw) !important;
  max-height: 250px !important;
  max-width: 400px;
  display: block;
  margin: 0 auto;
}

.responsive-img2 {
  height: calc(75vw) !important;
  max-height: 250px !important;
  display: block;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .navbar-toggler {
    position: relative;
    top: -22px;
  }

  .navbar-brand .img2 {
    z-index: 1;
    position: relative;
    top: 0px !important;
    height: 90px;
    width: auto;
  }

  .navbar-brand .img1 {
    z-index: 1;
    position: relative;
    top: 0px !important;
    height: 90px;
    margin-left: 1rem !important;
    width: auto;
  }

  .navbar-collapse {
    position: fixed;
    top: 90px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #ffa69e;
    padding: 10px;
    overflow-y: auto;
  }

  .navt1 {
    display: none;
  }

  .top140 {
    top: 140px !important;
  }
}

@media (max-width: 769px) {
  .navbar-toggler {
    position: relative;
    top: -22px;
  }

  .navbar {
    max-width: 7696px;
  }

  .responsive-img {
    height: calc(50vw) !important;
    max-height: 300px !important;
  }
}

@media (max-width:500px) {
  .navbar-brand {
    margin-left: 1rem !important;
  }
}

@media (max-width: 376px) {
  .navbar-brand {
    margin-left: 10px !important;
  }

  .navbar-brand .img1 {
    margin-left: 10px !important;
  }

  .navbar-brand .img2 {
    height: 80px;
    width: 80px;
  }

  .navbar-brand .img1 {
    height: 80px;
    width: 110px;
  }

  .navbar-brand .img3 {
    height: 80px;
    width: 80px;
  }

  .navbar-brand .img4 {
    height: 80px;
    width: 110px;
  }
}