/* @import doesn't work with drupal css aggregation, so put it in the page.tpl.php */

html {
  font-family: 'Montserrat', sans-serif;
  line-height: 2rem;
  font-size: 16px;
}

body {
  height: 100%;
}

#page {}

body, caption, th, td, input, textarea, select, option, legend, fieldset {}

td {
  vertical-align: top;
}

h1, h2, h3, h4, h5 {
  /* font-family: "Roboto Slab"; */
  font-family: "Montserrat";

}

pre, code {
  font-size: 1.1em;
  font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;
}

/** headings **/
h1 {
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin-top: 0;
  margin-bottom: 0.5em;
  /* font-weight: bold; */
  font-weight: 500;
}

h2 {
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin-top: 0.667em;
  margin-bottom: 0.667em;
  /* font-weight: bold; */
  font-weight: 500;
}
.region-right h2 {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

h3 {
  font-size: 1.3125rem;
  line-height: 1rem;
  margin-top: 0.769em;
  margin-bottom: 0.769em;
}

h4, h5, h6 {
  font-size: 1.125rem;
  line-height: 1rem;
  margin-top: 0.909em;
  margin-bottom: 0.909em;
}

/** block-level elements **/
p, ul, ol, dl, pre, table, fieldset, blockquote {
  margin: 1em 0;
}

ul, ol {
  margin-left: 0;
  padding-left: 2em;
}

.block ul,
.item-list ul {
}

ul ul, ul ol,
ol ol, ol ul,
.block ul ul, .block ul ol,
.block ol ol, .block ol ul,
.item-list ul ul, .item-list ul ol,
.item-list ol ol, .item-list ol ul {
  margin: 0;
}

li {
  margin: 0;
  padding: 0;
}

.item-list ul li {
  margin: 0;
  padding: 0;
  list-style: inherit;
}

ul.menu li,
li.expanded,
li.collapsed,
li.leaf {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: disc;
}

ul ul {
  list-style-type: circle;
}

ul ul ul {
  list-style-type: square;
}

ul ul ul ul {
  list-style-type: circle;
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style-type: lower-alpha;
}

ol ol ol {
  list-style-type: decimal;
}

dt {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0 0 0 2em;
  padding: 0;
  font-size: 0.9em;
}


/** tables **/
/* Override Drupal default CSS */
table {
  border-collapse: collapse;
  /* width: 100%; */
  /* Prevent cramped-looking tables */
}

th,
thead th,
tbody th {
  text-align: left;
  padding-right: 0;
  border-bottom: none;
}

tbody {
  border-top: none;
}

abbr {
  border-bottom: 1px dotted #666;
  cursor: help;
  white-space: nowrap;
}

abbr.created {
  border: none;
  cursor: auto;
  white-space: normal;
}

img {
  border: 0;
}

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #666;
}

form {
  margin: 0;
  padding: 0;
}

fieldset {
  margin: 1em 0;
  padding: 0.5em;
}


.field-content {
  width: auto;
  overflow: auto;
}