/***************************************************************/
/*         Music-Tech Services    ******************************/
/*          custom.css            ******************************/
/*                                ******************************/
/***************************************************************/

.container-header {
    background-image: linear-gradient(135deg,black, grey);
    background-image: linear-gradient(135deg,black, black);
}

.introimage {
    max-width: 50%;
}

.container-header .mod-menu {
   justify-content: right;

   padding: 0;
}

.container-header .grid-child {
    padding: 0em;
}

.container-header .navbar-brand {
    font-size: 1rem;
}

.container-top-a {
    padding-top: 45px;
    padding-bottom: 25px;
    background: #c7c9d5;
}

.container-bottom-b {
    padding-top:  40px;
}

.front-dali {
  max-width: 35%;
}

.image-oboe {
  max-width: 40%;
}


/**********************************/
/*   Forms                        */
/**********************************/

.convertforms.cf-success .cf-response {
    background-color: var(--color-success);
    background-color: #112855 !important;
}