/*
 * Terms and Conditions Page Styles
 * Extracted from templates/terms-and-conditions/terms-and-conditions.html
 */

/* ========================================
   PAGE LAYOUT
   ======================================== */
#terms-section {
  margin-top: 100px;
  margin-bottom: 200px;
}

.terms-inner {
  max-width: 1120px;
  margin-left: 250px;
  margin-right: 100px;
  padding-left: 10px;
  padding-right: 10px;
}

/* ========================================
   HEADING
   ======================================== */
#terms-title {
  margin: 0 0 70px 0;
  font-family: 'Comfortaa', sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: #111111;
}

/* ========================================
   BODY TEXT
   ======================================== */
.terms-body p {
  font-family: 'Comfortaa', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: normal;
  margin-bottom: 40px;
  color: #111111;
}

.terms-body h2,
.terms-body h3,
.terms-body h4 {
  font-family: 'Comfortaa', sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 40px;
  color: #111111;
}

.terms-body ul,
.terms-body ol {
  margin-bottom: 40px;
  padding-left: 24px;
}

.terms-body li {
  font-family: 'Comfortaa', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: normal;
  margin-bottom: 8px;
  color: #111111;
}

/* ========================================
   RESPONSIVE BREAKPOINTS
   ======================================== */

/* Wide screens */
@media (min-width: 1680px) {
  .terms-inner {
    max-width: 1200px;
  }
}

/* Tablet and below */
@media (max-width: 1024px) {
  .terms-inner {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  #terms-title {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
