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

a {
  text-decoration: none;
  color: black; }

a:visited {
  color: none; }

a:hover {
  color: aliceblue; }

#header {
  width: 30%;
  float: left;
  padding-left: 10px;
  position: relative; }
  @media screen and (max-width: 1024px) {
    #header {
      width: 100%;
      padding-left: 130px;
      padding-top: 50px; } }
  @media screen and (max-width: 498px) {
    #header {
      width: 100%;
      padding-left: 50px;
      padding-top: 50px; } }
  #header h1 {
    font-family: "futura";
    font-size: 4em;
    padding-top: 120px;
    padding-bottom: 10px;
    font-weight: 600; }
    @media screen and (max-width: 498px) {
      #header h1 {
        width: 100%;
        padding-top: 20px;
        font-size: 2.5em; } }
  #header h2 {
    font-family: "didot";
    font-size: 2em;
    padding-bottom: 30px; }
    @media screen and (max-width: 498px) {
      #header h2 {
        width: 100%;
        padding-top: 20px;
        font-size: 1.5em; } }
  #header h3 {
    font-family: "futura";
    font-size: 1em;
    padding-bottom: 30px; }
  #header p {
    font-family: "Didot";
    line-height: 2;
    width: 90%;
    padding-top: 80px;
    padding-bottom: 80px; }
    @media screen and (max-width: 1024px) {
      #header p {
        width: 70%; } }

#nav_desktop {
  background-color: #93c9ff;
  text-align: center;
  width: 100%;
  font-family: "futura";
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 30px;
  padding-top: 30px;
  position: fixed;
  z-index: 10000; }
  #nav_desktop ul {
    margin: auto;
    width: 80%;
    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; }
  @media screen and (max-width: 1024px) {
    #nav_desktop {
      display: none; } }

#menu {
  z-index: 1000;
  background-color: #93c9ff;
  font-family: "futura";
  font-size: 1.5em;
  width: 15.625em; }
  @media screen and (max-width: 498px) {
    #menu {
      font-size: 1em; } }
  #menu ul {
    padding-left: 10px;
    padding-top: 40px; }
    #menu ul li {
      padding-top: 30px; }

#mobile_nav {
  width: 100%;
  z-index: 1000;
  background-color: #93c9ff;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 50px;
  font-size: 3em; }
  @media screen and (min-width: 1024px) {
    #mobile_nav {
      display: none;
      font-size: 2em; } }
  @media screen and (max-width: 498px) {
    #mobile_nav {
      font-size: 2em; } }

#content {
  float: right;
  width: 100%; }

#intro {
  float: right;
  padding-top: 100px;
  width: 69%;
  text-align: center; }
  @media screen and (max-width: 498px) {
    #intro {
      width: 100%;
      height: 100%; } }
  @media screen and (max-width: 1024px) {
    #intro {
      width: 100%;
      height: 100%; } }
  #intro img {
    width: 100%;
    height: 50%; }
    @media screen and (max-width: 498px) {
      #intro img {
        width: 100%;
        height: 100%; } }
    @media screen and (max-width: 1024px) {
      #intro img {
        width: 100%;
        height: 100%; } }

#Research_And_Analysis {
  position: relative;
  padding-top: 100px;
  width: 100%;
  text-align: center; }
  #Research_And_Analysis h1 {
    position: relative;
    color: #92226D;
    text-transform: uppercase;
    background-color: azure;
    font-family: "futura";
    font-size: 2em;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: 600; }
  #Research_And_Analysis p {
    position: relative;
    font-family: "Didot";
    line-height: 2;
    width: 100%;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 40px; }
    @media screen and (max-width: 1024px) {
      #Research_And_Analysis p {
        width: 50%;
        text-align: center;
        margin: auto; } }
  @media screen and (max-width: 1024px) and (max-width: 498px) {
    #Research_And_Analysis p {
      width: 70%; } }

  #Research_And_Analysis img {
    position: relative;
    width: 50%;
    height: 50%; }
    @media screen and (max-width: 498px) {
      #Research_And_Analysis img {
        width: 100%;
        height: 100%; } }
    @media screen and (max-width: 1024px) {
      #Research_And_Analysis img {
        width: 100%;
        height: 100%; } }

#Process_Flow {
  position: relative;
  padding-top: 100px;
  width: 100%;
  text-align: center; }
  #Process_Flow h1 {
    position: relative;
    color: #92226D;
    text-transform: uppercase;
    background-color: azure;
    font-family: "futura";
    font-size: 2em;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: 600; }
  #Process_Flow p {
    position: relative;
    font-family: "Didot";
    line-height: 2;
    width: 100%;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 40px; }
    @media screen and (max-width: 1024px) {
      #Process_Flow p {
        width: 50%;
        text-align: center;
        margin: auto; } }
  @media screen and (max-width: 1024px) and (max-width: 498px) {
    #Process_Flow p {
      width: 70%; } }

  #Process_Flow img {
    position: relative;
    width: 50%;
    height: 50%; }
    @media screen and (max-width: 498px) {
      #Process_Flow img {
        width: 100%;
        height: 100%; } }
    @media screen and (max-width: 1024px) {
      #Process_Flow img {
        width: 100%;
        height: 100%; } }

#Personas {
  position: relative;
  padding-top: 100px;
  width: 100%;
  text-align: center; }
  #Personas h1 {
    position: relative;
    color: #92226D;
    text-transform: uppercase;
    background-color: azure;
    font-family: "futura";
    font-size: 2em;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: 600; }
  #Personas p {
    position: relative;
    font-family: "Didot";
    line-height: 2;
    width: 100%;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 40px; }
    @media screen and (max-width: 1024px) {
      #Personas p {
        width: 50%;
        text-align: center;
        margin: auto; } }
  @media screen and (max-width: 1024px) and (max-width: 498px) {
    #Personas p {
      width: 70%; } }

  #Personas img {
    position: relative;
    width: 50%;
    height: 50%; }
    @media screen and (max-width: 498px) {
      #Personas img {
        width: 100%;
        height: 100%; } }
    @media screen and (max-width: 1024px) {
      #Personas img {
        width: 100%;
        height: 100%; } }

#situational_mockups {
  position: relative;
  padding-top: 100px;
  width: 100%;
  text-align: center; }
  #situational_mockups h1 {
    position: relative;
    color: #92226D;
    text-transform: uppercase;
    background-color: azure;
    font-family: "futura";
    font-size: 2em;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: 600; }
  #situational_mockups p {
    position: relative;
    font-family: "Didot";
    line-height: 2;
    width: 100%;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 40px; }
    @media screen and (max-width: 1024px) {
      #situational_mockups p {
        width: 50%;
        text-align: center;
        margin: auto; } }
  @media screen and (max-width: 1024px) and (max-width: 498px) {
    #situational_mockups p {
      width: 70%; } }

  #situational_mockups img {
    position: relative;
    width: 50%;
    height: 50%; }
    @media screen and (max-width: 498px) {
      #situational_mockups img {
        width: 100%;
        height: 100%; } }
    @media screen and (max-width: 1024px) {
      #situational_mockups img {
        width: 100%;
        height: 100%; } }

#wireframes {
  position: relative;
  padding-top: 100px;
  width: 100%;
  text-align: center; }
  #wireframes h1 {
    position: relative;
    color: #92226D;
    text-transform: uppercase;
    background-color: azure;
    font-family: "futura";
    font-size: 2em;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: 600; }
  #wireframes p {
    position: relative;
    font-family: "Didot";
    line-height: 2;
    width: 100%;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 40px; }
    @media screen and (max-width: 1024px) {
      #wireframes p {
        width: 50%;
        text-align: center;
        margin: auto; } }
  @media screen and (max-width: 1024px) and (max-width: 498px) {
    #wireframes p {
      width: 70%; } }

  #wireframes img {
    position: relative;
    width: 50%;
    height: 50%; }
    @media screen and (max-width: 498px) {
      #wireframes img {
        width: 100%;
        height: 100%; } }
    @media screen and (max-width: 1024px) {
      #wireframes img {
        width: 100%;
        height: 100%; } }
  @media screen and (max-width: 498px) {
    #wireframes #img_small {
      width: 80%;
      height: 80%; } }
  @media screen and (max-width: 1024px) {
    #wireframes #img_small {
      width: 40%;
      height: 40%; } }

#mockups {
  position: relative;
  padding-top: 65px;
  width: 100%;
  text-align: center; }
  #mockups h1 {
    color: #92226D;
    text-transform: uppercase;
    background-color: azure;
    font-family: "futura";
    font-size: 2em;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: 600; }
  #mockups p {
    font-family: "Didot";
    line-height: 2;
    width: 100%;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 40px; }
  #mockups img {
    width: 50%;
    height: 50%; }
    @media screen and (max-width: 498px) {
      #mockups img {
        width: 100%;
        height: 100%; } }
    @media screen and (max-width: 1024px) {
      #mockups img {
        width: 100%;
        height: 100%; } }
  #mockups #img_small {
    width: 15%;
    height: 15%; }
    @media screen and (max-width: 498px) {
      #mockups #img_small {
        width: 80%;
        height: 80%; } }
    @media screen and (max-width: 1024px) {
      #mockups #img_small {
        width: 40%;
        height: 40%; } }

#ux_testing {
  position: relative;
  padding-top: 100px;
  width: 100%;
  text-align: center; }
  #ux_testing h1 {
    position: relative;
    color: #92226D;
    text-transform: uppercase;
    background-color: azure;
    font-family: "futura";
    font-size: 2em;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: 600; }
  #ux_testing p {
    position: relative;
    font-family: "Didot";
    line-height: 2;
    width: 100%;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 40px; }
    @media screen and (max-width: 1024px) {
      #ux_testing p {
        width: 50%;
        text-align: center;
        margin: auto; } }
  @media screen and (max-width: 1024px) and (max-width: 498px) {
    #ux_testing p {
      width: 80%; } }

  #ux_testing img {
    position: relative;
    width: 50%;
    height: 50%; }
    @media screen and (max-width: 498px) {
      #ux_testing img {
        width: 100%;
        height: 100%; } }

footer {
  font-family: "didot";
  font-size: 10px;
  text-align: center; }

.panel {
  position: fixed;
  left: -15.625em;
  /*left or right and the width of your navigation panel*/
  width: 15.625em
  /*should match the above value*/ }

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