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

/*CSS*/
body {
    font-family: helvetica;
}

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

header {
  width: 100%;
    

}

header img {
  width: 30%; 
    padding-left: 50px;
}

nav {
    width: 100%;
    padding-bottom: 25px;
}

nav ul {
    display: flex;
    justify-content: space-around;
}

nav ul li {
    color: grey;
}

h2 {
    text-align: center;
    font-size: 24px;
    padding: 25px 0px;
    color: darkorange;
}

#charts {
    width: 100%;
    height: 100vh;
    margin: auto;
    background: darkorange;
}

#charts h3 {
    text-align: center;
    font-size: 20px;
    padding: 20px 0px;
    box-sizing: border-box;
    color: white;
}

#charts p {
    text-align: center;
    width: 50%;
    margin: auto;
    padding-bottom: 15px;
    box-sizing: border-box;
    color: grey;
}

#image {
    width: 45%;
    margin: auto;
}

#image img {
    width: 100%;
    margin: auto;
}

#chart {
    margin: auto;
    width: 100%;
}

#chart iframe {
    margin: auto;
    width: 640px;
    height: 480px;
}

#personas {
    width: 100%;
    height: 100vh;
}

#personas h3 {
    text-align: center;
    font-size: 20px;
    padding: 20px 0px;
    box-sizing: border-box;
    color: darkorange;
}

#personas p {
    text-align: center;
    width: 50%;
    margin: auto;
    padding-bottom: 15px;
    box-sizing: border-box;
    color: grey;
}

#senarios {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-around;
}

#senarios img {
    width: 90%;
    padding: 50px 15px;
    margin: auto;
}

#break {
    width: 100%;
}

#wire {
    width: 100%;
    height: 100vh;
    background: darkorange;

}

#wire h3 {
    text-align: center;
    font-size: 20px;
    padding: 20px 0px;
    box-sizing: border-box;
    color: white;
}

#wire p {
    text-align: center;
    width: 50%;
    margin: auto;
    padding-bottom: 15px;
    box-sizing: border-box;
    color: grey;
}

#uxpin {
    width: 100%;
    height: 100vh;
}

#uxpin h3 {
    text-align: center;
    font-size: 20px;
    padding: 50px 0px 20px 0px;
    box-sizing: border-box;
    color: darkorange;
}

#lucid {
    width: 80%;
    margin: auto;
}

#lucid img {
    width: 100%;
    margin: auto;
}

#wireframes {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

#wireframes p {
    text-align: center;
    color: grey;
}

#left {
    width: 50%;
    padding: 25px 10px;
    box-sizing: border-box;
}

#left iframe {
    width: 100%;
    height: 350px;
}

#right {
    width: 50%;
    padding: 25px 10px;
    box-sizing: border-box;
}

#right iframe {
    width: 100%;
    height: 350px;
}

#testing {
    width: 100%;
    height: 100vh;
    background: darkorange;
}

#testing h3 {
    text-align: center;
    font-size: 20px;
    padding: 20px 0px;
    box-sizing: border-box;
    color: white;
}

#response {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

#questions {
    width: 45%;
}

#questions p {
    color: grey;
}

#users {
    width: 50%;
}

#users p {
    color: grey;
}

#response b {
    color: white;
}

#mockups {
    width: 100%;
    height: 100vh;
}

#mockups h3 {
    text-align: center;
    font-size: 20px;
    padding: 20px 0px;
    box-sizing: border-box;
    color: darkorange;
}

#mock {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

#desk {
    width: 50%;
    margin: auto;
}

#desk img {
    width: 70%;
    margin: auto;
    padding: 0px 50px;
    box-sizing: border-box;
}

#mobile {
    width: 50%;
    margin: auto;
}

#mobile img {
    width: 45%;
    margin: auto;
    padding: 0px 50px;
    box-sizing: border-box;
}

#invision {
    width: 100%;
    height: 100vh;
    background: darkorange;
}

#invision h3 {
    text-align: center;
    font-size: 20px;
    padding: 20px 0px;
    box-sizing: border-box;
    color: white;
}

#full {
  width: 100%;
    display: flex;
    justify-content: space-around;
    padding-top: 50px;
}

#top {
    width: 50%;
    margin: auto;
}

#top iframe {
    width: 90%;
    height: 350px;
}

#mob {
   width: 50%;
    margin: auto;
}

#mob iframe {
    width: 90%;
    height: 350px;
}

#videos {
    width: 100%;
    height: 100vh;
}

#videos h3 {
   text-align: center;
    font-size: 20px;
    padding: 20px 0px;
    box-sizing: border-box; 
    color: darkorange;
}

#vid {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

#desktop {
    width: 50%;
    margin: auto;
}

#desktop iframe {
    width: 90%;
    margin: auto;
}

#phone {
    width: 50%;
    margin: auto;
}

#phone iframe {
    width: 90%;
    margin: auto;
}

@media screen and (max-width: 660px){
    nav ul {
        display: flex;
        flex-wrap: wrap;
    }
    
    nav ul li {
        font-size: 14px;
    }
    
    #image {
        width: 60%;
    }
    
    #desk img {
        width: 100%;
    }
    #mobile img {
        width: 75%;
    }
    
    #questions {
        padding: 0px;
    }
    
    #questions p {
        font-size: 12px;
    }
    
    #users p {
        font-size: 12px;
    }
}

@media screen and (max-width: 400px) {
    #image {
        width: 80%;
    }
    
    #desk img {
        padding: 0px 5px;
        box-sizing: border-box;
    }
    
    #mobile img {
        padding: 0px 5px;
        box-sizing: border-box;
    }
    
    #response {
        flex-wrap: wrap;
    }
    
    #questions {
        width: 80%;
    }
    
    #questions p {
        font-size: 10px;
    }
    
    #users {
        width: 80%;
        padding-top: 15px;
    }
    
    #users p {
        font-size: 10px;
    }

}