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

/*-----font----*/
@font-face {
  font-family: 'helvetica_lightregular';
  src: url("helvetica-light-webfont.woff2") format("woff2"), url("helvetica-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/*------desktop-----*/
body {
  font-family: "helvetica_lightregular"; }

.container {
  max-width: 1024px;
  margin: auto; }

a:hover {
  opacity: .5;
  -webkit-transition: .5;
  transition: .5; }

hr {
  width: 70%; }

h5 {
  font-size: 16px; }
  @media screen and (max-width: 700px) {
    h5 {
      font-size: 13px; } }

header {
  background: -webkit-gradient(linear, left top, left bottom, from(#aa0707), to(black));
  background: linear-gradient(#aa0707, black);
  padding: 7% 7% 0% 7%; }
  header #logo {
    width: 40%;
    margin: auto; }
    header #logo h1 {
      color: white;
      font-size: 50px;
      text-align: center; }
    @media screen and (max-width: 700px) {
      header #logo {
        width: 50%; } }
    header #logo img {
      width: 100%; }
  header h2 {
    text-align: center;
    font-size: 14pt;
    color: white;
    margin: 1%; }
    @media screen and (max-width: 700px) {
      header h2 {
        font-size: 12pt; } }
  header h3 {
    text-align: center;
    font-size: 20pt;
    color: white;
    margin: 3%; }
    @media screen and (max-width: 700px) {
      header h3 {
        font-size: 15pt; } }
  header nav {
    margin: auto;
    padding: 1%; }
    header nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      color: white; }
      header nav ul li {
        font-size: 10pt;
        text-transform: uppercase;
        padding: 10px; }
        @media screen and (max-width: 700px) {
          header nav ul li {
            font-size: 9pt; } }
        header nav ul li a {
          color: white;
          text-decoration: none; }

h4 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: grey;
  margin-top: 50px; }
  @media screen and (max-width: 700px) {
    h4 {
      font-size: 25px; } }

p {
  width: 50%;
  text-align: center;
  margin: auto;
  padding: 30px;
  font-size: 14px; }
  @media screen and (max-width: 700px) {
    p {
      font-size: 13px;
      padding: 20px; } }

#research {
  margin: auto; }

#compet {
  width: 90%;
  margin: auto; }
  #compet .main-carousel {
    width: 60%;
    margin: auto;
    margin-bottom: 30px; }
    #compet .main-carousel .carousel-cell {
      width: 100%; }
    #compet .main-carousel img {
      width: 100%; }
  @media screen and (max-width: 700px) {
    #compet {
      width: 98%; } }
  @media screen and (max-width: 500px) {
    #compet {
      width: 100%; } }

#mood {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 90%;
  margin: auto; }
  #mood #leftmood {
    width: 50%;
    -ms-flex-item-align: center;
        align-self: center; }
    #mood #leftmood img {
      width: 100%; }
  #mood #rightmood {
    width: 50%;
    -ms-flex-item-align: center;
        align-self: center; }
    #mood #rightmood img {
      width: 100%; }

#personas {
  margin-top: 50px;
  clear: both; }
  #personas .personimg {
    width: 70%;
    margin: auto; }
    @media screen and (max-width: 700px) {
      #personas .personimg {
        width: 98%; } }
    @media screen and (max-width: 450px) {
      #personas .personimg {
        width: 100%; } }
    #personas .personimg img {
      width: 100%; }

#revisedflow .myflow {
  width: 80%;
  margin: auto; }
  @media screen and (max-width: 700px) {
    #revisedflow .myflow {
      width: 98%; } }
  @media screen and (max-width: 500px) {
    #revisedflow .myflow {
      width: 100%; } }
  #revisedflow .myflow img {
    width: 100%; }

#roughwire {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  @media screen and (max-width: 500px) {
    #roughwire {
      display: block; } }
  #roughwire .main-carousel {
    width: 100%; }
    #roughwire .main-carousel .carousel-cell {
      width: 100%; }
    #roughwire .main-carousel img {
      width: 100%; }
  #roughwire #left {
    width: 40%; }
    @media screen and (max-width: 700px) {
      #roughwire #left {
        width: 45%; } }
    @media screen and (max-width: 500px) {
      #roughwire #left {
        width: 100%; } }
  #roughwire #right {
    width: 40%; }
    @media screen and (max-width: 700px) {
      #roughwire #right {
        width: 45%; } }
    @media screen and (max-width: 500px) {
      #roughwire #right {
        width: 100%; } }
  #roughwire h5 {
    text-align: center;
    padding: 10px; }

#uxpin {
  margin: auto;
  padding: 60px 0; }
  #uxpin #phone {
    width: 100%;
    height: 800px;
    margin: auto;
    display: block; }
  #uxpin h5 {
    text-align: center;
    margin: 30px 0 10px 0; }

#usertest1 {
  margin-bottom: 30px;
  text-align: center; }
  #usertest1 h6 {
    font-size: 14px;
    padding: 5px; }
    @media screen and (max-width: 700px) {
      #usertest1 h6 {
        font-size: 12px; } }
  #usertest1 h5 {
    padding: 10px;
    color: grey; }

#invision #imobile {
  width: 100%;
  height: 800px;
  margin: auto;
  display: block; }
#invision #vids #deskvid {
  width: 100%;
  height: 500px;
  padding-top: 20px; }
  @media screen and (max-width: 700px) {
    #invision #vids #deskvid {
      height: 350px; } }
#invision #vids #mobilevid {
  width: 100%;
  height: 600px;
  padding: 20px 0; }

#usertest2 {
  text-align: center;
  padding-bottom: 3%; }
  #usertest2 h6 {
    font-size: 14px;
    padding: 5px; }
    @media screen and (max-width: 700px) {
      #usertest2 h6 {
        font-size: 12px; } }
  #usertest2 h5 {
    padding: 10px;
    color: grey; }
  #usertest2 h3 {
    font-size: 9pt;
    padding-bottom: 1%;
    color: gray; }

#back {
  width: 50px;
  margin: auto; }
  #back a:hover {
    opacity: .5;
    -webkit-transition: .5;
    transition: .5; }
  #back img {
    width: 100%; }

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