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

h1 {
  font-size: 3em;
  color: #58A5CF;
  font-family: sans-serif;
  font-weight: bolder;
  text-align: center; }

h2 {
  font-size: 1.5em;
  color: #58A5CF;
  font-weight: bold;
  font-family: sans-serif;
  text-align: center;
  padding-top: 10px; }

p {
  text-align: center;
  margin-bottom: 20px; }

nav {
  width: 20%;
  height: 100vh;
  position: fixed;
  background-color: #58A5CF;
  color: white;
  float: left; }
  nav ul {
    padding-top: 8%;
    text-align: center;
    line-height: 35px;
    font-size: 1.5em;
    font-family: helvetica; }
  nav #logo {
    width: 50%;
    margin: auto;
    margin-bottom: 15px; }
    @media screen and (max-width: 1500px) {
      nav #logo {
        width: 70%; } }
    @media screen and (max-width: 1000px) {
      nav #logo {
        width: 95%; } }

#container {
  display: flex; }

.content {
  padding: 20px;
  width: 75%;
  position: absolute;
  right: 10px; }

h2 {
  margin-bottom: 20px; }

header {
  width: 100%; }
  header h1 {
    justify-content: flex-start;
    padding-top: 5%; }
  header h3 {
    width: 50%;
    margin: auto;
    margin-top: 20px;
    text-align: center; }

#video {
  width: 60%;
  margin: auto; }
  @media screen and (max-width: 800px) {
    #video {
      width: 100%; } }
  #video h2 {
    margin-top: 30px; }

#personas {
  margin: auto;
  margin-top: 30px;
  text-align: center; }
  #personas h3 {
    font-size: 1.2em;
    text-align: center;
    font-weight: bold;
    margin-top: 10px; }
  #personas p {
    margin-top: 5px; }
  #personas ul {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 800px) {
      #personas ul {
        display: block; } }
  #personas #image {
    width: 30%;
    margin-bottom: 40px; }
    @media screen and (max-width: 800px) {
      #personas #image {
        width: 80%;
        margin: auto;
        padding-bottom: 20px; } }
    #personas #image img {
      width: 100%; }
  #personas .row_two ul {
    justify-content: space-around; }
  #personas .row_two #image2 {
    width: 30%;
    margin-bottom: 40px; }
    @media screen and (max-width: 800px) {
      #personas .row_two #image2 {
        width: 80%;
        margin: auto;
        padding-bottom: 20px; } }
    #personas .row_two #image2 img {
      width: 100%; }

#process_flow {
  width: 100%;
  margin: auto; }
  #process_flow img {
    width: 100%; }

#inspiration {
  width: 100%;
  margin: auto; }
  #inspiration img {
    width: 100%; }

#sketches {
  width: 90%;
  margin: auto; }
  #sketches h2 {
    margin-top: 20px; }
  #sketches .main-carousel {
    width: 50%;
    margin: auto; }
    @media screen and (max-width: 1300px) {
      #sketches .main-carousel {
        width: 80%; } }
    @media screen and (max-width: 800px) {
      #sketches .main-carousel {
        width: 100%; } }
  #sketches .carousel-cell {
    width: 100%; }

#uxpin {
  padding-top: 50px;
  width: 60%;
  height: 570px;
  margin: auto;
  padding-left: 50px; }
  @media screen and (max-width: 1100px) {
    #uxpin {
      width: 80%; } }
  @media screen and (max-width: 800px) {
    #uxpin {
      width: 90%;
      padding-left: 10px; } }
  @media screen and (max-width: 800px) {
    #uxpin {
      width: 100%;
      padding-left: 0px; } }

#prototype {
  padding-top: 200px;
  margin: auto; }
  #prototype #invision {
    margin: auto;
    width: 45%;
    height: 750px;
    margin-left: 30%; }
    @media screen and (max-width: 1100px) {
      #prototype #invision {
        width: 60%;
        margin-left: 20%; } }
    @media screen and (max-width: 800px) {
      #prototype #invision {
        width: 80%;
        margin-left: 8%; } }
    @media screen and (max-width: 500px) {
      #prototype #invision {
        width: 100%;
        margin-left: 0%; } }

#userTesting {
  width: 60%;
  line-height: 30px;
  margin: auto; }
  #userTesting p {
    color: #58A5CF;
    text-align: left; }

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