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 {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; }
  body p {
    color: #2c3957;
    line-height: 1.2; }

#mobile {
  text-align: center;
  background-color: #2c3957; }
  #mobile img {
    max-width: 50%; }
  @media screen and (min-width: 800px) {
    #mobile {
      display: none; } }

nav {
  width: 25%;
  background-color: #2c3957;
  height: 100vh;
  position: fixed;
  padding-top: 2%; }
  @media screen and (max-width: 800px) {
    nav {
      display: none; } }
  nav ul {
    text-align: center;
    color: white;
    line-height: 3; }
  nav a {
    text-decoration: none;
    color: white; }
  nav a:hover {
    color: #ee2924; }
  nav #site {
    background-color: #606a80; }

#logo {
  text-align: center; }
  #logo img {
    max-width: 100%; }

#content {
  width: 75%;
  float: right; }
  @media screen and (max-width: 800px) {
    #content {
      width: 100%; } }
  #content h2 {
    font-size: 30px;
    color: white;
    text-align: center;
    padding: 2%;
    background-color: #2c3957; }

#clearfix {
  clear: both; }

.galleria {
  width: auto;
  height: 70vh; }

.galleria-container {
  background: rgba(100, 100, 100, 0.3); }

.galleria-thumbnails {
  margin: auto; }

#intro {
  background-color: rgba(100, 100, 100, 0.3);
  height: 100vh;
  box-sizing: border-box; }
  @media screen and (max-width: 800px) {
    #intro {
      height: auto;
      padding-bottom: 5%; } }
  #intro h1 {
    text-align: center;
    padding-top: 15%;
    color: #ee2924;
    font-weight: bold;
    font-size: 30px; }
    @media screen and (max-width: 800px) {
      #intro h1 {
        font-size: 25px; } }
  #intro p {
    font-size: 20px;
    width: 70%;
    text-align: center;
    color: #2c3957;
    margin: auto; }
    @media screen and (max-width: 800px) {
      #intro p {
        font-size: 15px;
        width: 80%; } }

#define {
  width: 50%;
  margin: auto;
  margin-top: 5%; }
  @media screen and (max-width: 800px) {
    #define {
      width: 80%; } }

#analysis img {
  width: 50%;
  float: right;
  margin-right: 5%; }
#analysis p {
  margin-left: 5%;
  width: 30%;
  float: left;
  text-align: center;
  padding-top: 23%; }

#research p {
  width: 60%;
  text-align: center;
  margin: 2% auto; }
#research .carousel-inner {
  width: 80%;
  margin: auto; }

#situational p, #competitors p {
  width: 60%;
  text-align: center;
  margin: 2% auto; }
#situational img, #competitors img {
  max-width: 100%; }

#plan p {
  width: 60%;
  text-align: center;
  margin: 2% auto; }
#plan #plan {
  width: 90%;
  margin: auto; }
  #plan #plan img {
    max-width: 100%; }

#personas p {
  width: 60%;
  text-align: center;
  margin: 2% auto; }
#personas .carousel-inner {
  width: 80%;
  margin: auto; }

#wireframes p {
  width: 60%;
  text-align: center;
  margin: 2% auto; }
#wireframes .carousel-inner {
  width: 70%;
  margin: auto; }

#mockups p {
  width: 60%;
  text-align: center;
  margin: 2% auto; }
#mockups .carousel-inner {
  width: 90%;
  margin: auto; }

#user p {
  width: 60%;
  margin: 2% auto; }
#user #scenarios {
  margin-top: 8%; }
  #user #scenarios h1 {
    color: #2c3957;
    text-align: center;
    font-size: 24px; }
  #user #scenarios p {
    width: 70%;
    margin: 4% auto; }
  #user #scenarios h3 {
    width: 40%;
    margin: auto;
    color: #ee2924;
    text-align: center; }
#user #conclusion {
  margin-top: 5%;
  margin-bottom: 5%; }
  #user #conclusion h1 {
    color: #2c3957;
    text-align: center;
    font-size: 24px; }
  #user #conclusion p {
    width: 90%; }

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