Whether you have a question about my designs, custom requests, collaborations, or anything else, please reach out using the form below. I'll get back to you as soon as possible!
.input-control, .textarea-control {
border: 1px solid;
display: block;
width: 100%;
outline: 0;
padding: 15px 15px;
margin-bottom: 0px;
}
label {
display: inline-block;
font-size: medium;
margin-bottom: .5rem;
}
.submit-button {
background: black;
color: #bf8b38;
border: none;
padding: 15px 20px;
margin-top: 10px;
text-align: center;
vertical-align: middle;
cursor: pointer;
width: 100%;
}
.submit-button:hover {
color: #bf8b38;
background-color: #23272b;
border-color: #1d2124;
}
.required-mark {
color: red;
margin-left: 4px;
}