/* 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;
}*/
/*end of reset*/
body{
    background-color: rgba(0, 38, 52, 0.85);
    font-family: helvatica, serif;
    color: white;
    clear: both;
}
.summerary{
    margin-top: 150px;
}
h1 {
    font-size: 3em;
    margin: auto;
    text-align: left;
    margin-top: 50px;
}
p{
    font-size: 1em;
    color: white;
    text-align: left;
    padding: 20px;
    margin: auto;
    max-width: 1031px;
}
h2{
    background-color: rgba(0, 38, 52, 0.85);
     margin-top: 50px;
    width: 100%;
    padding: 5px;
}
.prototypes{
    width: 100%;
    margin: auto;
    text-align: center;
    height: auto;
}
iframe{
    width: 100%;
    height: 1030px;
    max-width: 783px;
    margin: auto;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}
nav{
    width: 100%;
    padding: 20px;
    height: auto;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    margin: auto;
    
}
nav a{
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    color: white;
    width: auto;
    font-size: 1.55em;
    margin: auto;
    text-align: center;
    
}
nav a:hover{
    width: 20%;
    color:rgb(0, 38, 52);
    background-color: rgba(222, 237, 250, 0.92);
    font-size: 2em;
    text-decoration: none;
    transition: all 0.5s ease-in;
}
.col-md-4{
    width: 100px;
    height: 100px;
}
.col-md-4:hover{
    width: 152px;
    height: 152px;
    opacity: .5;
    transition: all 0.5s ease-in;
}

#processflow{
     
    width: 100%;
    max-width: 1118px;
    text-align: center;
    margin: auto;
}
#processflow img{
    max-width: 1118px;
    margin: auto;
}
#research{
    width: 100%;
    max-width: 1118px;
    text-align: center;
    margin: auto;
}
#personas{
    width: 100%;
    max-width: 1118px;
    text-align: center;
    margin: auto;
}
.image{
    display: flex;
    width: 100%;
    max-width: 1118px;
    text-align: center;
    margin: auto;
}
.image img{
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
   margin: auto;
    width: 50%;
}
#inspo{
    width: 100%;
    max-width: 1118px;
    text-align: center;
    margin: auto;
}
#inspo img{
    max-width: 1118px;
    margin: auto;
}
#mockups{
    height: auto;
    display: flex;
    width: 100%;
}
.appd{
    width: 98%;
}
.appd .col{
    display: flex;
    margin: auto;
    width: 100%;
}
.appd .col img{
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    margin: auto;
    width: 152px;
    margin-top: 40px;
}
.appd img{
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    margin: auto;
    margin-top: 20px;
    
}


#uxpinprototype{
    
    display: flex;
    margin: auto;
    width: 100%;
}
.uxpin{
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    margin: auto;
    width: 50%;
}

#invisionprototype{
    display: flex;
    margin: auto;
    width: 100%;
}
.invision{
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    margin: auto;
    width: 50%;
}

#user{
    width: 100%;
    max-width: 1324px;
    text-align: center;
    margin: auto;
}
.text{
    display: flex;
    width: 100%;
    max-width: 1320px;
    text-align: center;
    margin: auto;
}
.text img{
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
   margin: auto;
    width: 100%;
}

footer {
    width: 100%;
    text-align: center;
    color: white;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 20px;
    height: auto;
    margin: auto;
    margin-top: 90px;
    
}
footer p{
    text-align: center;
}

/* Tablet */
@media screen and (min-width: 481px) and (max-width: 800px) {
    iframe{
        width: 100%;
    }
    
    
}


/* Mobile */
@media screen and (max-width: 480px) {
  
    nav a{
        flex-direction: column;
    }
      iframe{
        width: 100%;
          margin: auto;
    }
    #uxpinprototype{
    
    display: flex;
    margin: auto;
    width: 100%;
}
    .uxpin{
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: column;
        margin: auto;
        width: 100%;
}
    
      
      
      
      
    }