/**
 * @file
 * Overall specifications for Bartik.
 */

html {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  
}
body {
  min-height: 100%;
  word-wrap: break-word; 
  font-size: 16px;
  overflow-x: none;
}
a,
a.link {
  text-decoration: none !important;
}
a:hover,
a:active,
a:focus,
.link:hover,
.link:active,
.link:focus {
  text-decoration: none;
}

/*.link {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
*/

/**
 * Reusable heading classes are included to help modules change the styling of
 * headings on a page without affecting accessibility.
 */

h1,h2,h3,h4,h5,h6{
  margin: 0 0 0.5em 0;
}

/*h1,
.heading-a {
  color: #000;
  font-size: 1.357em;
  font-weight: inherit;
}
h2,
.heading-b {
  font-size: 1.143em;
  font-weight: inherit;
}
h3,
.heading-c {
  font-size: 1.092em;
  font-weight: inherit;
}
h4,
.heading-d {
  font-size: 1.05em;
  font-weight: inherit;
}
h5,
.heading-e {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.889em;
  font-weight: inherit;
}
h6,
.heading-f {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.67em;
  font-weight: inherit;
}
p {
  margin: 0 0 1.2em;
}
del {
  text-decoration: line-through;
}*/

blockquote {
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  border-left: 1px solid #bbb; /* LTR */
  background: #f7f7f7;
  font-style: italic;
}

blockquote:before {
  margin-right: 0.2em; /* LTR */
  content: "\201C";
  vertical-align: -0.4em;
  color: #bbb;
  font-size: 3em;
  line-height: 0.1em;
}

blockquote:after {
  content: "\201D";
  vertical-align: -0.45em;
  color: #bbb;
  font-size: 3em;
  line-height: 0.1em;
}

blockquote > p:first-child {
  display: inline;
}
.feed-icon {
  display: block;
  margin: 25px 0 0 0;
}

ul,
ol {
  margin: 0;
  padding: 0 0 0.25em 1em; /* LTR */
}

ol ol,
ul ul {
  margin: 0;
  padding: 0 0 0.25em 1em; /* LTR */
}
