/* CSS Document */
/*In the body set bg-image or bg-color NEVER, set width & height*/
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;
}

/*IDs need a # ........ Classes need a .*/
h2, h3, h4 {
  text-align: center;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 2em;
}
h2{
    text-transform: uppercase;
}

body {
  font-family: "Montserrat", sans-serif;
  padding-top: 60px;
}

#intro, #research, #flow, #wireframes, #testing, #branding {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar ul li a {
  text-transform: uppercase;
  font-size: .8em;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.navbar ul li a:hover {
  color: #87cee0 !important;
}

.navbar-brand {
  height: 80px;
}
.navbar-nav {
    margin-top: 15px;
}

a.navbar-brand:after, .navbar ul li a:after {
  position: relative;
  display: block;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #aaa;
  height: 1px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

a.navbar-brand:hover:after {
  width: 150px;
  background: #e06414;
}

.navbar ul li a:hover:after {
  width: 100%;
  background: #e06414;
}

.navbar-brand img {
  height: 100%;
}

.intro h1 {
  text-align: center;
  font-size: 2em;
  font-weight: 700;
  color: #87cee0;
  line-height: 2.5em;
}
@media screen and (max-width: 450px) {
  .intro h1 {
    line-height: 1em;
    padding-top: 10px;
  }
}

.intro .icon {
  text-align: center;
}

.intro .copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  line-height: 1.5em;
}

.intro img {
  width: 200px;
}

.btn, .btn:active, .btn:visited {
  color: white;
  background: #87cee0;
  text-transform: uppercase;
  letter-spacing: .12em;
  border: transparent 3px solid;
  border-radius: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  box-shadow: none;
}
.btn:hover, .btn:active:hover, .btn:visited:hover {
  border: #87cee0 3px solid;
  background: white;
  color: #87cee0;
}

#research {
  background: #87cee0;
}

h2 {
  font-size: 1.5em;
  color: white;
  font-weight: 700;
  text-align: center;
}

h3 {
  font-size: 1.5em;
  color: #87cee0;
  font-weight: 700;
  text-align: center;
}

.tab-pane {
  background: white;
  padding: 10px;
}
.tab-pane ul {
  list-style-type: disc;
  list-style-position: inside;
  padding: 10px 30px;
}
.tab-pane li {
  margin: 10px 0;
}

img.competitors {
  width: 80%;
}

b {
  font-weight: 700;
  font-style: italic;
}

.tab-pane#personas ul {
  list-style: none !important;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tab-pane#personas ul li {
  width: 30%;
  padding: 0 10px;
}
.tab-pane#personas ul li img {
  width: 120px;
}
@media screen and (max-width: 550px) {
  .tab-pane#personas ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tab-pane#personas ul li {
    width: 100%;
  }
}

.tab-pane#scenarios ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
@media screen and (max-width: 550px) {
  .tab-pane#scenarios ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

#flow img {
  width: 100%;
}

#wireframes {
  background: #87cee0;
}
#wireframes iframe {
  margin: auto;
  height: 700px;
  width: 400px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  padding: 10px;
}

#testing ul {
  text-align: left;
  list-style-type: disc;
  list-style-position: inside;
  padding: 10px 30px;
}
#testing li {
  margin: 10px 0;
}

#branding {
  background: #87cee0;
  text-align: center;
}

#branding img {
  margin: auto;
  width: 80%;
}

#prototypeApp {
  margin: auto;
  height: 900px;
  width: 600px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  padding: 10px;
}

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