/*
  Stylesheet for component 'prefooter-component'
*/

.recruitment-contact-component-wrap {
  color: #fff;
  text-align: center;
  font-family: "Josefin Sans"
}

.recruitment-contact-component-wrap a {
  text-decoration: none;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  transition: opacity 0.3s ease 0s;
}

.recruitment-contact-component-wrap a:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.9;
}

.recruitment-contact-component-wrap .recruitment-contact-component-wrapper-left, .recruitment-contact-component-wrap .recruitment-contact-component-wrapper-right {
  padding: 80px;
}

.recruitment-contact-component-wrap .recruitment-contact-component-wrapper-left {
  background-color: #1C2733;
}

.recruitment-contact-component-wrap .recruitment-contact-component-wrapper-right {
  background-color: #364654;
}

.recruitment-contact-component-wrap .title {
  font-size: 17px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.recruitment-contact-component-wrap .subtitle {
  margin-top: 10px;
  font-size: 15px;
  letter-spacing: 1px;
  font-family: "Barlow";
  font-weight: 300;
  opacity: 0.8;
  margin-bottom: 20px;
}
.recruitment-contact-component-wrap input[type=button] {
  color: #ffffff;
  border: solid #ffffff 1px;
  background-color: transparent;
  text-transform: uppercase;
  margin-top: 20px;
  padding: 20px 30px 14px 30px;
  letter-spacing: 2px;
  font-size: 14px;
  font-family: "Josefin Sans";
  font-weight: 400;
  white-space: normal;
  line-height: 1.6;
  transition: opacity 0.3s;
}

.recruitment-contact-component-wrap input[type=button]:hover, .recruitment-contact-component-wrap input[type=button]:focus, .recruitment-contact-component-wrap input[type=button]:active {
  opacity: 0.5;
  background-color: transparent;
}

@media screen and (max-width: 1400px) {
  .recruitment-contact-component-wrap .title {
    font-size: 15px;
    letter-spacing: 3px;
  }
}
