@font-face {
  font-family: "bold";
  src: url(../fonts/montserrat/static/Montserrat-Bold.ttf);
}
@font-face {
  font-family: "regular";
  src: url(../fonts/montserrat/static/Montserrat-Regular.ttf);
}
@font-face {
  font-family: "light";
  src: url(../fonts/montserrat/static/Montserrat-Light.ttf);
}
.font-bold {
  font-family: "bold";
}
.font-regular {
  font-family: "regular";
}
.font-light {
  font-family: "light";
}
.color-ff0000 {
  color: #ff0000;
}
.color-00ff00 {
  color: #00ff00;
}
.color-0000ff {
  color: #082567;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-left-10 {
  margin-left: 10px;
}
.margin-left-20 {
  margin-left: 20px;
}
.margin-right-20 {
  margin-right: 20px;
}
.no-decoration {
  text-decoration: none;
}
body {
  margin: 0px;
  text-align: center;
  font-family: sans-serif;
  background-color: #36454f;
  color: #ffffff;
}
header {
  width: 100%;
  position: fixed;
  top: 0;
  background-color: #ff0000;
  display: flex;
  align-items: center;
  font-size: 30px;
  padding: 10px;
}
.brand-logo {
  width: 40px;
}
.brand-name {
  line-height: 40px;
}
main {
  margin-top: 100px;
  overflow: hidden;
}
footer {
  width: 100%;
  position: fixed;
  bottom: 0;
}
form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form-control {
  text-align: left;
  font-size: 20px;
}
.control-label {
  display: block;
  padding-left: 10px;
}
.control-input {
  width: 300px;
  line-height: 30px;
  font-size: 20px;
  border: 1px solid #082567;
  border-radius: 20px;
  padding: 5px 20px;
}
button {
  width: 341px;
  background-color: #ff0000;
  color: #ffffff;
  line-height: 30px;
  font-size: 20px;
  /* font-weight: bold; */
  border: none;
  border-radius: 30px;
  padding: 10px;
}
.brands {
  display: flex;
  justify-content: center;
  align-items: center;
}
.project-list {
  list-style-type: none;
}
.enquiry-submitted {
  display: none;
}
