.Header__logo img {
    margin-left: -40px; 
}

.Header__name {
    font-family: 'Montserrat', 'Poppins', 'Segoe UI', sans-serif;
    font-size: 24px;
    font-weight: 600;
}

#headerContent {
  min-height:600px;
   padding: 100px 0;      
}

===== FULL BACKGROUND ===== 
body {
    background-image: url('YOUR_IMAGE_URL');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    overflow: visible !important;
    font-family: 'Segoe UI', sans-serif;
}
 
input, select, textarea {
    border-radius: 6px !important;
    border: 1px solid #ccc !important;
}
 


.Layout__oneColumn,
.Layout__twoColumn,
.Layout__twoColumn2,
.Layout__twoColumnReverse {
    min-height: auto !important;
    overflow: visible !important;
}


.zd-layout,
.zd-layout-content {
    overflow: visible !important;
    height: auto !important;
}
