.nf-form-content button, 
.nf-form-content input[type=button],
.nf-form-content input[type=submit],
input[type=button], 
input[type=submit],
.btn,
.btn:link,
.btn:visited,
button{
    font-size: var(--buttons);
    color: var(--white);
    font-weight: 400;
    text-align: center;
    line-height: normal ;
    text-transform: none;
    letter-spacing: 0.15px;
    
	position: relative;
    z-index: 2;
    display: inline-block;
    cursor: pointer;
    
    padding: var(--xsmall-margin) var(--large-margin) ;
    margin-bottom: 0;
    
    background-color: var(--black);
    border:1px solid var(--black);
    overflow: hidden;
	
    border-radius: var(--xlarge-border-radius);
    -webkit-appearance: none;
	
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.nf-form-content button, 
.nf-form-content input[type=button],
.nf-form-content input[type=submit]{
    color: var(--white) !important;
    background-color: var(--gold) !important;
    border: 1px solid var(--gold) !important;
    border-radius: var(--xlarge-border-radius) !important;
}

.btn.btn-gold{
    color: var(--white);
    background-color: var(--gold);
    border:1px solid var(--gold) ;
}

.btn.btn-white{
    color: var(--black);
    background-color: var(--white);
    border:1px solid var(--white) ;
}

.nf-form-content button:hover, 
.nf-form-content input[type=button]:hover,
.nf-form-content input[type=submit]:hover,
.btn:hover,
.btn:active,
.btn:focus,
button:hover,
button:active,
button:focus,
.btn.btn-white:hover,
.btn.btn-white:active,
.btn.btn-outline:hover,
.btn.btn-outline:active,
.btn.btn-outline:focus{
    color: var(--black) !important;
    background-color: var(--very-light-gray) !important;
    border:1px solid var(--very-light-gray) !important;
    text-decoration: none;
}


@media only screen and (max-width:720px) {
 
}
