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




/* the start of the website css */





body {
  font-family: "Lato", sans-serif; }

.sidenav {
  height: 100%;
  width: 230px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  padding-top: 20px; }

.sidenav #logo img {
  width: 85%;
  padding: 0px 0px 0px 18px; }

.sidenav #menu {
  padding-top: 20px; }

.sidenav a {
  padding: 6px 8px 6px 20px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block; }

.sidenav a:hover {
  color: #f1f1f1; }


#overview {
  margin-left: 160px;
  /* Same as the width of the sidenav */
  font-size: 18px;
  /* Increased text to enable scrolling */
  padding: 20px 100px;
  height: 100vh; }

h1 {
    font-size: 25px;
}

#analysis {
  margin-left: 160px;
  /* Same as the width of the sidenav */
  font-size: 18px;
  /* Increased text to enable scrolling */
  padding: 20px 100px;
  height: 120vh; }

img#painpoints {
    width: 80%;
}

#research {
  margin-left: 160px;
  /* Same as the width of the sidenav */
  font-size: 18px;
  /* Increased text to enable scrolling */
  padding: 20px 100px;
  height: 180vh; }

#research-image {
    width: 80%;
}

img#competition {
    width: 90%;
}

#processflows {
  margin-left: 160px;
  /* Same as the width of the sidenav */
  font-size: 18px;
  /* Increased text to enable scrolling */
  padding: 20px 100px;
  height: 100vh; }

#personas {
  margin-left: 160px;
  /* Same as the width of the sidenav */
  font-size: 18px;
  /* Increased text to enable scrolling */
  padding: 20px 100px;
  height: 180vh; }

img#personas {
    display: flex;
}

#competitors {
  margin-left: 160px;
  /* Same as the width of the sidenav */
  font-size: 18px;
  /* Increased text to enable scrolling */
  padding: 20px 100px;
  height: 190vh; }

img#research {
    display: flex;
    width: 100%;
    justify-content: flex-start;
}

#revisedplan {
  margin-left: 160px;
  /* Same as the width of the sidenav */
  font-size: 18px;
  /* Increased text to enable scrolling */
  padding: 20px 100px;
  height: 100vh; }

#wireframes {
  margin-left: 160px;
  /* Same as the width of the sidenav */
  font-size: 18px;
  /* Increased text to enable scrolling */
  padding: 20px 100px;
  height: 230vh; }

#desktop-video {
    display: flex;
    padding-top: 30px;
}

#mobile-video {
    display: flex;
    padding-top: 
        0px;
    width: 40%;
}

#mockups {
  margin-left: 160px;
  /* Same as the width of the sidenav */
  font-size: 18px;
  /* Increased text to enable scrolling */
  padding: 20px 100px;
  height: 230vh; }

#usertesting {
  margin-left: 160px;
  /* Same as the width of the sidenav */
  font-size: 18px;
  /* Increased text to enable scrolling */
  padding: 20px 100px;
  height: 130vh; }

#questions {
    width: 75%;
}

#results {
  margin-left: 160px;
  /* Same as the width of the sidenav */
  font-size: 18px;
  /* Increased text to enable scrolling */
  padding: 20px 100px;
}

#results-list {
    width: 80%;
}


@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px; }

  .sidenav a {
    font-size: 18px; } }

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