html {
  scroll-behavior: smooth;
}

.navbar {
  /*margin-left: 0.6vw;*/
  /*margin-right: 0.6vw;*/
  width: auto;
  /*width: 95%;*/
  box-shadow: 0px 5px 3px #4d4d4d;
}

.navUL {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.navUL li {
  padding: 2px;
}

#navcol-2 {
  margin-right: 1.1rem;
}

.logo {
  margin-left: 1.1rem;
}

.dropdown-item:hover {
  background-color: #d7e4ff;
}

/* * hover-video-player  * */

hover-video-player:not(:defined) {
  display: none;
}

hover-video-player img[slot="paused-overlay"] {
  object-fit: cover;
}

hover-video-player {
  cursor: pointer;
}

/* * carousel thumbnail * */

.carousel-indicators button.thumbnail {
  width: 12%;
  opacity: 1;
  border: 2px white solid;
}

/* .carousel-indicators button.thumbnail:not(.active) {
  opacity: .7;
} */

.contCaro {
  width: 98%;
}

/* * carousel text * */

.slideBigText {
  margin-bottom: 10px;
  color: #ff6f17;
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 5em;
  font-family: aboreto;
  text-shadow: 0 5px 5px rgba(0,0,0,0.89);
  text-align: center;
}

.slideSmallText {
  color: #fff;
  font-weight: bolder;
  font-size: 3em;
  margin-bottom: 20px;
  text-shadow: 0 4px 3px rgba(0,0,0,0.93);
  font-family: aboreto;
}

.topMargin {
  margin-top: 50px;
}

.topMargin100 {
  margin-top: 100px;
}

.imgFloatRight {
  float: right;
  margin: 10px;
}

.imgFloatRight img {
  max-height: 250px;
}

.youtube {
  margin-top: 50px;
}

.confRoom {
  margin-top: 85px;
  height: 700px;
  filter: brightness(50%);
}

.workGrid {
  margin-bottom: 25px;
}

.workGridImg {
  transition: .8s ease;
  max-width: 100%;
  height: auto;
}

.workGridButton {
  margin-bottom: 30px;
}

.projectGrid {
  border-radius: 10px;
  border-width: 2px;
  --bs-primary-rgb: 14,160,255;
  font-weight: bolder;
}

.landscaping {
  margin-top: 150px;
}

.photoTable {
  margin-bottom: 20px;
}

/* sideshow auto zoom start */

@keyframes zoom {
  from {
    transform: scale(1,1);
  }
  to {
    transform: scale(1.5,1.5);
  }
}

.imgZoom {
  -webkit-animation: zoom 15s;
  animation: zoom 15s;
}

/* sideshow auto zoom end */

/* lineup class and keyframes start */

.lineUp {
  animation: 5s anim-lineUp ease-out 1;
  animation-delay: 0.5s;
  /*opacity: 0;*/
  /*margin-bottom: 400px;*/
}

.welcomeLineUp {
  animation: 20s anim-lineUp ease-out 1;
  /*animation-delay: 0.5s;*/
  /*opacity: 0;*/
  margin-bottom: 400px;
  position: absolute;
  top: 30%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@keyframes anim-lineUp {
  0% {
    opacity: 0;
    transform: translateY(80%);
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

/* lineup class and keyframes end */

/* responsive YouTube videos start */

.videowrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videowrapper div:first-child {
  position: static !important;
}

/* responsive YouTube videos end */

.catTitle {
  text-align: center;
  font-size: 1.4rem;
  color: #f65c00;
  font-weight: bolder;
}

.secTitle {
  /*text-align: center;*/
  font-size: 1.2rem;
  color: #3600f6;
}

/* *  Bootstrap 5 Carousel Multiple Items * */

.carousel-inner {
  padding: 1em;
}

.card {
  margin: 0 0.5em;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border: none;
}

.carousel-control-prev, .carousel-control-next {
  background-color: #e1e1e1;
  width: 6vh;
  height: 6vh;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

/* @media (min-width: 768px) {
  .carousel-item {
    margin-right: 0;
    flex: 0 0 33.333333%;
    display: block;
  }
} */

/* @media (min-width: 768px) {
  .carousel-inner {
    display: flex;
  }
} */

.card .img-wrapper {
  max-width: 100%;
  height: 13em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card img {
  max-height: 100%;
}

@media (max-width: 767px) {
  .card .img-wrapper {
    height: 17em;
  }
}

.personImage {
  float: left;
  margin: 5px;
  width: 150px;
  height: 150px;
}

.personName {
  font-size: 1.3rem;
  font-weight: bold;
  color: #0093ff;
}

.personTitle {
  font-weight: bold;
}

.personText {
  text-align: justify;
  font-size: 15px;
}

