@charset "UTF-8";


/*Custom CSS*/

.images-separator {
  width: 100%;
  height: 3em;
  background-color: orange;
}

.navlogo {
  height: calc(155vmax / 50);
  width: calc(333vmax / 50);
  content: url("../images/logoblack.png");
}

.navbar-shrink .navlogo {
  content: url("../images/logoblack.png");
}

.masthead-logo {
  height: calc(155vmax / 15);
  width: calc(333vmax / 15);
}

.text-center {
  margin-left: auto;
  margin-right: auto;
}

/*Styles for the segment dividers for the different sections*/
.segment-divider {
  margin-top: 50px !important;
  width: 65% !important;
  margin-left: auto;
  margin-right: auto;
}

/*Styles for making image gallery sections have a border*/

.gallery-border {
  overflow: hidden;
  border: 1px solid white;
}

.gallery-border > a > span > p > span {
  right: 1em;
  bottom: 1em;
  z-index: 1
}

.gallery-border > a > img {
  width: 100%;
  object-fit: cover;
}
