/* Base styles */
:root {
    /* Breakpoints */
    --breakpoint-desktop: 1200px;
    --breakpoint-tablet: 900px;
    --breakpoint-mobile: 600px;
    --breakpoint-small: 500px;
}

body,
html {
  height: 100%;
  /* background-color: #091217; */
  /* background-color: #1a2b28; */
  background-color: rgb(255, 252, 250);

  margin: 0;
  /* font-family: verdana, sans-serif;  */
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;

  font-size: 100%;
  color: #000;
  /*#F8FFF8; */
  text-decoration: none;
  font-weight: normal;
  line-height: 1.5;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

@font-face {
  font-family: 'Raleway Med';
  /* font-style: BOLD;  */
  /* font-weight: 500;  */
  src: url(Raleway-Medium.ttf);
}

.bg {
  margin-top: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;

}

p {
  font-size: 0.9em;
  margin: 0px;
}

div#content {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 2rem 1rem 2rem 1rem;
  background: rgb(255, 252, 250);
  box-sizing: border-box;
  flex: 1 0 auto;
}

.section {
  margin: 0.5rem 0 0 0;
  padding: 0;
  box-sizing: border-box;
}

#link {
  color: #767676;
  font-size: 1.0em;
  line-height: 20px;
  font-family: Raleway Med, sans-serif;
  text-decoration: underline;

}

#link_2 {
  color: #767676;
  padding-left: 20px;
  font-size: 1.0em;
  line-height: 20px;
  font-family: Raleway Med, sans-serif;
  text-decoration: none;

}

#link:hover {
  color: #000000;
  text-decoration: underline;
}

#link_2:hover {
  color: #000000;
  text-decoration: underline;
}

/* #title {
    color: #767676;
    font-weight: bolder;
    font-size: 2.0em;
    padding-left: 69px;
    padding-bottom: 0px;
    margin-top: 40px;
    font-family: Raleway Med, sans-serif;
} */

div#title {
  font-family: Raleway Med, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  color: #767676;
  margin: 0 0 1.8rem 0;
}

#subTitle {
  /* color: #35ffb2; */
  color: #6d6d6d;
  font-size: 0.8em;
  padding-left: 69px;
  margin-top: -20px;
  font-family: Raleway Med, sans-serif;
}

#description {
  /* color: #35ffb2; */
  color: #6d6d6d;
  font-size: 0.8em;
  padding-left: 69px;
  margin-top: 20px;
  line-height: 1.5em;
  width: 350px;
  font-family: Raleway Med, sans-serif;
}


#description2 {
  /* color: #35ffb2; */
  color: #6d6d6d;
  font-size: 0.8em;
  padding-left: 69px;
  margin-top: 20px;
  line-height: 1.5em;
  width: 350px;
  font-family: Raleway Med, sans-serif;
}

#textcontent {
  margin: 1.2rem 0 0.7rem 0;
  font-size: 1.05rem;
  color: #555;
  max-width: 40rem;
}

#textcontent2 {
  margin: 0.7rem 0 1.2rem 0;
  font-size: 1.05rem;
  color: #555;
  max-width: 40rem;
}

#textcontent p, #textcontent2 p {
  font-size: 0.75em;
}

@media only screen and (max-width: var(--breakpoint-desktop)) {
  .responsive {
    width: calc(33.333% - 16px);
  }
}

@media only screen and (max-width: var(--breakpoint-tablet)) {
  .section {
    margin: 20px 0;
  }

  .responsive {
    width: calc(50% - 16px);
    margin: 6px;
    padding: 6px;
  }
  
  div#content {
    padding: 15px;
  }

  #textcontent, #textcontent2 {
    margin: 10px 0;
  }
}

@media only screen and (max-width: var(--breakpoint-mobile)) {
  #textcontent2 {
    margin-bottom: 2px;
  }
  .section {
    margin: 0 0 0 0;
    padding: 0;
  }
  .responsive {
    width: calc(100% - 8px);
    margin: 2px auto 0 auto;
    padding: 2px;
  }
  .responsive:first-child {
    margin-top: 0;
  }
  div#title {
    font-size: 1.3rem;
    margin: 1rem 0 0.3rem 0;
  }
  #textcontent, #textcontent2 {
    font-size: 0.98rem;
    margin: 0.3rem 0 0.3rem 0;
  }
  div.desc {
    padding: 0.5rem 0.3rem;
  }
}

@media only screen and (max-width: 311px) {
  #textcontent {
    /* content-visibility: hidden; */
    top: 150px;
  }
}

@media only screen and (max-width: 311px) {
  #textcontent2 {
    /* content-visibility: hidden; */
    top: 180px;
  }
}

@media (max-width: var(--breakpoint-desktop)) {
  div#content {
    max-width: 98vw;
    padding: 1rem 0.5rem;
  }
  .gallery-grid {
    gap: 1rem;
  }
}

@media (max-width: var(--breakpoint-tablet)) {
  div#content {
    padding: 15px;
  }
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

@media (max-width: var(--breakpoint-mobile)) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.7rem;
    margin-top: 0.4rem;
  }
  div#content {
    padding: 0.5rem 0.2rem;
  }
  div#title {
    font-size: 1.3rem;
    margin: 0 0 1rem 0;
  }
  #textcontent {
    margin: 1rem 0 0.6rem 0;
    font-size: 0.98rem;
  }
  #textcontent2 {
    margin: 0.6rem 0 0.4rem 0;
    font-size: 0.98rem;
  }
}

@media (max-width: var(--breakpoint-small)) {
  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  div#content {
    padding: 0.3rem 0.1rem;
  }
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.2rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 1.2rem;
}

.gallery {
  position: relative;
  border-radius: 8px;
  box-shadow: 0 4px 24px 0 rgba(0,0,0,0.10), 0 1.5px 6px 0 rgba(0,0,0,0.08);
  overflow: hidden;
  background: rgba(255,255,255,0.85);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  transition: all 0.2s cubic-bezier(.4,1.3,.6,1);
}

.gallery img {
  width: 100%;
  aspect-ratio: 6/5;
  object-fit: cover;
  display: block;
  transition: transform 0.2s cubic-bezier(.4,1.3,.6,1);
}

.gallery:hover {
  box-shadow:
    0 8px 24px rgba(0,0,0,0.16),
    0 0 16px 4px #9ffff9;
  transform: translateY(-4px);
}

.desc {
  padding: 1.1rem 0.7rem;
  text-align: center;
  font-size: 1.08rem;
  font-weight: 400;
  color: #333;
  background: #fff;
  letter-spacing: 0.01em;
}

* {
  box-sizing: border-box;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

#copyright {
  width: 100%;
  text-align: center;
  color: #999;
  font-size: 0.8em;
  /* line-height: 1.5rem; */
  margin-top: 120px;
  /* margin-bottom: 1.2rem; */
  padding-bottom: 1.05rem;
  position: static;
}

@media only screen and (min-width: 869px) and (max-width: 957px) {
  p#copyright {
    left: 25px;
  }
}

a {
  color: #888888;
}

a:link {
  color: #888888;
  text-decoration: none;
}

a:visited {
  color: #888888;
  text-decoration: none;
}

a:active {
  color: #888888;
  text-decoration: underline;
}

a:hover {
  color: #88CCCC;
  text-decoration: underline;
}

@media only screen and (min-width: 921px) {
  .responsive {
    width: calc(33.333% - 20px);
    margin: 0 10px 20px;
    display: inline-block;
    vertical-align: top;
  }
}

@media only screen and (min-width: 769px) and (max-width: 920px) {
  .responsive {
    width: calc(50% - 20px);
  }
}

@media only screen and (max-width: 768px) {
  .responsive {
    width: 100%;
    max-width: 350px;
  }
}


span.emphasis-rt {
  color: #000000;
  font-weight: bold;

}


