#button-addon1 {
    color: #ffc371;
}

.form-control::placeholder {
    font-size: 0.95rem;
    color: #aaa;
    font-style: italic;
}

.form-control.shadow-0:focus {
    box-shadow: none;
}

.downfooter{
	background:linear-gradient(to right, #ff5f6d, #ffc371);
	width:100%;
	height:156px;
}

footer {
    margin:0;
}

.py-5 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.py-4 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

@media all and (min-width: 576px){
    footer{
        margin: .5em 3em;
        max-width: 100%;
    }

    .pt-4 {
        padding-top: 1.5rem !important;
    }

    .py-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-5 {
        /*padding-top: 3rem !important;*/
        padding-bottom: 3rem !important;
    }
}