.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }

  body {
    background:  #000;
    font-family: 'Lato', sans-serif;
  }

  header{
    /*background-image: linear-gradient(15deg, #000000 0%, #414141 100%);*/
    background-image: url('../img/img_background_repeat_metal.jpg');
    background-repeat: repeat;
    background-size: 100px;
    border-bottom: 1px solid #FFFFFF;
  }
 
/*NAVBAR*/
#navbarMenu .nav-link{
  color:seashell; 
  padding: .5rem; 
}

#navbarMenu .nav-link.active{
  background-color:#FFFFFF;
  color:#000000;
}

#navbarMenu .navbar {
  transition: all .5s ease-in-out;
}

.fa-chevron-circle-down {
  color: #262626;
}


/*Footer*/
.footer {
  /*background: #152F4F;*/
  background-image: url('../img/black_marble.jpg');
  background-repeat: repeat;
  color: white;
}
.footer .links ul {
  list-style-type: none;
}
.footer .links li a {
  color: white;
  transition: color 0.2s;
}
.footer .links li a:hover {
  text-decoration: none;
  color: #4180CB;
}
.footer .about-company i {
  font-size: 25px;
}
.footer .about-company a {
  color: white;
  transition: color 0.2s;
}
.footer .about-company a:hover {
  color: #4180CB;
}
.footer .location i {
  font-size: 18px;
}
.footer .copyright p {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.tab-pane.active {
  animation: slide-down 1s ease-out;
}

@keyframes slide-down {
  0% { opacity: 0; transform: translateY(100%); }
  100% { opacity: 1; transform: translateY(0); }
}

/*TABS*/
#ex1-content {
  background-image: url('../img/kenvil_weldery_document001004.jpg');
  color:seashell;
  padding: 15px 20px;
}  
#ex1-content h1{
  font-size: 2.3em;
}

#ex1-content h3{
  font-size: 1.7em;
  
}

#ex1-content p{
  font-size: 1.1em;
}

#ex1-content p.subtitle{
  font-size: 1.3em;
  font-weight: bold;
  font-style: italic;
}

#ex1-tabs-2 .card, #ex1-tabs-7 .card{
  background-image: linear-gradient(15deg, #000000 0%, #414141 100%);

}

#ex1-tabs-2 .card-title {
  font-size: 1.4em;
  font-weight: bold;
  text-transform: uppercase;

}

#ex1-tabs-4 h3{
  margin-left: .5em;
  text-transform: uppercase;
  text-underline-offset: 5px;
}

#ex1-tabs-4 .fa-ul > li{
  color:#dbdbdb;
}

#ex1-tabs-5 h2{  
  text-transform: uppercase;  
}

#ex1-tabs-5 h3{
  margin-left: .5em;
  text-transform: uppercase;
  text-underline-offset: 5px;
}

#ex1 .nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
  color:seashell;
 /* border-color: #414141;*/
  border-color: white;
  font-size: .7rem;
}

#ex1 .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color:white;
  border-color: white;
  background-image: url('../img/kenvil_weldery_document001004.jpg');
}

#ex1 .nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link:hover {
  color:seashell;
  background-image: url('../img/kenvil_weldery_document001004.jpg');
  border-color: white;
  transition: border-bottom-color 0.10s linear 0.15s;  
}

.michael{

  font-family: 'Fleur De Leah', cursive;
  text-transform: none !important;
  font-size: 3.5rem ;
}

#ex1-tabs-6 p{
  text-align: center;
}









