@font-face {
  font-family: "AgencyFB-Reg";
  src: url("AGENCYR.eot"); /* IE9 Compat Modes */
  src: url("AGENCYR.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("AGENCYR.otf") format("opentype"), /* Open Type Font */
    url("AGENCYR.svg") format("svg"), /* Legacy iOS */
    url("AGENCYR.ttf") format("truetype"), /* Safari, Android, iOS */
    url("AGENCYR.woff") format("woff"), /* Modern Browsers */
    url("AGENCYR.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

.s1 { font-style: italic; }
.s2 { font-style: oblique; }
.s3 { font-weight: bold; }
.s4 { font-weight: 100; }

.sz1 { font-size: 28px; }
.sz2 { font-size: 68px; }
.sz3 { font-size: 98px; }

html {
  font-size: 14px;
}
@media (min-width: 500px) {
  html {
    font-size: 16px;
  }
}

div {
  font-family: "AgencyFB-Reg", Arial, Helvetica, sans-serif;
}

.container {
  max-width: 960px;
}

.pricing-header {
  max-width: 700px;
}

.card-deck .card {
  min-width: 220px;
}

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.centrato { text-align: center; }