/* .gradient-background {
  background: linear-gradient(320deg, #878787, #888888, #c8c8c8);
  background-size: 180% 180%;
  animation: gradient-animation 12s ease infinite;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
} */

.gradient-backgroundL-R {
   background-image: linear-gradient(to right, #888888 , #d5d5d5);
}.gradient-backgroundR-L {
   background-image: linear-gradient(to left, #888888 , #d5d5d5);
}
/* ============================================================================== */

/* header setup */
.headTitle {
   position: absolute;
   top: 20px;
   left: 27px;
   color: #404d1e;
   font-size: 3.25rem;
   font-family: "SUSE", sans-serif;
   font-optical-sizing: auto;
   font-weight: 600;
   font-style: normal;
   text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
   letter-spacing: 3px;
   z-index: 25;
}

.headTitleb {
   position: absolute;
   top: 20px;
   left: 95px;
   color: #927b50;
   font-size: 3.25rem;
   font-family: "SUSE", sans-serif;
   font-optical-sizing: auto;
   font-weight: 600;
   font-style: normal;
   text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
   letter-spacing: 3px;
   z-index: 25;
}

.headTitleShadow {
   position: fixed;
   top: 27px;
   left: 29px;
   color: #7a7a7a;
   font-size: 3.25rem;
   font-family: "SUSE", sans-serif;
   font-optical-sizing: auto;
   font-weight: 600;
   font-style: normal;
   letter-spacing: 3px;
   text-shadow: 3px 3px 6px #373737;
   z-index: 0;
}

.headScroll img {
   top: 65px;
   left: 10px;
}

.navbar {
   margin: 0;
   margin-top: 5px;
   padding: 0;
   background-color: #d5d5d5;
   z-index: 100;
}

.nav-item:hover {
   background-color: #bebebe;
   border-radius: 10px;
}

/* ============================================================================== */
table {
   text-align: center;
}

td {
   padding: 5px;
   text-align: left;
}

td img {
   vertical-align: top;
}

.about {
   margin: 0 auto;
   padding: 0;
   background-color: #d5d5d5;
   text-align: justify;
}

.butt {
   padding: 2px 5px;
   border: 1px solid #565656;
   color: #000;
   font-weight: 300;
   border-radius: 5px;
}

.butt:hover {
   background-color: #3e3e3e;
   color: #d5d5d5;
}

.card {
   background-color: #d5d5d5;
   max-width:300px;
   min-width: 225px;
   font-size: .9rem;
   box-shadow: 3px 3px 12px #5f5f5f;
}

.cardHead {
   background-color: #3e3e3e;
   color: #eaeaea;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
}

.card-text {
   height: 100px;
   border-bottom: 1px solid #bebebe;
}

.card img {
   max-width: 100%;
   object-fit: contain;
}

.chicoTxt {
   font-size: .8rem;
}

.contact {
   padding: 10px 10px;
   background-color: #d5d5d5;
}

.copy {
   padding-left: 65px;
   text-align: left;
}

.doggyPic {
   margin: 0 auto;
   width: 25%;
   height: auto;
   border: 2px solid #3e3e3e;
   border-radius: 40%;
   box-shadow: 2px 2px 10px black;
   opacity: 0.85;
}

.hero {
   background-color: #d5d5d5;
   padding: 0;
   padding-top: 123px;
}

.footer {
   margin: 0 auto;
   padding: 0;
   background-color: #d5d5d5;
   font-size: 0.9rem;
   font-style: italic;
   font-weight: 500;
   text-align: center;
   box-shadow: none;
}

.footer a {
   color: #000;
}

.footer a:hover {
   background-color: #bebebe;
   border-radius: 10px;
}

.footer ul {
   display: inline-block;
}

.projects {
   background-color: #ededed;
}

.projP {
   font-family: "Akaya Telivigala", system-ui;
   font-style: italic;
   font-size: 1rem;
   margin-bottom: 30px;
}

.types {
   margin: 0 auto;
   padding:25px;
}

/* --------------  Media Queries  --------------  */
/* ============================================= */
@media screen and (max-width:992px) {
   .headSlogan {
      display: none;
   }
 }

@media screen and (max-width:1140px) {
   .card-text {
      font-size: .8rem;
   }
}
 /* ============================================= */