body {
  font-family: Times New Roman, Georgia, serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 1px;
  /* padding-top: 100px; */
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  color: #9d9d9d;
}

p.bold {
  font-weight: bold;
}

.title {
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 4px;
}

.menu {
  text-align: center;
  font-size: 0.8rem;
  letter-spacing: 4px;
}

.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menu ul li:not(:last-child):after {
  content: "/";
  display: inline-block;
  margin: 0 0 0 3px;
}

.menu_selected {
  font-style: italic;
  color: #7d7d7d;
}

header {
  width: 100%;
  padding-top: 7vh;
  padding-bottom: 3vh;
  background-color: #fff;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  transition: background-color .2s;
}

main {
  padding-bottom: 5vh;
  font-size: 14px;
  padding-top: calc(20vh + 0rem);
  margin-bottom: 15vh;
}

main section {
  margin: 0 auto;
  padding: 0 20px;
}

.section-md {
  max-width: 800px;
}

.section-lg {
  max-width: 1200px;
}

.marquee_wrapper {
  color: white;
  background-color: black;
  height: 1.5rem;
  font-size: 1rem;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
  line-height: 1.5rem;
  z-index: 10;
}

.marquee {
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.marquee span {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 15s linear infinite;
}

.marquee2 span {
  animation-delay: 7.5s;
}

.resume_section {
  margin-bottom: 3rem;
}

.resume_item {
  margin-bottom: 0.7em;
}

.resume_item p {
  margin-bottom: 0.05em;
}

.resume h2 {
  margin-bottom: 0.5em;
}

.carousel-caption {
  bottom: -120px;
  color: black;
}

.carousel-inner {
  /* padding-bottom: 150px; */
  overflow: visible;
}

.carousel-item {
  transition: transform .01s ease-in-out !important;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 2.6s;
}

.carousel-item {
    -webkit-backface-visibility: unset!important;
    backface-visibility: unset!important;
}

.crop {
  object-fit: cover; /* Do not scale the image */
  object-position: center; /* Center the image within the element */
  width: 100%;
  /* max-height: 400px; */
  height: 300px;
}

.index-img-crop {
  object-fit: cover; /* Do not scale the image */
  object-position: center; /* Center the image within the element */
  width: 100%;
  /* max-height: 400px; */
  height: 500px;
}

#portfolio-gallery a:hover img {
  opacity: 0.8;
}

.modal-img a {
  cursor: pointer;
}

.modal-body {
  padding: 0;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

@media screen and (min-width:480px) {

  .menu {
    text-align: center;
    font-size: 1.1rem;
  }

  .crop {
    height: 300px;
  }

}

@media screen and (min-width:800px) {

  .marquee_wrapper {
    height: 2.2rem;
    font-size: 1.2rem;
    line-height: 1.9rem;
  }

  .menu ul li:not(:last-child):after {
    margin: 0 0 0 7px;
  }

  .menu {
    font-size: 1.275rem;
  }

  body {
    font-size: 1.375rem;
  }

  .title {
    font-size: 2rem;
  }

  main {
    font-size: 16px;
    padding-top: calc(20vh + 1rem);
  }

  .crop {
    height: 350px;
  }

  .index-img-crop {
    height: 700px;
  }

}

@media screen and (min-width:1200px) {

  .crop {
    height: 500px;
  }

}
