.everything {
  display: flex;
  flex-direction: column;
  /* height: 100%; */
  width: 100%;
}

.headerBlock {
  position: sticky;
  top: 0;
  z-index: 500;
}
header {
  display: flex;
  flex-direction: row;
  background-color: rgb(247, 247, 247);
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}
.title-and-nav {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-shrink: 2;
}
.title-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 1.1rem;
  border-right: 1px solid #0f3b08;
}
.headTitle {
  font-variant: small-caps;
  letter-spacing: 1.1px;
  text-align: center;
  align-items: center;

  /* border-right: 1px solid #0f3b08; */
}
.greenText {
  color: #0f3b08;
  font-weight: 600;
  font-size: 1.6em;
}
.grayText {
  color: rgb(86, 86, 103);
  /* color: #207e11; */
  font-size: 1.4em;
  font-weight: 400;
}
.ccrmLogoSpan {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ccrmlogosmall {
  width: auto;
  height: 50px;
}

.fa-solid {
  font-size: 25px;
}
.header-icon {
  display: flex;
  flex-direction: row;
  min-width: max-content;
  min-height: 30px;
  padding: 0px 8px;
  /* border-radius: 2rem; */
  text-align: center;
  line-height: 0.5rem;
  color: rgb(86, 86, 103);
  text-decoration: none;
  overflow: hidden;
}

.iconText {
  font-variant: small-caps;
  letter-spacing: 1px;
  font-size: 0.9em;
  padding: 1rem 3px;
  color: rgb(86, 86, 103);
}

.valogo {
  float: left;
  height: 40px;
  width: auto;
}

.header-iconActive {
  /* background-color: #207e11; */
  color: #207e11;
  text-decoration: none;
  border-bottom: 1px solid #207e11;
  /* border-radius: 32px; */
}
.header-icon:hover {
  border-bottom: 1.5px solid #207e11;
}
.header-icon div {
  display: flex;
  flex-direction: row;
  align-items: center;
  vertical-align: middle;
  gap: 5px;
}
.iconTextActive {
  color: #207e11;
}
.AOIblock {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 10px;
  margin-left: 10px;
}

.footer {
  position: fixed;
  bottom: 0px;
  height: 22px;
  width: 100%;
  z-index: 1500;
  padding-bottom: 4px;
  margin-top: 4px;
  background: #ddd;
  -webkit-box-shadow: inset 1px 1px rgba(68, 68, 68, 0.2);
  -moz-box-shadow: inset 1px 1px rgba(68, 68, 68, 0.2);
  box-shadow: inset 1px 1px rgba(68, 68, 68, 0.2);
  text-align: right;
  overflow: hidden;
}
.footerText {
  margin-right: 20px;
  color: #666;
  font-size: 12px;
  padding-bottom: 4px;
}
@media only screen and (max-width: 1105px) {
  .greenText {
    font-size: 1.4em;
  }
  .grayText {
    font-size: 1.2em;
  }
  .iconText {
    font-size: 0.8em;
    /* padding: 1rem 2px; */
  }
  .AOIblock {
    gap: 5px;
  }
  .valogo {
    height: 30px;
  }
  .fa-solid {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1030px) {
  .title-section {
    display: flex;
    flex-direction: column;
    padding-right: 0.5rem;
  }
}
@media only screen and (max-width: 955px) {
  .header-icon {
    height: 45px;
    width: 45px;
    display: block;
    /* padding: 0.5rem 0.5rem; */
  }

  .valogoHome {
    height: 32px;
    width: auto;
  }
}
@media only screen and (max-width: 850px) {
  .iconText {
    display: none;
  }
  .header-icon {
    width: auto;
    height: 30px;

    align-items: center;
    vertical-align: middle;
  }
  .header-icon div {
    gap: 10px;
  }
  .fa-solid {
    padding-top: 5px;
    font-size: 20px;
  }
}
