@charset "utf-8";
/* CSS Document */

/* Hide scrollbar for Chrome, Safari and Opera */

::-webkit-scrollbar {
  /*  display: none;*/
  width: 0px;
}

html {
  background-color: white;
}

/*
#whiteBdy{
  background-color: white;
}
*/

.centered-div {
  position: absolute;
  top: 30%; /* Moves it 100px up from its original position */
  left: 50%; /* Centers it horizontally */
  transform: translateX(-50%); /* Corrects the horizontal position */
  display: flex;
  justify-content: center; /* Centers content horizontally */
  align-items: center; /* Centers content vertically */
  text-align: center; /* Centers multi-line text */
  flex-direction: column; /* Stacks inner content vertically */
  width: 100%; /* Full width container */
  max-width: 800px; /* Optional: controls max width */
  gap: 20px; /* Space between sections */
}

.centeredText {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#myAboutRow {
  /*  	border: 1px solid red;*/
  z-index: 20 !important;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  /* align-items: stretch; */
  padding-top: 120px;
  background-color: var(--cBack);
  min-height: 100vh;
}

.maxPat {
  max-width: 400px;
}

/*  border: 1px solid pink;*/
.photoPat {
  width: 100%;
  aspect-ratio: 0.776 !important;
  background: var(--cGunPale);
  border-radius: 5px 5px 0 0;
}

button {
  /*	border: 1px solid blue;*/
  padding: 0 0 0 0;
  border: none;
  width: 100%;
}

button:focus {
  outline: 0 !important;
}

pName:link {
  text-decoration: none;
}
pName:visited {
  text-decoration: none;
}
pName:hover {
  text-decoration: none;
}
pName:active {
  text-decoration: none;
}

.aboutText {
  /*	border: 2px solid orange;*/
  background-color: var(--imgBack);
  padding: 0 10px 0 10px;
  float: left;
  width: 100%;
}

.rowIcon {
  /*	border: 2px solid blue;*/
  /*  width: 100px;*/
  min-height: 80px;
  display: flex;
}

.map {
  /*	border: 2px solid orange;*/
  min-height: 350px !important;
  width: calc(100% - 20px);
  margin: 0 10px 40px 10px;
}

.christmas {
  /*	border: 5px solid red;*/
  z-index: 2 !important;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  padding-top: 90px;
  width: 100vw;
  height: calc(100vh - 60px);
  display: flex;
  justify-content: center;
  align-items: center;
  /*  background-color: red;  optional background */
  overflow: hidden;
}

.contactIcon {
  width: 45px !important;
  padding: 0 7px 0 7px;
  margin: 0 10px 3px 0px;
}

.imgCIAT {
  width: 325px !important;
  aspect-ratio: 3.55 !important;
  /* opacity: 0.9; */
  margin-bottom: 40px;
}

/* One column */
@media screen and (max-width: 900px) {
  .Pad {
    padding-top: 5px;
  }
}
