/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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: antiquewhite;
  background-size: cover; }

#workprocess {
  margin-left: 5%;
  width: 90%; }

h2 {
  font-size: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  font-family: 'Candal', sans-serif;
  text-align: center;
  padding-top: 30px; }

nav {
  margin: auto;
  text-align: center;
  color: cadetblue;
  font-family: 'Candal', sans-serif;
  font-size: 20px;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  background-color: rgba(255, 255, 255, 0.54);
  width: 100%; }

nav ul {
  text-style-type: none;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
  padding-left: 5%;
  padding-right: 5%; }

nav li a {
  color: cadetblue;
  text-decoration: none; }

a:hover {
  text-decoration: none;
  color: black; }

.scenarios {
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  margin-top: 20px;
  width: 80%;
  margin-left: 30px; }

h1 {
  font-size: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
  font-family: 'Candal', sans-serif; }

p {
  font-family: serif;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 20px;
  padding-bottom: 10px; }

/*# sourceMappingURL=style.css.map */