html {
  font-family: 'Raleway', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Montserrat', sans-serif;
}
h1{
  font-size: 2.5em;
}
h2{
  font-size: 1.6em;
}
h4{
  font-size: 1.3em;
}

img.logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  /*max-height: 500px;*/
}

div.callout {
  font-weight: bold;
}

div.spaced {
  margin-top: 4px;
  margin-bottom: 10px;
}

div.sectionbreak {
  margin-top: 4px;
  margin-bottom: 30px;
}

div.video_wrapper {
  position: relative;
  padding-bottom: 56.25%; /*56.25 for 16x9, 75 for 4x3*/
}

iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
