.capitalize { text-transform: capitalize }
.upcase{text-transform: uppercase;}
.fsans{font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;}
.ffancy{font-family: 'Cambria', 'Cochin', 'Georgia, Times', 'Times New Roman', 'serif';}
.fs-2 { font-size: 2rem; }
.fs-1_5 { font-size: 1.5rem; }
.fs-1 { font-size: 1rem; }
.font-bold { font-weight: 700; }
.fw-8 { font-weight: 800; }
.fw-6 { font-weight: 600; }
.font-semibold { font-weight: 600; }
.text-gray-400 { color: #9ca3af; }
.text-gray-600 { color: #4b5563; }
.text-dblue { color: #27384f; }
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.underline { text-decoration: underline; }
.bg-white { background-color: #ffffff; }
.border { border: 1px solid #d1d5db; }
.border-b { border-bottom: 2px solid #000000; }
.border-b_blue{border-bottom: 4px #82a3dd; border-bottom-left-radius: 1rem;border-bottom-right-radius: 1rem;}
.border-t { border-top: 1px solid #1f2937; }
.border-gray-300 { border-color: #d1d5db; }
.border-gray-800 { border-color: #1f2937; }
.border-dashed { border-style: dashed; }
.rounded-md { border-radius: 0.375rem; }
.p-1 { padding: 1rem 0; }
.pt-1 { padding-top: 1rem; }
.m-1 { margin: 1rem; }
.mb-1 { margin-bottom: 1rem; }
.mt-1 { margin-top: 1rem; }
.mt-2 { margin-top: 2rem; }
.max-w-4xl { max-width: 56rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.ml-1 { margin-left: 1rem;}
.mr-1 { margin-right: 1rem;}
.mr-2 { margin-right: 2rem;}
.ml-auto { margin-left: auto;}
.mg-auto{margin-bottom: auto;}
.w-1 { width: 1rem; }
.w-1_5 { width: 1.5rem;}
.w-2_5 { width: 2.5rem;}
.w-2 { width: 2rem;}
.w-3 { width: 3rem;}
.w-5 { width: 5rem; }
.w-7 { width: 7rem; }
.w-8 { width: 8rem; }
.w-10 { width: 10rem; }
.w-16 { width: 16rem; }
.h-1 { height: 1rem; }
.h-1_5 { height: 1.5rem; }
.h-2_5 { height: 2.5rem; }
.h-3 { height: 3rem; }
.h-2 { height: 2rem; }
.h-4 { height: 4rem; }
.h-full { height: 100vh; }
.w-full { width: 100%; }
.flex { display: flex; }
.flex-col { flex-direction: column; }
.flex-row { flex-direction: row; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.items-end { align-items: flex-end; }
.justify-end { justify-content: flex-end; }
.justify-between { justify-content: space-between; }
.justify-center { justify-content: center; }
.flex-shrink-0 { flex-shrink: 0; }
.gap-1 { gap: 1rem; }
.gap-0_5 { gap: 0.5rem; }
.space-y-0\.5 > * + * { margin-top: 0.125rem; }
.space-y-1 > * + * { margin-top: 0.25rem; }
.space-y-1\.5 > * + * { margin-top: 0.375rem; }
.table { display: table; }
.w-full { width: 100%; }
.border-collapse { border-collapse: collapse; }
.bgc_gray {background-color: #aab0bb;}
.bgc_blue {background-color: #82a3dd;}
.hoverbluebg:hover{
  background-color: rgb(93, 180, 180);
}
.crvb3{border-radius: 3rem;}
.crvb1{border-radius: 1rem;}
.hoverredbg:hover{
  background-color: rgb(201, 87, 87);
}
.brdzero{border: none;}
  a:visited {
  color: inherit;
}
.hoverwhitetxt:hover{color: #ffffff;}
.txtcent{text-align: center;}
.galtext{font-size: 2rem; font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;}
.bgc_lblue{background-color: #b1c4e4;}

.dx-gallery-item img {
  height: calc(100vh - 14rem);
  max-height: 70vw;
  max-width: 100%;
  border: 1.5rem solid #82a3dd;
  border-radius: 1rem;
}

#gallery{
  max-height: calc(70vw + 4rem);
}