:root {
    --primarycolorheadercustom: #262626dd;
    --primarycolorcustom: #262626;
    --primarycolorcustomlight: white;    
    --backgroundimage: '/images/bg0.jpg';
}
.footer {
    padding-bottom: 20px;
    font-size: small;    
    text-align: center;  
  }
  
.imagelogo {
    height: 11px;
    width: 10px;
}

.backgroundcolorsite{
    min-height: 100vh;
    background: linear-gradient(0deg, white 0%, var(--primarycolorcustomlight));
}
