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


/*------------------*/

body {
    background: url(background.jpg);
    background-attachment: fixed;
}

header {
    background: #6b967d;
    position: fixed;
    width: 18%;
    height: 100vh;
    padding: 1%;
}

#logo {
    margin: auto;
    max-width: 85%;
}

#logo img {
    max-width: 100%;
    margin: auto;
}

header ul li a {
    color: #bfdbbf;
    text-decoration: none;
    font-family: arial;
    font-size: 19px;
    font-weight: 300;
}

header ul li a:hover {
    color: white;
}

header ul li {
    padding: 4%;
    text-align: center;
}

header ul {
    width: 70%;
    margin: auto;
    margin-top: 20px;
}

#content {
    float: right;
    width: 75%;
    padding: 2%;
}

.info {
    width: 80%;
    margin: auto;
    padding: 4%;
    background: rgba(255, 255, 255, 0.5);
    margin-bottom: 2%;
    box-sizing: border-box;
}

h1 {
    font-size: 25px;
    font-family: arial;
    padding-bottom: 2%;
    color: #6b967d;
    text-align: left;
    font-weight: bold;
}

h2 {
    font-size: 18px;
    font-family: helvetica, arial, sans-serif;
    color: #6b967d;
    padding-bottom: 1%;
    margin-left: 2%;
}

p {
    width: 95%;
    margin: auto;
    line-height: 20px;
    font-family: tahoma, sans-serif;
    color: #2e5549;
    padding-bottom: 2%;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
}

#goals ul {
    list-style: disc;
    line-height: 20px;
    margin-left: 2%;
    font-family: tahoma, sans-serif;
    color: #2e5549;
    font-size: 14px;
}

#wireframes {
    text-align: center;
}

#wireframes iframe {
    width: 380px;
    height: 665px;
    max-width: 100%;
}

#flow img {
    max-width: 100%;
}

#testing ul {
    list-style: disc;
    line-height: 20px;
    margin-left: 2%;
    font-family: tahoma, sans-serif;
    color: #2e5549;
    font-size: 14px;
    padding-bottom: 2%;
    font-weight: 600;
}

#personas {
    text-align: center;
}

#personas img {
    margin: auto;
    max-width: 100%;
}

#competition img {
    max-width: 100%;
}

#insp img {
    max-width: 100%;
}

#prototype iframe {
    width: 100%;
    height: 900px;
    margin: auto;
    padding-bottom: 4%;
}

#prototype video {
    width: 100%;
}

#testing ul li ul {
    font-weight: 100;
    line-height: 18px;
    padding-bottom: 2%;
}

.galleria {
    width: 100%;
    height: 700px;
}