48 lines
No EOL
640 B
CSS
48 lines
No EOL
640 B
CSS
.colored-section {
|
|
background-color: #e7dec8;
|
|
color: #000000;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
|
|
#contact .container-fluid {
|
|
padding-top: 50px;
|
|
text-align: left;
|
|
font-family: "Georgia";
|
|
}
|
|
|
|
|
|
.contactIntro{
|
|
padding-left: 10%;
|
|
padding-right: 10%;
|
|
padding-bottom: 80px;
|
|
}
|
|
|
|
.heading-1{
|
|
padding-left: 38%;
|
|
padding-top: 10px;
|
|
padding-bottom: 20%;
|
|
font-size: 40px;
|
|
}
|
|
|
|
.formhelper{
|
|
padding-bottom: 15px;
|
|
}
|
|
|
|
#dropdown{
|
|
width: 100%;
|
|
height: 40px;
|
|
}
|
|
|
|
input, textarea {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
[data-feedback] {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
[data-feedback].error {
|
|
color: red;
|
|
}
|
|
|