@media only screen {
  html {
    font-family: "Roboto", sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 100%;
    box-sizing: border-box; }
  .row {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto; }
  .row:after, .row:before {
    content: ' ';
    display: table;
    box-sizing: inherit; }
  *, :after, :before {
    box-sizing: inherit; }
  .column, .columns {
    padding-left: .9375rem;
    padding-right: .9375rem; }
  .small-12 {
    width: 100%; }
  body {
    margin: 0;
    -webkit-font-smoothing: antialiased; }
  .page-wrap {
    padding: 2.5rem 1rem; }
  #page-container {
    border: 1px solid #dcdcdc;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding: 3.5rem 1rem 2.5rem;
    text-align: center;
    width: 100%;
    max-width: 730px;
    margin: auto; }
  p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    max-width: 483px;
    margin: 0 auto 0.5rem;
    line-height: 1.4;
    color: #1f1f1f; }
    p a {
      color: #0a5da6;
      transition: all,0.3s;
      text-decoration: none; }
      p a:hover {
        text-decoration: underline; }
  .home-btn {
    font-size: 17px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.9);
    display: inline-block;
    text-align: center;
    line-height: 58px;
    padding: 0 1rem;
    background: #ff7f00;
    min-width: 235px;
    border-radius: 6px;
    margin: auto;
    letter-spacing: 0.5px;
    transition: all,0.3s;
    font-family: "Roboto", sans-serif;
    text-decoration: none; }
    .home-btn:hover, .home-btn:focus, .home-btn:active {
      background: #f7810d;
      color: #fff; }
  .cta {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle; }
  .logo {
    width: 80%;
    max-width: 224px;
    margin: 0 auto 2.5rem; }
  .example-img {
    margin: 1rem auto 1.75rem; }
  h2 {
    font-weight: 500;
    font-size: 19px;
    color: #ff7f00;
    font-family: "Roboto", sans-serif;
    max-width: 480px;
    margin: 0 auto 1rem;
    line-height: 1.4; } }
