* {
  font-family: "Palatino";
}

/* * {
  outline: 1px solid red;
} */

body,
html {
  overflow-x: hidden;
  overflow: hidden;
  margin: 0;
  /*overflow-y: hidden;
    overflow: hidden;
    height: 100%;*/
}

body {
  text-align: center;
}

#navigationBlockId {
  margin-left: -6px;
  margin-right: -6px;
  color: darkgray;
  width: 100%;
}

.splashScreenImage {
  width: 100%;
  min-height: 122vh;
  opacity: 80%;
  margin-top: -80px;
}

.titleName {
  font-family: "Arial";
  color: white;
  text-shadow: 3px 3px 8px black;
  font-weight: bold;
  font-size: 52pt;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -45%);
  width: auto;
  text-align: center;
}

.mainContent {
  width: 100%;
  /* width: 960px; */
  min-height: 100vh;
  margin: 0;
  text-align: left;
}

.headerdiv {
  display: inline-block;
  margin-left: 222px;
  margin-right: 8px;
  margin-top: 4px;
  margin-bottom: 4px;
  min-width: 960px;
}

.logo {
  display: inline-block;
  /* position: absolute; */
  position: fixed;
  overflow: hidden;
  width: 210px;
  z-index: 200;
  margin-top: 4px;
  margin-left: 6px;
  top: 2px;
  left: 1px;
}

.brandBorder {
  height: 82px;
  border: 5px solid white;
  outline: 5px solid rgba(129, 147, 125, 1);
  background-color: rgba(129, 147, 125, 1);
}

.whoWeAreImage {
  width: 248px;
  border: 1px solid white;
}

.capital {
  width: 100%;
  text-align: center;
  color: white;
  font-weight: bold;
}

header {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  text-align: left;
  overflow: hidden;
  z-index: 102;
  padding: 0;
  border-bottom: 1px solid darkgray;
  font-family: "Palatino";
  font-weight: bold;
  color: navy;
  font-size: 80%;
  background: rgb(
    255,
    255,
    255
  ); /* Fallback for older browsers without RGBA-support */
  background: rgba(255, 255, 255, 0.4);
}

.contentArea {
  display: block;
  min-width: 460px;
  max-width: 760px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 22px;
  height: auto;
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translate(-50%, -5%);
  border: 1px solid white;
  background: rgba(129, 147, 125, 0.8);
}

.contentHeader {
  font-family: "Palatino";
  color: white;
  text-shadow: 3px 2px 6px rgba(0, 0, 0, 0.4);
  font-weight: bold;
  font-size: 36pt;
  text-align: center;
}

.contentText {
  font-family: "Palatino";
  font-weight: bold;
  text-align: justify;
  font-size: 12pt;
}

.contentStandout {
  color: white;
  font-weight: bolder;
  text-shadow: 3px 2px 6px rgba(0, 0, 0, 0.2);
}

footer {
  width: 100%;
  text-align: left;
  position: fixed;
  overflow: hidden;
  right: 0;
  bottom: 0;
  padding: 4px 0 4px 0;
  border-top: 1px solid darkgray;
  font-family: "Palatino";
  font-weight: bold;
  color: navy;
  font-size: 80%;
  background: rgb(
    255,
    255,
    255
  ); /* Fallback for older browsers without RGBA-support */
  background: rgba(255, 255, 255, 0.7);
}

footer {
  width: 100%;
  text-align: left;
  position: fixed;
  overflow: hidden;
  right: 0;
  bottom: 0;
  padding: 4px 0 4px 0;
  border-top: 1px solid lightgray;
  font-family: "Palatino";
  font-weight: bold;
  color: navy;
  font-size: 80%;
}

.footerdiv {
  display: inline-block;
  margin-left: 8px;
}

.contentButtonTitle {
  font-family: "Times New Roman, Georgia";
  font-weight: bold;
  font-size: 12pt;
}

.contentButton {
  top: 16px;
  align-items: center;
  justify-content: center;
  padding: 2px 8px 0px 8px;
  border-radius: 2px;
  border-width: thin;
  transition-duration: 0.4s;
  margin: 2px;
  min-width: 34px;
  background-color: rgba(129, 147, 125, 1);
  border-color: white;
  color: white;
  text-shadow: 0.4px 0.4px 2px rgba(0, 0, 0, 0.6);
  min-height: 29px;
  max-height: 29px;
  cursor: pointer;
}

.contentButton:hover {
  background: rgba(129, 147, 125, 0.8);
}

.contentButton:active {
  background: rgba(129, 147, 125, 0.9);
  color: black;
}

.staticButton {
  pointer-events: none;
}

@media only screen and (max-width: 810px) {
  .whoWeAreImage {
    width: 200px;
    border: 1px solid white;
  }
}

@media only screen and (max-width: 636px) {
  .whoWeAreImage {
    width: 180px;
    border: 1px solid white;
  }
}
