.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

.section {
  padding-top: 4vh;
  padding-bottom: 8vh;
  border-bottom: 1px solid black;
}

a {
  text-decoration: none;
}

.footer {
  font-size: smaller;
}

.artwork-menu a {
  text-decoration: none;
  color: var(--bs-gray-dark);
}

.artwork-menu a:hover {
  color: coral;
}

.square-gallery {
  position: relative;
  /*width: 50%;*/
  overflow: hidden;
  /*object-fit: cover;*/
}

.square-gallery:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.square-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: white;
  /*object-fit: fill;*/
  text-align: center;
}

.rect-img {
  margin-left: -25%;
}

.sq-img {
  margin-top: -10%;
}

.port-rect-img {
  margin-top: -40%;
}

.rect-img-r {
  margin-right: -20%;
}

.rect-img-l img {
  float: left;
}

.square-content img {
  opacity: 80%;
}

.square-content img:hover {
  opacity: 100%;
}

.text-right {
  text-align: right;
}

.cv p {
  margin-bottom: 0rem;
  padding-left: 3rem;
}

.cv {
  font-size: small;
}

.cv h6 {
  margin-top: 1rem;
}

.navbar span {
  font-size: xx-large;
  font-family: 'Open Sans';
}

.footer a {
  color: #565e64;
}

.footer a:hover {
  color: #ff7f50;
}

a:hover {
  color: #ff7f50;
}

.artwork img {
  margin-bottom: 2rem;
}

a {
  color: #565e64;
}

.block-quote {
  padding-left: 1rem;
  color: #565e64;
}

p {
  text-align: justify;
}

.video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section div {
  padding-bottom: 2rem;
}

.work-section {
  border-bottom: 1px solid black;
  padding-bottom: 8vh;
}

