:root{--navbar-height: 80px;}*, *::before, *::after{margin: 0;padding: 0;box-sizing: border-box;}html, body{height: 100%;overscroll-behavior: none}a{color: inherit;text-decoration: none;}ul, ol{list-style: none;}table{border-collapse: collapse;border-spacing: 0;}img, picture, video, canvas, svg{display: block;max-width: 100%;}button, input, select, textarea{font: inherit;color: inherit;background: none;border: none;outline: none;}button{cursor: pointer;}body{font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, Arial, sans-serif;font-size: 1rem;font-weight: 200;line-height: 1.5;-webkit-font-smoothing: antialiased;}strong{font-weight: 700;}img{width: auto;height: 100%;}a:hover{color: green;}a img{cursor: pointer;transition: opacity 0.2s;}a img:hover{opacity: 0.5;}.tooltip{position: relative;display: inline-block;}.tooltip .tooltiptext{position: absolute;bottom: 100%;left: 50%;transform: translateX(-50%);background-color: #333;color: #fff;padding: 5px 8px;border-radius: 6px;font-size: 0.9rem;white-space: nowrap;opacity: 0;pointer-events: none;transition: opacity 0.2s;transition-delay: 0s;}.tooltip:hover .tooltiptext{opacity: 1;pointer-events: auto;transition-delay: 0.1s;}.embossed-bottom{box-shadow: inset 0 -2px 2px rgba(0,0,0,0.10);}.barContainer{position: fixed;z-index: 1;top: 0;left: 0;width: 100%;height: var(--navbar-height);background-color: rgb(248 248 248 / 0.9);box-shadow: 0 1px 2px 1px rgba(96, 96, 96, 0.5);display: flex;flex-direction: row;justify-content: space-between;align-items: center;}.barLogo{height: 100%;padding: 0.8rem;background: transparent;cursor: pointer;-webkit-tap-highlight-color: transparent;}.barMenu{position: absolute;z-index: 2;top: calc(var(--navbar-height) - 1rem);right: 1rem;display: none;flex-direction: column;}@media (min-width: 800px){.barMenu{position: static;margin-right: 1rem;display: flex;flex-direction: row;}}.barMenuItem{margin-bottom: 2px;padding: 0.5rem 1rem;border: 2px solid black;border-radius: 10px;background: white;cursor: pointer;-webkit-tap-highlight-color: transparent;}@media (min-width: 800px){.barMenuItem{padding: 5px 10px;background: inherit;border: none;display: inline;color: black;}}.barMenuItem:hover{color: darkgoldenrod;transition: color 200ms;}.barMenuItemHighlight{}@media (min-width: 800px){.barMenuItemHighlight{padding-bottom: 2px;border-bottom: 3px solid darkgoldenrod;border-radius: 0;}}.barHamburger{width: 44px;height: 44px;padding: 7px;margin-right: 1em;background: transparent;display: none;cursor: pointer;-webkit-tap-highlight-color: transparent;}@media (max-width: 799px){.barHamburger{display: inline;}}.homeContainer{padding-top: var(--navbar-height);width: 100%;height: clamp(300px, 40vw, 500px);background: url("../images/home.jpeg") center no-repeat white;background-clip: content-box;background-size: cover;display: flex;flex-direction: column;justify-content: center;align-items: center;}.homeTitle{padding-bottom: 1rem;font-weight: normal;font-size: 2.5rem;letter-spacing: 0.5rem;}.contentContainer{min-width: unset;width: 100%;padding: 1rem;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-evenly;}.contentDescription{margin: 2rem;max-width: 550px;display: flex;flex-direction: column;justify-content: start;}.contentIconContainer{margin: 1rem 0;display: flex;flex-wrap: wrap;justify-content: center;}.contentIcon{width: 135px;height:40px;margin: 0.7rem;}.contentImage{max-width: 384px;margin: 1rem;border: solid #ccc;border-radius: 0.5em;}.footerContainer{padding: 1rem 0;background-color: #edeff2;display: flex;flex-direction: column;color: #222;}.footerContactTitle{margin-bottom: 0.5rem;text-align: center;font-weight: 200;font-size: 1.3rem;letter-spacing: 0.2rem;text-decoration: underline;text-underline-offset: 3px;}.footerContactContainer{padding-bottom: 1rem;text-align: center;transition: color 100ms;}.footerAddress{padding-bottom: 1rem;display: flex;flex-direction: column;text-align: center;}.footerAddressLine{margin-bottom: 0.2rem;}.footerCopyright{padding-bottom: 1rem;text-align: center;}