/* 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;
}

/**************VARIABLES********************/
/**************CODING********************/
#fixed {
  background: #b0d9d7;
  width: 20%;
  height: 100vh;
  position: fixed;
}

header {
  width: 100%;
  margin: auto;
}
header #logo {
  width: 75%;
  margin: auto;
  padding-top: 8%;
  padding-bottom: 4%;
}
header h1 {
  font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif;
  font-weight: 700;
  color: white;
  font-size: 150%;
  color: #572f4a;
  text-align: center;
  padding-bottom: 5%;
}

nav {
  padding-top: 3%;
}
nav ul li {
  font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  color: white;
  font-size: 150%;
  padding: 4%;
  color: #572f4a;
  text-align: center;
}
nav ul li a {
  text-decoration: none;
  color: #572f4a;
}
nav ul li a:hover {
  text-decoration: underline;
}

#disclaimer {
  padding-top: 15%;
}
#disclaimer p {
  font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  color: white;
  font-size: 100%;
  text-align: center;
  color: #572f4a;
}

#research, #processflows, #personas, #wireframes, #sitemap, #mockups, #usertesting {
  width: 80vw;
  margin-left: 19%;
}

#processflows, #wireframes, #mockups {
  background: #d9dbda;
}

#sitemap h2 {
  text-align: center;
  font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif;
  font-weight: 700;
  color: white;
  font-size: 200%;
  color: #572f4a;
  padding-top: 5%;
  padding-bottom: 3%;
}
#sitemap #sitemapimage {
  width: 75%;
  margin: auto;
  margin-bottom: 3%;
}
#sitemap #sitemapimage img {
  margin: auto;
}

#personas h2 {
  text-align: center;
  font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif;
  font-weight: 700;
  color: white;
  font-size: 200%;
  color: #572f4a;
  padding-top: 5%;
  padding-bottom: 3%;
}
#personas #personaimages {
  margin: auto;
  overflow-y: hidden;
  overflow-x: scroll;
  width: 1008px;
  height: 800px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin-bottom: 3%;
}
#personas #personaimages img {
  padding-right: 15px;
}

#wireframes h2 {
  text-align: center;
  font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif;
  font-weight: 700;
  color: white;
  font-size: 200%;
  color: #572f4a;
  padding-top: 5%;
  padding-bottom: 10%;
}
#wireframes #wireframeimages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
#wireframes #desktop {
  margin: auto;
  overflow-y: hidden;
  overflow-x: scroll;
  width: 737px;
  height: 625px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin-bottom: 3%;
}
#wireframes #desktop img {
  padding-right: 15px;
}
#wireframes #mobile {
  margin: auto;
  overflow-y: hidden;
  overflow-x: scroll;
  width: 259px;
  height: 525px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin-bottom: 3%;
}
#wireframes #mobile img {
  padding-right: 15px;
}

#processflows h2 {
  text-align: center;
  font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif;
  font-weight: 700;
  color: white;
  font-size: 200%;
  color: #572f4a;
  padding-top: 5%;
  padding-bottom: 3%;
}
#processflows #processflowimages {
  margin: auto;
  overflow-y: hidden;
  overflow-x: scroll;
  width: 1008px;
  height: 800px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin-bottom: 3%;
}
#processflows #processflowimages img {
  padding-right: 15px;
}

#research h2 {
  text-align: center;
  font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif;
  font-weight: 700;
  color: white;
  font-size: 200%;
  color: #572f4a;
  padding-top: 5%;
  padding-bottom: 3%;
}
#research #researchimages {
  margin: auto;
  overflow-y: hidden;
  overflow-x: scroll;
  width: 1008px;
  height: 800px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin-bottom: 3%;
}
#research #researchimages img {
  padding-right: 15px;
}

#mockups h2 {
  text-align: center;
  font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif;
  font-weight: 700;
  color: white;
  font-size: 200%;
  color: #572f4a;
  padding-top: 5%;
  padding-bottom: 3%;
}
#mockups #mockupimages {
  margin: auto;
  overflow-y: hidden;
  overflow-x: scroll;
  width: 1224px;
  height: 800px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin-bottom: 3%;
}
#mockups #mockupimages img {
  padding-right: 15px;
}

#usertesting h2 {
  margin: auto;
  text-align: center;
  font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif;
  font-weight: 700;
  color: white;
  font-size: 200%;
  color: #572f4a;
  padding-top: 5%;
  padding-bottom: 3%;
}
#usertesting h4 {
  font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif;
  font-weight: 700;
  color: white;
  font-size: 150%;
  text-align: center;
  margin: auto;
  color: #572f4a;
  padding-bottom: 1%;
}
#usertesting #scenarionav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin: auto;
  width: 70%;
  font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  color: white;
  font-size: 100%;
}
#usertesting #scenarionav a {
  text-decoration: none;
  color: #572f4a;
}
#usertesting #scenarionav a:hover {
  text-decoration: underline;
}
#usertesting #scenarios {
  margin: auto;
  overflow-y: hidden;
  overflow-x: scroll;
  width: 504px;
  height: 410px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin-bottom: 3%;
}
#usertesting #scenarios img {
  padding-right: 15px;
}
#usertesting #users {
  margin: auto;
  overflow-y: hidden;
  overflow-x: scroll;
  width: 1000px;
  height: 800px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin-bottom: 3%;
}
#usertesting #users img {
  padding-right: 15px;
}
#usertesting #results {
  margin: auto;
}
#usertesting #results h4 {
  margin: auto;
  text-align: center;
  font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif;
  font-weight: 700;
  color: white;
  font-size: 200%;
  color: #572f4a;
}
#usertesting #results p {
  margin: auto;
  width: 65%;
  font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  color: white;
  font-size: 175%;
  color: #572f4a;
  text-align: center;
  line-height: 115%;
  padding-bottom: 10%;
}

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