html,body{
    overflow-x: hidden;
}

.card-img-top {
  width: 100%;
  height: 15vw;
  object-fit: cover;
}

#pills-tab {
  color: red;
}

.card {
  width: 100%;
  height: 25vw;
  object-fit: cover;
  flex: 50%;
}


#logo-header {
  margin-top: -8em;
  transition: transform 2s;
  padding-top: 15px;
}

#logo-header:hover {
  transform: rotate(360deg);
}

#htmlcontainer.active {
  border: 0.2px solid;
  border-color: #ec652b;
  border-radius: 0.5rem;
  padding: 3em;
  margin-left: 3em;
  padding-right: 8em;
  margin-right: -14.8em;
}

#csscontainer.active {
  border: solid;
  border-color: #28a9e2;
  border-radius: 0.5rem;
  padding: 3em;
  margin-left: 3em;
}

#jscontainer.active {
  border: solid;
  border-color: #f8da59;
  border-radius: 0.5rem;
  padding: 3em;
  margin-left: 3em;
}

#nodecontainer.active {
  border: solid;
  border-color: #81be04;
  border-radius: 0.5rem;
  padding: 3em;
  margin-left: 3em;
}

.card-box {
  border: 1px solid #ddd;
  padding: 20px;
  box-shadow: 0px 0px 10px 0px #c5c5c5;
  margin-bottom: 30px;
  float: left;
  border-radius: 10px;
  text-align: center;
}
.card-box .card-thumbnail {
  max-height: 200px;
  overflow: hidden;
  border-radius: 10px;
  transition: 1s;
}
.card-box .card-thumbnail:hover {
  transform: scale(1.2);
}
.card-box h3 a {
  font-size: 20px;
  text-decoration: none;
  color: rgb(75, 72, 72);
}

#projectbutton:hover {
  transform: scale(1.2);
}

/* 
  Badges
*/

#htmlbadge {
  background-color: #ec652b;
}
#cssbadge {
  background-color: #28a9e2;
}
#jsbadge {
  background-color: #f8da59;
}
#nodebadge {
  background-color: #81be04;
}
#expressbadge {
  background-color: #353535;
}
#mongodbbadge {
  background-color: #12924f;
}
#mongoosebadge {
  background-color: #880000;
}
#nodebadge {
  background-color: #81be04;
}
#bootstrapbadge {
  background-color: #65037e;
}
#wordpressbadge {
  background-color: #30aed4;
}
#cpanelbadge {
  background-color: #e46700;
}

/* 
The Footer
*/

.footer-dark {
  padding: 50px 0;
  color: #f0f9ff;
  background-color: #282d32;
  border-top: 1px solid ivory;
}

.footer-dark h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
}

.footer-dark ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}

.footer-dark ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.6;
}

.footer-dark ul a:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
  .footer-dark .item:not(.social) {
    text-align: center;
    padding-bottom: 20px;
  }
}

.footer-dark .item.text {
  margin-bottom: 36px;
}

@media (max-width: 767px) {
  .footer-dark .item.text {
    margin-bottom: 0;
  }
}

.footer-dark .item.text p {
  opacity: 0.6;
  margin-bottom: 0;
}

.footer-dark .item.social {
  text-align: center;
}

@media (max-width: 991px) {
  .footer-dark .item.social {
    text-align: center;
    margin-top: 20px;
  }
}

.footer-dark .item.social > a {
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
  margin: 0 8px;
  color: #fff;
  opacity: 0.75;
  transition-duration: 0.3s;
}

.footer-dark .item.social > a:hover {
  color: white;
  opacity: 1;
  transform: scale(1.2);
}

.footer-dark .copyright {
  text-align: center;
  padding-top: 24px;
  opacity: 0.7;
  font-size: 13px;
  margin-bottom: 0;
}

#copyright {
  color: whitesmoke;
}

#projects-container .nav-pills .nav-link {
    border: solid 1px grey;
    color: grey;
}

#projects-container .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #0a58ca;
    border-color: white;
