* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  background: url("../assets/bgimage.jpg");
  background-size: cover;
}

nav {
  background-color: #232323;
  width: 100;
  overflow: auto;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

li {
  float: left;
}

nav a {
  width: 120px;
  display: block;
  text-decoration: none;
  text-align: center;
  background: #232323;
  font-size: 15px;
  color: white;
  padding: 20px 10px;
  font-family: Arial, Helvetica, sans-serif;
}

nav a:hover {
  background: #f8c061;
  color: black;
}

.fcf-form-class {
  font-family: -apple-system, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: white;
  text-align: left;
  position: center;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #5DADE2;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
}
/*# sourceMappingURL=contact.css.map */