html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Open Sans", "Roboto", "Segoe UI", Arial, sans-serif;
}

a {
  text-decoration: none;
  color: #0c0e84;
}

a:hover {
  color: #000000;
}

p.list {
  margin-bottom: -5px;
}

button {
  background: #6200ee;
  border: none;
  font-size: 14px;
  border-radius: 4px;
  color: #FFFFFF;
  padding: 0 16px;
  min-width: 64px;
  line-height: 36px;
  text-transform: uppercase;
  cursor: pointer;
}

button:hover {
  background: #5900d0;
}

.clear {
  clear: both;
}

#header {
  position: relative;
  height: 80px;
  line-height: 80px;
  padding: 0 15px;
  z-index: 1;
  background: #0d47a1;
  background: linear-gradient(to left, #1976d2, #0d47a1);
}

#header-title {
  display: block;
  float: left;
  font-size: 32px;
  font-weight: 300;
  color: #FFFFFF;
}

#header-social {
  display: none;
}

#header-links {
  width: 100%;
  text-align: right;
}

.header-link {
  padding: 10px;
  color: #dedff0;
}

.header-link:hover {
  color: #FFFFFF;
}

#content-header {
  height: 50vh;
  background: #1d3357 url("../images/header-0.jpg") no-repeat center;
  background-size: cover;
  position: relative;
  background: rgba(0, 0, 0, 0.7);
}

#content-header-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url("../images/header-0.jpg") no-repeat center;
  background-size: cover;
}

#content-header span {
  display: block;
  line-height: 50vh;
  font-size: 56px;
  font-weight: 300;
  text-align: center;
  color: rgba(255, 255, 255, 0.86);
}

#footer {
  color: #7d7d7d;
  font-size: 12px;
  white-space: nowrap;
  text-align: right;
  background: linear-gradient(45deg, #1f1f1f 0%, #191919 100%);
  padding: 32px 16px;
}

#footer-icons {
  float: left;
}

.footer-icon {
  margin-right: 5px;
}

.footer-icon img {
  width: 26px;
  height: 26px;
}

[data-icon-type=linkedin] > img {
  transform: scale(0.9);
}

.form-row.input {
  position: relative;
  padding: 10px 0;
  background: #FFFFFF;
}

.form-row.input input,
.form-row.input textarea {
  padding: 10px;
  border: 2px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  min-width: 220px;
  box-sizing: border-box;
}

.form-row.input textarea {
  resize: vertical;
  height: 150px;
  min-height: 100px;
}

.form-row.input label {
  position: absolute;
  top: 3px;
  left: 10px;
  color: rgba(0, 0, 0, 0.6);
  background: #FFFFFF;
  padding: 0 4px;
  font-size: 13px;
  pointer-events: none;
}

.form-row.input input:focus,
.form-row.input textarea:focus {
  outline: none;
  border-color: #29b8ff;
}

.form-row.input:focus-within label {
  color: #29b8ff;
}

.form-row.button {
  text-align: right;
}

.basic-d {
  opacity: 0;
  pointer-events: none;
}

.transition__init {
  opacity: 0;
  transition: opacity 0.5s;
}

.transition__active {
  opacity: 1;
}

@media (max-width: 550px) {
  #header-title {
    float: none;
    text-align: center;
  }

  #header {
    height: 160px;
  }

  #header-links {
    text-align: center;
  }
}

/*# sourceMappingURL=main.css.map */
