/*
Theme Name: SIS Closure
Theme URI: https://www.sisprotection.com
Author: SIS Protection
Description: Minimal single-page closure theme for SIS Protection.
Version: 2.0
*/

html, body {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 100% !important;
  width: 100% !important;
  background: #000 url('http://www.sisprotection.com/wp-content/uploads/2014/04/SISProtection_Black-Diamonds-1.jpg') center top / cover no-repeat fixed !important;
  color: #fff !important;
  font-family: Arial, Helvetica, sans-serif !important;
  text-align: center !important;
}

body {
  overflow-x: hidden !important;
}

.sis-page {
  max-width: 740px !important;
  margin: 0 auto !important;
  padding: 40px 20px 60px !important;
  box-sizing: border-box !important;
}

.sis-logo {
  display: block !important;
  width: 150px !important;
  max-width: 45vw !important;
  height: auto !important;
  margin: 0 auto 30px !important;
}

.sis-text-box {
  background-color: #000000 !important;
  color: #ffffff !important;
  padding: 35px 40px !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  display: block !important;
  text-align: center !important;
}

.sis-divider {
  width: 50px !important;
  border: 0 !important;
  border-top: 1px solid rgba(255,255,255,0.45) !important;
  margin: 0 auto 28px !important;
}

.sis-text-box p {
  margin: 0 0 20px !important;
  padding: 0 !important;
  font-size: 17px !important;
  line-height: 1.6 !important;
  color: #ffffff !important;
  white-space: normal !important;
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
}

.sis-text-box p:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 600px) {
  html, body {
    background-attachment: scroll !important;
  }

  .sis-page {
    padding: 30px 15px 40px !important;
  }

  .sis-logo {
    width: 130px !important;
    margin-bottom: 24px !important;
  }

  .sis-text-box {
    padding: 28px 20px !important;
  }

  .sis-text-box p {
    font-size: 16px !important;
    line-height: 1.55 !important;
  }
}
