.menu {
  width: 100%;
}

a {
  color: inherit;
}

.red {
  width: 100%;
  background-color: #bb261a;
  color: white;
}
.body {
  background-color: #bb261a;
  padding-top: 70px;
  font-size: 16px;
}

.navbar-dark {
  font-weight: bold;
  color: white;
  background-color: #bb261a;
  background-image: none;
}

.nav-item {
  margin-right: 20px;
}

.logo {
  display: inline;
  margin: -8px 50px -8px -16px;
  height: 70px;
}

.imagecontainer {
  position: relative;
  text-align: center;
}

.link-white:link {
  color: white;
}

.link-white:visited {
  color: white;
}

.link-black:link {
  color: black;
}

.link-black:visited {
  color: black;
}

.padding {
  padding-top: 10px;
}

.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

.greybackground {
  width: 100%;
  background-color: #c0c0c0;
}

.whitetext {
  color: white;
  text-shadow: 1px 2px 5px #3a3a3a;
}

.redbackground {
  width: 100%;
  background-color: #bb261a;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

img.backgroundxtralarge {
  /*height: 400px;*/
}

img.backgroundlarge {
  /*height: 300px;*/
}

img.backgroundmedium {
  /*height: 200px;*/
}

img.background {
  height: auto;
  width: 100%;
  -webkit-filter: contrast(40%) brightness(130%); /* Safari 6.0 - 9.0 */
  filter: contrast(50%) brightness(120%) blur(0px);
}
.navbar {
  color: white;
}

.image-cropper {
  width: 200px;
  height: 200px;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

div.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.bold {
  font-weight: 900;
}

.committee-people {
  padding-top: 5px;
  padding-bottom: 5px;
}
