@charset "UTF-8";
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Inter, sans;
  font-feature-settings: "liga" 1, "calt" 1;
  font-size: 1.2em;
  height: 100vh;
  color: #222;
  display: flex;
  flex-direction: column;
}
body .content {
  overflow: auto;
}
body .content .text_section {
  padding: 0 1em;
  margin: 1.5em auto;
  text-align: left;
  max-width: 60em;
}
body .content .content-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6em;
  padding-bottom: 2em;
}

#navbar {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  box-shadow: rgba(0, 0, 0, 0.5333333333) 0px 0 10px;
  position: relative;
}
#navbar > * {
  grid-row: 1;
  grid-column: 1;
}
#navbar .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#navbar .bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#navbar .inner {
  height: inherit;
  width: 100vw;
  padding: 0.2em;
  font-family: Inter, sans;
  text-align: center;
  color: white;
  display: flex;
  flex-direction: column;
  padding: 0;
}
#navbar .inner h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.5em;
  font-size: 2em;
  text-shadow: black 1px 0 10px;
}
#navbar .inner .linkrow {
  display: flex;
  flex-direction: row;
  padding: 0.5em;
  background: rgba(0, 0, 0, 0.5333333333);
}
#navbar .inner .linkrow > * {
  flex: 1;
}
#navbar .inner a {
  color: white;
  width: 32em;
}
#navbar .inner a:hover {
  font-weight: bold;
}

/* #navbar {
  border-bottom: 1px solid #00000088;
}

object {
  height: 3rem;
}

h2 {
}

box-shadow: black 1px 0 10px;
}

*/
a {
  transform: uppercase;
  color: #444;
  text-decoration: none;
}
a:hover {
  color: #888;
}
a:active {
  color: #222;
}

.header {
  margin-top: 40px;
  text-align: center;
}

.page-descriptor {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  width: 80%;
  text-align: center;
  /* font-family: "Libertinus Serif"; */
  font-style: italic;
  margin: 2rem auto;
}

.grid-list {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.service {
  width: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 1rem;
}
.service h4 {
  margin-bottom: 0;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.service img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  object-position: center top;
}
.service .description {
  /* text-align: center; */
  text-align: justify;
}

.footer {
  border-top: 1px solid rgba(0, 0, 0, 0.5333333333);
  padding: 0.5em;
}
.footer .contact {
  color: #444444;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
}
.footer .contact span {
  color: inherit;
  margin-left: 0.5em;
}
.footer .contact:hover {
  color: #888;
}
.footer .contact:active {
  color: #222;
}

.grid-2-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.pseudo-bullet-list > * {
  display: inline-block;
}

.list-bullet {
  margin: 2em 0;
}
.list-bullet:before {
  content: "•";
}

.em-height {
  height: 1em;
}

.contact-card {
  max-width: 600px;
  margin: 2rem auto;
  border: 1px solid #222;
  padding: 1rem;
}

.acr-icon-logo {
  width: 80px;
}

.acr-icon-logo-big {
  display: block;
  margin: auto 0;
  width: 160px;
}

.inline_h {
  font-weight: bold;
  font-size: 0.95em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.text-smaller {
  font-size: 0.85em;
}

img.display {
  display: block;
  max-width: 80%;
  max-height: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  object-fit: contain;
}

h2 {
  font-size: 1.125em;
}

h3 {
  font-size: 1.05em;
}

@media screen and (max-width: 480px) {
  .show-on-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 481px) {
  .hide-on-desktop {
    display: none !important;
  }
}
.center-text {
  text-align: center;
}

/*# sourceMappingURL=index.css.map */
