/* Padding */

.pt1 {
  padding-top: 16px;
}

.pt15 {
  padding-top: 24px;
}

.pt2 {
  padding-top: 32px;
}

.pt25 {
  padding-top: 48px;
}

.pt3 {
  padding-top: 64px;
}

.pt35 {
  padding-top: 80px;
}

.pt4 {
  padding-top: 96px;
}

.pb1 {
  padding-bottom: 16px;
}

.pb15 {
  padding-bottom: 24px;
}

.pb2 {
  padding-bottom: 32px;
}

.pb25 {
  padding-bottom: 48px;
}

.pb3 {
  padding-bottom: 64px;
}

.pb35 {
  padding-bottom: 80px;
}

.pb4 {
  padding-bottom: 96px;
}

/* Margin */

.mt1 {
  margin-top: 16px;
}

.mt15 {
  margin-top: 24px;
}

.mt2 {
  margin-top: 32px;
}

.mt25 {
  margin-top: 48px;
}

.mt3 {
  margin-top: 64px;
}

.mt35 {
  margin-top: 80px;
}

.mt4 {
  margin-top: 96px;
}

.mb1 {
  margin-bottom: 16px;
}

.mb15 {
  margin-bottom: 24px;
}

.mb2 {
  margin-bottom: 32px;
}

.mb25 {
  margin-bottom: 48px;
}

.mb3 {
  margin-bottom: 64px;
}

.mb35 {
  margin-bottom: 80px;
}

.mb4 {
  margin-bottom: 96px;
}

/* Media Queries */

@media only screen and (max-width: 420px) {
  .pt1 {
    padding-top: 8px;
  }

  .pt15 {
    padding-top: 12px;
  }

  .pt2 {
    padding-top: 16px;
  }

  .pt25 {
    padding-top: 24px;
  }

  .pt3 {
    padding-top: 32px;
  }

  .pt35 {
    padding-top: 40px;
  }

  .pt4 {
    padding-top: 48px;
  }

  .pb1 {
    padding-bottom: 8px;
  }

  .pb15 {
    padding-bottom: 12px;
  }

  .pb2 {
    padding-bottom: 16px;
  }

  .pb25 {
    padding-bottom: 24px;
  }

  .pb3 {
    padding-bottom: 32px;
  }

  .pb35 {
    padding-bottom: 40px;
  }

  .pb4 {
    padding-bottom: 48px;
  }
  .mt1 {
    margin-top: 8px;
  }

  .mt15 {
    margin-top: 12px;
  }

  .mt2 {
    margin-top: 16px;
  }

  .mt25 {
    margin-top: 24px;
  }

  .mt3 {
    margin-top: 32px;
  }

  .mt35 {
    margin-top: 40px;
  }

  .mt4 {
    margin-top: 48px;
  }

  .mb1 {
    margin-bottom: 8px;
  }

  .mb15 {
    margin-bottom: 12px;
  }

  .mb2 {
    margin-bottom: 16px;
  }

  .mb25 {
    margin-bottom: 24px;
  }

  .mb3 {
    margin-bottom: 32px;
  }

  .mb35 {
    margin-bottom: 40px;
  }

  .mb4 {
    margin-bottom: 48px;
  }
}
