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;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}html{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*,*:before,*:after{-webkit-box-sizing:inherit;-moz-box-sizing:inherit;box-sizing:inherit}

#fonts{
  font-family: 'brandon-grotesque', sans-serif;
  font-family: 'whitman-display', serif;  
  font-family: 'garamond-fb-display', serif;
}

body { 
  margin: 0; 
  font-family: 'brandon-grotesque', sans-serif;
  color: black; 
  font-size: 20px;
  font-weight: 300;
  background-color: #edece3;
  letter-spacing: 1px;
}

a{
	color: black;
	text-decoration: none;
}

a:hover{
	color: #bdb311;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.row-content{
	  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 0 80px;
}

#header{
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 3;
  //margin-bottom: $rowmargin;
  margin-bottom: 20px;
  background-color: white;
  padding: 10px 0;
  //margin-left: -$gutter;
  //margin-right: -$gutter;
}

#header-inner {
  justify-content: space-between;
  align-items: center;
}


#header-logo {
  display: block;
}

#nav-gt {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#nav-d{
  font-family: 'garamond-fb-display', serif;
  font-style: italic;
  font-size: 23px;
  letter-spacing: 2px;
}

#content{
	flex-grow: 2;
}

.lead-bold {
	font-size: 77px;
	font-weight: 300;
	margin-top: 30px;
	line-height: 1.3em;
	letter-spacing: 0;
}
.lead-body {
	font-size: 77px;
	font-weight: 200;
	margin-bottom: 75px;
	line-height: 1.3em;
	letter-spacing: 0;
}

.lead-recent {
	font-size: 20px;
	margin-bottom: 50px;
	font-weight: 300;
		  font-family: 'garamond-fb-display', serif;

}

.project-title {
	font-size: 77px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.2em;
	margin-bottom: 15px;
}

.project-title a {
	/* border-bottom: solid 2px #bdb311; */
	text-decoration: underline;
	text-decoration-color: #bdb311;
}

.project-strap {
	font-family: 'garamond-fb-display', serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.6em;
}

.project-types {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 500;
	margin-top: 15px;
}

.project{
	margin-bottom: 64px;
}

#footer{
	background-color: white;
	  padding: 40px 0 30px 0;
	margin-top: 30px;
}

.footer-link-head{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
}

#footer a {
	font-family: 'garamond-fb-display', serif;
	font-style: italic;
}

.footer-link {
	margin-bottom: 20px;
}

@media screen and (max-width: 900px) {
.row-content{
  padding: 0 25px;
}

.lead-bold {
	font-size: 40px;
}
.lead-body {
	font-size: 40px;
	line-height: 1.2em;
}

.project-title {
	font-size: 40px;
}
	}