body {
  font-family: 'Cabin', sans-serif;
  color: #fff;
  background: url("../images/demenagement.png") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  min-height: 100vh;
}

.page-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.main-container {
  position: relative;
  z-index: 2;
}

h1 {
  color: #ffffff;
  font-weight: 700;
  font-size: 42px;
  margin-top: 0;
  margin-bottom: 30px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.75);
}

h3 {
  color: #ffffff;
  font-style: italic;
  font-size: 26px;
  line-height: 1.45;
  margin-bottom: 22px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.75);
}

strong {
  font-weight: 700;
}

/*
Header Section
*/
.header-logo-wrapper {
  margin: 50px 0 40px 0;
}

/*
Message box
*/
.message-box {
  max-width: 1100px;
  margin: 0 auto;
  padding: 35px 45px;
  background: rgba(0, 0, 0, 0.48);
  border-radius: 18px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
}

.partners {
  font-size: 23px;
}

.no-margin-bottom {
  margin-bottom: 0;
}

/*
Social media section
*/
.social-media-wrapper {
  margin-top: 35px;
  margin-bottom: 50px;
  font-size: 25px;
}

.social-media-wrapper a {
  margin-right: 20px;
  font-size: 28px;
  color: #ffffff;
}

.social-media-wrapper a:last-child {
  margin-right: 0;
}

/*
Footer and copyright section
*/
.copyright {
  margin: 20px 0 20px 0;
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.75);
}

@media (max-width: 991px) {
  .message-box {
    padding: 28px 25px;
  }

  h1 {
    font-size: 34px;
  }

  h3 {
    font-size: 22px;
  }

  .partners {
    font-size: 21px;
  }
}

@media (max-width: 767px) {
  .header-logo-wrapper {
    margin: 30px 0 25px 0;
  }

  .message-box {
    padding: 22px 18px;
    border-radius: 12px;
  }

  h1 {
    font-size: 28px;
    margin-bottom: 22px;
  }

  h3 {
    font-size: 19px;
    line-height: 1.4;
    margin-bottom: 18px;
  }

  .partners {
    font-size: 18px;
  }

  .social-media-wrapper {
    margin-top: 25px;
    margin-bottom: 35px;
  }
}