@font-face {
  font-family: Avenir;
  src: url('../fonts/Avenir_Heavy.otf') format("otf");
}
@font-face {
  font-family: Avenir Medium;
  src: url('../fonts/Avenir-Medium.otf') format("otf");
}
h1,
h2,
h3 {
  font-family: "Avenir", "Avenir Medium", sans-serif, 'Helvetica Neue';
  font-weight: 400;
  color: #292B2F
}
h1 {
  font-size: 55px
}
h1.mrg-b {
  margin-bottom: 30px;
}
h2 {
  font-size: 35px
}
#nav-header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
/* .content {
  padding-top: 100px;
} */
.terms h2 {
  text-transform: uppercase;
}
.c-padding {
  padding: 20px;
}
h1.title-center {
  text-align:center;
}
.table tbody tr td:first-child {
  font-weight: bolder;
}
.business_card address,
.footer-content {
  padding-bottom: 30px;
}
.footer {
  text-align: center;
}
.google_inc,
.up_info,
.Introduction_info {
  font-weight: 700;
  text-transform: uppercase;
}
@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}
@media only screen and (max-width: 767px) and (min-width: 360px){
  h1 {
    font-size: 33px;
  }
  h2 {
      font-size: 20px;
  }
  p {
      font-size: 14px;
  }
  .content {
    padding-top: 30px;
  }
  header {
    height: 50px;
    font-size: 16px;
  }
  header .logo {
    height: 50px;
  }
  header .boo-logo {
    height: 50px;
  }
  .footer-content {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 360px){
  h1 {
    font-size: 33px;
  }
  h2 {
    font-size: 20px;
  }
  p {
    font-size: 14px;
  }
  .content {
    padding-top: 50px;
  }
  .footer-content {
    padding-bottom: 20px;
  }
  header {
    height: 50px;
    font-size: 16px;
  }
  header .logo {
    height: 50px;
  }
  header .boo-logo {
    height: 50px;
  }
}