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;
}

nav {
  height: 100%;
  position: fixed;
  width: 20%;
  float: left;
  font-family: "avenir";
  background-color: #102c60;
}
nav ul li {
  padding-top: 20%;
  height: 20%;
  padding-left: 10%;
}
nav ul li a {
  text-decoration: none;
  text-transform: uppercase;
  color: white;
}
@media screen and (max-width: 600px) and (min-width: 275px) {
  nav {
    display: none;
  }
}

#content {
  width: 80%;
  float: right;
}
@media screen and (max-width: 600px) and (min-width: 275px) {
  #content {
    width: 100%;
  }
}

#stepone img {
  max-width: 100%;
  text-align: center;
  background-color: beige;
}

#steptwo img {
  max-width: 100%;
  text-align: center;
  background-color: rgba(255, 228, 196, 0.26);
}

#stepthree img {
  max-width: 100%;
  text-align: center;
  background-color: rgba(143, 188, 143, 0.17);
}

#stepfive img {
  max-width: 100%;
  text-align: center;
  background-color: lightblue;
}

#stepseveneight img {
  max-width: 100%;
  text-align: center;
}

#personas img {
  max-width: 100%;
  text-align: center;
}

#websitename {
  width: 90%;
}
@media screen and (min-width: 275px) and (max-width: 800px) {
  #websitename a {
    font-size: 14px;
  }
}

#processflow2 img {
  max-width: 100%;
  text-align: center;
}

#wireframe img {
  max-width: 100%;
  text-align: center;
  background-color: azure;
}

h1 {
  padding-top: 20px;
  height: 30px;
  background-color: #E0E89C;
  color: #252C64;
  padding-left: 10px;
  font-family: "News Gothic MT";
  font-size: 25px;
  margin-top: -40px;
}

h2 {
  text-align: center;
  padding-top: 20px;
  height: 30px;
  background-color: #E0E89C;
  color: #252C64;
  padding-left: 10px;
  font-family: sans-serif;
  text-emphasis: bold;
  font-size: 25px;
  margin-top: -40px;
}

#site {
  margin-top: 10px;
  text-align: center;
}

#scenaro img {
  text-align: center;
  max-width: 100%;
}

p {
  color: #252C64;
  padding-left: 10px;
  font-family: "News Gothic MT";
}

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