@charset "utf-8";

/* Content styles
 * Created by: RYC
 */

h1.title {
  margin: 0 0 18px 0;
  font-size: 22px;
}

h2.subtitle {
  margin: 0 0 18px 0;
  font-size: 16px;
}

h2.breadcrumbs {
  margin: 0 0 22px 0;
  font-size: 14px;
  font-style: italic;
}

h3.subtitle {
  font-size: 13px;
  margin: 0 0 15px 0;
}

h4.subtitle {
  font-size: 13px;
  margin: 0 0 15px 0;
}

@media (max-width: 768px) {
  
  h3.subtitle {
    font-size: 12px;
    margin: 0;
  }

  h4.subtitle {
    font-size: 12px;
    margin: 0;
  }

}

/* tabs */
.tab-pane-content {
  padding: 30px 5px 10px 5px;
}
