<!DOCTYPE html>

ul.no-bullets {
  list-style-type: none; /* Remove bullets */
  /* padding: 0; /* Remove padding */
  /* margin: 0; /* Remove margins */
}
dt.officers {
  /* word-wrap: break-word;
  float: left; */
  font-weight: bold;
  font-size: x-large;
}
dd.officers {
font-size: large;
}

h1.arch {
  text-align: center;
}
h1.big {
  position: relative;
  text-align: center;
  font-size: 48px;
  font-family: cactusFont;
  color: #399F32;
}
@font-face {
  font-family: cactusFont;
  src: url(fonts/CactusSandwichPlainFm-ZplK.ttf)
}

title.container {
  width: auto;

  display: block;
  text-align: center;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}

img.title {
  width: 100%;
  max-width: 100%;
  height: auto;
  align: middle;
}

h2.vision {
  font-style: italic;
}

p.viz {
  font-style: italic; 
}
