


.bg-dark{
background-color: #000 !important;
    color: #fff;
}
.btn-white {
    background-color: #CBBCE7;
    border-radius: 0px;
    width: auto;
    display: inline-block;
}
.form-control {
    border-radius: 0px;
}

a.btn-more {
    background-color: black;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-family: 'montheavy';
    font-size: 30px;
}
body {font-family: 'montregular';}

h1, h2, h3, h4, h5, b {font-family: 'montheavy';}


    	.text-gradiante {
    display: inline-block;
    color: #000;
    background: #fff;
    mix-blend-mode: multiply;
    position: relative;
    mix-blend-mode: multiply;
    position: relative;
}
.text-gradiante:before{
	 content: '';
    display: block;
    width: 100%;
    height: 100%;
    mix-blend-mode: screen; 
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(255,226,0);
    background: -moz-linear-gradient(90deg, rgba(255,226,0,1) 10%, rgba(74,178,72,1) 32%, rgba(89,101,170,1) 79%, rgba(233,38,128,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,226,0,1) 10%, rgba(74,178,72,1) 32%, rgba(89,101,170,1) 79%, rgba(233,38,128,1) 100%);
    background: linear-gradient(90deg, rgba(255,226,0,1) 10%, rgba(74,178,72,1) 32%, rgba(89,101,170,1) 79%, rgba(233,38,128,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe200",endColorstr="#e92680",GradientType=1);
}

@media (max-width:700px){
    .row.bg-dark.p-5 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    h1.text-uppercase.mb-5 {
        font-size: 18px;
    }
    label {
        font-size: 12px;
    }
}

    @media (max-width:700px){
       .form-control{
           height: 32px;
           padding-bottom: 0px;
           padding-top: 0px;
       }
        .btn{
            padding-bottom: 1px;
            padding-top: 1px;
        }
    }
