#subheadgray {
  font-family: 'Noto Sans';
  font-size: medium;
  text-align: center;
  color: rgb(34,33,33);
  padding-left: 4px;
  padding-right: 4px;
}

.carousel-indicators li {
  border-radius: 12px;
  width: 12px;
  height: 12px;
  /*background-color: #404040;*/
}

@media (min-width: 768px) {
  .carousel {
    /*position: relative;*/
    /*margin-top: -106px;*/
  }
}

#overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #1d3327;
  opacity: 0.2;
  transition: all 0.2s ease-out;
}

h3, .h3 {
  /*font-size: 30px;*/
  /*font-family: 'Fjalla One';*/
  /*padding-top: 8px;*/
  /*padding-bottom: 10px;*/
}

.carousel-caption {
  background-color: rgba(255,255,255,0.66);
  border-radius: .5em;
}

p {
  font-size: medium;
  font-family: 'Noto Sans';
  color: rgb(42,42,42);
}

#headwhite {
  font-size: 36px;
  font-weight: 400;
  font-family: 'Lora';
  /*padding-top: 16px;*/
  /*margin-bottom: 20px;*/
}

p {
  font-family: 'Noto Sans';
  font-size: medium;
  text-align: left;
}

a:hover {
  color: rgb(6,68,115);
  /*text-decoration: underline;*/
}

a {
  color: #000000;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

#headred {
  font-family: 'Oswald';
  color: rgb(179,0,0);
  font-size: xx-large;
}

