html {
  overflow-y: scroll;
}

body {
  font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4 {
  color: rgb(55, 55, 55)
}

.hyphenate {
  hyphens: auto;
}
.welcome {
  width: 85%;
  max-width: 2165px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #2d4675;
  color: white;
  cursor: pointer;
  border-radius: 10px;
  padding: 10px;
}

#myBtn:hover {
  background-color: #5984d4;
  color: black;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.orange {
  color: #CC5500;
}

.about-card {
  padding: 10px;
  border: 1px solid white;
}

.gallery {
  max-width: 652px;
}

.gallery img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.about-card:hover {
  background-color: #8fa5cf5a;
  border: 1px solid #2d46758e;
}

.desc {
  padding: 15px;
  text-align: center;
  color: rgb(88, 88, 88);
}

* {
  box-sizing: border-box;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.caption {
  padding-top: 2rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #c3cbda;
  text-transform: uppercase;
}

.zoom-hover {
  transition: transform 0.3s ease;
  overflow: hidden;
}

.zoom-hover:hover {
  transform: scale(1.2)
}

.hide-zoom {
  overflow: hidden;
}

.contact {
  background-color: #8fa5cf5a;
  padding-bottom: 2rem;
  border: 1px solid #2d46758e;
  max-width: 1272px;
}

.divider {
  padding-top: 4rem;
}

.contact p {
  color: rgb(88, 88, 88);
}

