/* 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: #213F7E; }

#container {
  width: 80%;
  margin: auto;
  background-color: white; }

#logo {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px; }

#logo img {
  width: 40%; }

nav {
  background-color: #E97F25; }

nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 15px; }

nav ul a {
  text-decoration: none; }

nav li {
  color: #213F7E;
  font-family: arial;
  font-weight: bold; }

#research {
  margin: auto; }

#research h2 {
  padding-top: 50px;
  padding-bottom: 30px;
  font-size: 25px;
  font-family: arial;
  color: #213F7E;
  font-weight: bold;
  padding-left: 20px; }

#research img {
  width: 70%;
  margin: auto;
  padding-left: 150px; }

#pictures h2 {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 30px;
  font-size: 25px;
  font-family: arial;
  color: #213F7E;
  font-weight: bold; }

#pictures {
  width: 80%;
  height: 800px;
  margin: auto; }

#pain_points img {
  padding-top: 30px;
  display: block;
  margin: auto; }

#personas img {
  width: 60%;
  padding-left: 150px; }

#personas h2 {
  padding-top: 50px;
  padding-bottom: 30px;
  font-size: 25px;
  font-family: arial;
  color: #213F7E;
  font-weight: bold;
  padding-left: 20px; }

#project_flow img {
  width: 70%;
  padding-left: 100px; }

#project_flow h2 {
  padding-top: 50px;
  padding-bottom: 30px;
  font-size: 25px;
  font-family: arial;
  color: #213F7E;
  font-weight: bold;
  padding-left: 20px; }

#project_flow h3 {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 30px;
  font-size: 25px;
  font-family: arial;
  color: #213F7E;
  font-weight: bold; }

#project_flow h4 {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 30px;
  font-size: 25px;
  font-family: arial;
  color: #213F7E;
  font-weight: bold; }

#uxpin_wireframe h2 {
  padding-top: 50px;
  padding-bottom: 30px;
  font-size: 25px;
  font-family: arial;
  color: #213F7E;
  font-weight: bold;
  padding-left: 20px; }

#desktop {
  width: 80%;
  height: 900px;
  clear: both;
  padding-bottom: 25px;
  display: block;
  margin: auto; }

#phone {
  clear: both;
  width: 60%;
  height: 700px;
  padding-bottom: 25px;
  display: block;
  margin: auto; }

#video1 {
  width: 80%;
  height: 900px;
  clear: both;
  display: block;
  margin: auto; }

#video2 {
  width: 60%;
  height: 700px;
  clear: both;
  display: block;
  margin: auto; }

#user_results h2 {
  padding-top: 50px;
  padding-bottom: 30px;
  font-size: 25px;
  font-family: arial;
  color: #213F7E;
  font-weight: bold;
  padding-left: 20px; }

#user_results img {
  width: 60%;
  display: block;
  margin: auto; }

#final h2 {
  padding-top: 50px;
  padding-bottom: 30px;
  font-size: 25px;
  font-family: arial;
  color: #213F7E;
  font-weight: bold;
  padding-left: 20px; }

#desktop_invision {
  width: 95%;
  height: 900px;
  clear: both;
  padding-bottom: 25px;
  display: block;
  margin: auto; }

#mobile_invision {
  clear: both;
  width: 60%;
  height: 700px;
  padding-bottom: 25px;
  display: block;
  margin: auto; }

#video3 {
  width: 80%;
  height: 900px;
  clear: both;
  display: block;
  margin: auto; }

#video4 {
  width: 60%;
  height: 700px;
  clear: both;
  display: block;
  margin: auto; }

#testing2 h2 {
  padding-top: 50px;
  padding-bottom: 30px;
  font-size: 25px;
  font-family: arial;
  color: #213F7E;
  font-weight: bold;
  padding-left: 20px; }

#testing2 img {
  width: 70%;
  display: block;
  margin: auto; }

/*phone media query*/
@media screen and (max-width: 400px) {
  nav {
    font-size: 9px; }

  #research h2 {
    font-size: 14px; }

  #research img {
    margin-left: -100px; }

  #pain_points img {
    width: 80%; }

  #pictures h2 {
    font-size: 14px; }

  #personas h2 {
    font-size: 14px; }

  #personas img {
    margin-left: -100px; }

  #project_flow h2 {
    font-size: 14px; }

  #project_flow h3 {
    font-size: 14px; }

  #project_flow h4 {
    font-size: 14px; }

  #project_flow img {
    margin-left: -50px; }

  #uxpin_wireframe h2 {
    font-size: 14px; }

  #final h2 {
    font-size: 14px; }

  #testing2 h2 {
    font-size: 14px; } }

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