.background {
  background-color: #d7d7d7;
}

.navbar {
  font-size: 16px;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  top: 0;
  left: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.margin {
  margin-left: 150px;
}

.nav-link {
  color: #000000;
  transition: 0.4s ease;
  padding: 5px;
}

.navbar-brand {
  color: #000000;
}

.nav-link:hover,
.navbar i:hover,
.nav-link.active {
  color: #20cffe;
}

.float-parent-element {
  border: 1px solid black;
  width: 100%;
}

.float-child-element {
  float: left;
  width: 50%;
}

.aerialimg {
  margin-top: 25px;
}

.right-bottom {
  height: 100%;
  background-color: #c9a4a4;
  margin-top: 25px;
}

.culr {
  background-color: #d7d7d7;
  padding-top: 25px;
}

.nav-buttons {
  margin-left: 60%;
}

.copy {
  color: #ffffff;
}

.sitemap {
  justify-content: left;
}

.addpho p {
  color: #999;
}

footer {
  background-color: #615f5f;
}

footer h5 {
  color: #d8d8d8;
  font-weight: 700;
  font-size: 1.2rem;
}

footer h6 {
  color: #20cffe;
}
footer li {
  padding-bottom: 4px;
}

footer a {
  font-size: 0.8rem;
  color: #999;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

footer p {
  font-weight: bold;
}

footer a:hover {
  color: #d8d8d8;
}

.hidden {
  display: none;
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  margin-left: 25px;
  margin-right: 25px;
}

.grid-child {
  background-color: #ffbaba;
}

.smaller {
  border: 1px;
  border-color: #20cffe;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 350px;
  margin-right: 350px;
}

.posblock {
  position: absolute;
  height: 40px;
  width: 350px;
  background-color: #20cffe;
  opacity: 0.5;
  bottom: 25px;
  right: 25px;
  border-radius: 5px;
}

.posblock2 {
  position: absolute;
  height: 40px;
  width: 350px;
  background-color: #20cffe;
  opacity: 0.5;
  bottom: 25px;
  right: 25px;
  border-radius: 5px;
}

.posblock3 {
  position: absolute;
  height: 40px;
  width: 350px;
  background-color: #20cffe;
  opacity: 0.5;
  bottom: 25px;
  right: 25px;
  border-radius: 5px;
}

.container-fluid {
  padding-left: 25px;
  padding-right: 25px;
}

.left-top {
  height: 97.1%;
  background-color: #747474;
  margin-bottom: 25px;
}

.cover img {
  width: 1225px;
}

.cover2 {
  object-fit: cover;
}

.mouse1 {
  position: relative;
  overflow: hidden;
}

.mouse2 {
  position: relative;
  overflow: hidden;
}

.mouse3 {
  position: relative;
  overflow: hidden;
}

.border {
  margin: 15px;
}

.thumb {
  height: 150px;
  width: 150px;
  background-color: #d7d7d7;
  border-radius: 5px;
  margin: 15px;
  padding-top: 15px;
  padding-left: 15px;
  object-fit: cover;
}

.thumb :hover {
  opacity: 0.8;
}

.thumb img {
  height: 150px;
  width: 150px;
  border-radius: 5px;
}

.info {
  margin-top: 75px;
  margin-left: 25px;
  font-weight: bold;
  font-size: 20px;
}

.infohead {
  margin-left: 25px;
  font-size: 20px;
}

.header1 {
  margin-top: 50px;
  padding: 15px;
  width: 50%;
  text-align: center;
  border-radius: 25px 0px 25px 0px;
}

.infodivs {
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-size: 22px;
  padding-top: 100px;
  margin-bottom: 50px;
}

.infoblock {
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 25px;
}

.middiv {
  height: 100%;
  background-color: #20cffe;
  margin-bottom: 25px;
}

.topimg {
  background-color: #d7d7d7;
  margin-bottom: 25px;
}

.rounded {
  border-radius: 25px 0px 25px 0px;
}

.image-window {
  border-radius: 25px;
}

.navs-buttons :hover {
  color: #20cffe;
}

/* Delete Below if no worky */

/* Slideshow container */
.slideshow-container {
  position: relative;
  margin-top: 50px;
}

.slideshow-container a {
  text-decoration: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 10px 0 0 10px;
}

.prev {
  left: 0;
  border-radius: 0 10px 10px 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(32, 207, 254, 0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 15px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px 50px 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 0.9;
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev,
  .next,
  .text {
    font-size: 11px;
  }
}

.wrapper {
  padding: 250px;
}

.tablestyle {
  font-size: 18px;
  text-decoration: underline;
  text-align: left;
  padding: 15px;
}

.exptable th {
  font-size: 22px;
}

.spacer {
  padding: 25px;
  background-color: #d7d7d7;
}

.clor {
  background-color: #b40d0d;
  color: #b40d0d;
}

.casework :hover {
  color: rgba(32, 207, 254, 0.8);
}

.dfh :hover {
  color: rgba(32, 207, 254, 0.8);
}

.millwork :hover {
  color: rgba(32, 207, 254, 0.8);
}

.drpdwn {
 margin-top: 25px;
 margin-bottom: 10px;
}