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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  background-color: #27348b;
}
header {
  background: #ffffff;
}

.diagonal {
  width: 100%;
  height: 117px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 100 100' fill='#27348b' preserveAspectRatio='none'><path d='M0 100 L100 100 L100 0 Z' /></svg>") no-repeat;
}

.container {
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
}

p {
  margin: 20px 0;
}

strong {
  font-weight: 400;
}

a {
  font-weight: 300;
  color: #f39200;
}
a:hover {
  color: #f9b232;
}
.intro{
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 100;
  color: #ffffff;
}