body {  
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
    background: black;
}


p.logo{
    font-size: 52px;
    font-family: 'Alfa Slab One', cursive;
    color: white;
}

h1, h2, h3, h4 {
    font-family: 'Archivo Black', sans-serif;
}

.tituloPrincipal{
    line-height: 1;
    text-shadow: 2px 2px #000000;
}

.background1{
    background-image: url("../img/metal-background.jpg");  
    background-size: cover;
    background-position: center;
}

.customGradient{
    position: absolute;
    left:0;
    top: 0;
    width: 100%;
    height: 100%;        
    content: "";  
    background: rgba(0,0,0,0.5);
    z-index: 0;
}

.lead{
    color: #24061f;
    font-weight: 700;
}

.mt-100{
    margin-top:100px;
}

.btn-success {
    color: #fff;
    background-color: #4CAF50;
    border-color: #4CAF50;
}

.metal {
    background: linear-gradient(to bottom, #d5d7e5, #eee, #d5d7e5);
}

.footer{
    z-index: 1;
}

.service{
    line-height: 2;
    font-size: 18px;
}

.card {
    position: relative
}

.card-body, 
.card-img-top,
.card-footer{
    z-index: 1;
}

 @media (max-width: 768px) {
    .header-text{
     font-size:24px;
   }
}