/* Fonts */
@font-face {
  font-family: MuseoSans;
  src: url(fonts/MuseoSans_500.otf);
  font-weight: normal;
}

@font-face {
  font-family: MuseoSans;
  src: url(fonts/MuseoSans_500_Italic.otf);
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: MuseoSans;
  src: url(fonts/MuseoSans_900.otf);
  font-weight: bold;
}

@font-face {
  font-family: MuseoSans;
  src: url(fonts/MuseoSans_900_Italic.otf);
  font-weight: bold;
  font-style: italic;
}
/* HTML */
html {
  font-size: 16px/1.5;
}

/* Body */
body {
  font-family: MuseoSans, Helvetica, Arial, sans-serif;
  color: #454545;;
}

/* Footer */
footer.l-footer {
  font-size: 0.9em;
}

/* Headings */
h1, h2, h3, h4, h5 {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
}

h2.node-title {
  font-size: 36px;
  line-height: 38px;
}

h3, h4, h5 {
  font-size: 18px;
  line-height: 24px;
}

/* Standout Paragraphs */
p.standfirst {
  font-size: 25px;
  line-height: 38px;
  letter-spacing: -1px;
}

/* Image Caption */
div.field--name-field-sidebar-image-caption {
  font-style: italic;
}

/* Text Links */
a {
  color: #00414e;
}

a:hover {
  color: #a3c3ce;
}