/*Myer web reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

* {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  box-sizing: border-box;
}

*:before, *:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  box-sizing: border-box;
}

html {
  font-size: 1em;
}

body {
  font-weight: 400;
  line-height: 1.45;
  color: #333;
}

p {
  margin-bottom: 1.3em;
  font-family: 'Merriweather', serif;
  font-weight: 300;
  font-size: .889em;
}

@media only screen and (min-width: 600px) {
  p {
    font-size: 1em;
  }
}

h1, h2, h3, h4 {
  margin: 1.414em 0 0.5em;
  font-weight: bold;
  line-height: 1.2;
  font-family: 'Open Sans', sans-serif;
}

h1 {
  margin-top: 0;
  font-size: 1.602em;
  text-align: center;
}

@media only screen and (min-width: 600px) {
  h1 {
    font-size: 1.80225em;
  }
}

h2 {
  font-size: 1.424em;
}

h3 {
  font-size: 1.266em;
}

h4 {
  font-size: 1.125em;
}

small, .font_small {
  font-size: 0.889em;
}

body {
  background-color: #fcfcfc;
}

header {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mediaContainer {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 3rem;
}

.mediaContainer video {
  width: 100%;
  max-width: 420px;
  height: auto;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.mediaContainer audio {
  width: 100%;
  max-width: 420px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
  cursor: pointer;
  margin-bottom: 2.5rem;
}

.mediaContainer button {
    width:420px; 
    height:105px; 
    font-size:200%; 
    cursor:pointer;
}

.teaserImage {
  width: 100%;
  max-width: 420px;
  height: auto;
}

footer {
  width: 100%;
  max-width: 960px;
  border-top: 2px solid #f0f0f0;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.uvicHumanities {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin-top: 1rem;
}

.small {
  font-size: 80%;
}
