/* 

"desktop first"

rest css
desktop css & SMALLER
tablet & smaller
mobile


TC Avant Garde Gothic Pro Bold

font-family: itc-avant-garde-gothic-pro, sans-serif;

font-weight: 700;

font-style: normal;


ITC Avant Garde Gothic Pro Book

font-family: itc-avant-garde-gothic-pro, sans-serif;

font-weight: 300;

font-style: normal;


ITC Avant Garde Gothic Pro Medium

font-family: itc-avant-garde-gothic-pro, sans-serif;

font-weight: 500;

font-style: normal;






*/


/* 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 { width: 100%;
    margin: auto;
    display:block;
}

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

img { width: 100%;
}

header {  
    width: 100%;
    background-image: url(images/hero.jpg);
    background-size: cover;
    padding:  20px ;
    box-sizing: border-box;
    margin-bottom: 6vw;
}

nav {
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: space-around;
    background-color: #6C172F;
    height: 4vw;
    padding: 1vw;
    box-sizing: border-box;
}

nav a {
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.2em;
    text-decoration: none;
    color: #ffffff;
    letter-spacing: .1em;
    text-transform: uppercase; 
}

#sticky {
  position: fixed;
    width: 100%;
    top: 0;
    right: 0;
}

#logo {
    margin: auto;
    width: 33.75%;
    margin-top: 3vw;
    margin-bottom: 2vw;
}

.intro {
    margin: auto;
    text-align: center;
    margin-bottom: 1.5vw;
}

.intro h1 {
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.5em;
    letter-spacing: .3em;
    text-transform: uppercase; 
    color: #ffffff;
    margin-bottom: 5px;
}

.intro p {
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 1em;
    letter-spacing: .1em;
    text-transform: uppercase; 
    color: #ffffff      
}

h2 {
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.7em;
    letter-spacing: .3em;
    text-transform: uppercase;
    text-align: center;
    color: #7D293E;
    margin-bottom: 1vw;
}

 p {
    width: 75%;
    margin: auto;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: .9em;
    letter-spacing: .1em;
    text-transform: uppercase; 
    color: #707070;
    text-align: center;
    
}



#process {
    margin: auto;
    margin-top: 3vw;
}

h3 {
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.5em;
    letter-spacing: .3em;
    text-transform: uppercase;
    text-align: center;
    color: #7D293E;
    margin-bottom: 1vw;
}

#process img {
    width: 90%;
    margin-bottom: 3vw;
}
ul {
    width: 80%;
    margin: auto;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: .9em;
    letter-spacing: .1em;
    text-transform: uppercase; 
    color: #707070;
    text-align: left;
    line-height: 2em;
    margin-top: 2vw;
    margin-bottom: 4vw;
    
}
.highlight {
    font-weight: 500;
}

#process, iframe {
    width: 70%;
    margin: 3vw auto;
    display: block; 
}


#wireframes {
    width: 60%;
    margin: auto;
    margin-bottom: 5vw;  
}


#usertesting {
    width: 80%;
    margin: auto;
    line-height: 2em;
    margin-bottom: 5vw;
}

#prototypes {
    margin-top: 10vw;
}

#prototypes h3{
    margin-top: 5vw;
}

.uxpin iframe {
    width: 100%;
}


@media only screen and (max-width: 900px){
    nav {
    margin-bottom: 2vw;
    height: 5vw;
    }
    nav a {
        font-size:  1em;
    }
}
  


@media only screen and (max-width: 580px){
    
    nav {
        height: 7vw;
    
}
    nav a{
        font-size: .9em;
    }
.intro h1 {
    
    font-size: 1em;
    letter-spacing: .3em;
    text-transform: uppercase; 
    color: #ffffff;
    margin-bottom: 5px;
}

    .intro p {
        display: none;
}
    
    p {
        font-size: .7em;
    }
    
    ul {
        width: 80%
    }
    

}








