

/*MOBILE*/

.top-nav {
	color: black !important;
}

body {
	margin: 0px;
	font-family: 'Nunito Sans', sans-serif;	
	font-weight: 100;
	color: #050708;
	-ms-overflow-style: none;  // IE 10+
	overflow: -moz-scrollbars-none;  // Firefox
}

body::-webkit-scrollbar { 
    display: none;  // Safari and Chrome
}

sup {
	font-size:x-small; 
	vertical-align:super;
}

#wrapper {
	position: relative;
}

.header {
	display: none;
	width: 100%;
	height: 100vh;
	background-color: white;
	z-index: 2;
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
}

.hl-header {
	position: fixed;
}

/*.logo-small {
	width: 35px;
	margin: 10px 0 0 20px;
	z-index: 3;
}*/

#hl-logo {
	display: none;
}

.logo-small {
	position: absolute;
	top: 11px;
	left: 20px;
	width: 35px;
	z-index: 3;
}

#hl-logo-small {
	display: block;
	position: fixed;
}

.nav {
	display: none;
	position: fixed;
	top: 65px;
	left: 20px;
	font-size: 17px;
	letter-spacing: 3px;
	z-index: 3;
}

.nav li {
	text-decoration: none;
	color: #050708;
	display: inline-block;
	margin-right: 15px;
	margin-left: 0px;
}

.nav li a {
	text-decoration: none;
	color: #050708;
}

.dropdown {
	margin-top: 20px;
	position: fixed;
	display: none;
}

.dropdown li {
	display: block;
	margin-bottom: 13px;
	margin-left: 2px;
	font-size: 15px;
}

.active {
	border-bottom: 1px solid #050708;
}

/*nav icon*/

.nav-icon3 {
	position: absolute;
	top: 18px;
	right: 20px;
	z-index: 2;
	width: 20px;
	height: 25px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

.nav-icon3 span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: black;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.nav-icon3-home span {
	background: white !important;

}

.nav-icon3 span:nth-child(1) {
	top: 0px;
}

.nav-icon3 span:nth-child(2),.nav-icon3 span:nth-child(3) {
	top: 8px;
}

.nav-icon3 span:nth-child(4) {
	top: 16px;
}

.nav-icon3-home.open span {
	background: black !important;
}

.nav-icon3.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}

.nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.fixed {
	position: fixed;
}

.images {
	margin-top: 70px;
}

#highlight {
	position: relative;
}

/*WORK PAGE*/

#work-content {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-top: 40px;
}

#work-content a {
	text-decoration: none;
}

.project {
	text-align: center;
	width: 100%;
	height: auto;
	padding: 20px;
	box-sizing: border-box;
	display: inline-block;
}

.project img {
	width: 100%;
}

.project p {
	margin-top: 10px;
	width: 100%;
	bottom: 0px;
	display: block;
	font-size: 17px;
	color: #050708;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 100;
	letter-spacing: 3px;
	text-decoration: none;
}

/*PROJECT PAGES*/

.location {
	font-size: 14px;
	letter-spacing: 3px;
	display: inline-block;
	position: relative;
	left: 65px;
	top: 25px;
}

.project-content {
	display: flex;
	flex-direction: row;
	align-items: center; 
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-around;
	/*margin-top: 20px;*/
	box-sizing: border-box;
	padding: 25px 10px 10px 10px;

}

.col-1 {
	width: 100%;
	height: auto;
	padding: 10px;
	box-sizing: border-box;
	display: inline-block;
	flex: 1 1 auto;
}

.col-2 {
	width: 100%;
	height: auto;
	padding: 10px;
	box-sizing: border-box;
	display: inline-block;
	flex: 1 1 auto;
}

.skinny {
	width: 25% !important;
}
.thirds {
	width: 62.5% !important;
}
.less-thirds {
	width: 56% !important;
}


.col-3 {
	box-sizing: border-box;
	display: inline-block;
	height: auto;
	padding: 10px;
	width: 100%;
	flex: 1 1 auto;
}

.col-4 {
	box-sizing: border-box;
	display: inline-block;
	height: auto;
	padding: 10px;
	width: 100%;
	flex: 1 1 auto;
}

.hl-1 {
	box-sizing: border-box;
	display: inline-block;
	height: auto;
	padding: 00px;
	width: 100%;
}

.hl-2 {
	box-sizing: border-box;
	display: block;
	height: auto;
	padding: 0px;
	width: 100%;
}

.header-img {
	margin-top: -2rem;
}

.hl-first {
	position: relative;
	width: 100vw;
	height: 50vh;
	background-color: white;
	/*margin-top: -50px;	*/
	background: url(../img/work/home-2.jpg) no-repeat center -30px fixed; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	  background-attachment: scroll;
}

.hl-last {
	position: relative;
	width: 100vw;
	height: 50vh;
	background-color: white;	
	background: url(../img/work/gw-purple.jpg) no-repeat center center fixed; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	  background-attachment: scroll;
}

#full {
	height: auto;
}

/*PRESS*/

#press-content {
	display: flex;
	width: 99%;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 40px;
	box-sizing: border-box;
	padding: 10px;
	flex-direction: row;
}

.press {
	width: 150px;
	height: 90%;
	margin: 5px;
	flex: 1 1 auto;
}


/*ABOUT PAGE*/

#about-content{
	margin-top: 10px;
	position: relative;
	width: 100%;
	height: auto;
}

#headshot {
	margin: 30px 0 0 20%;
	padding: 20px;
	width: 60%;
	box-sizing: border-box;
	float: none;

}

#bio {
	box-sizing: border-box;
	padding: 20px 20px 0px 20px;
	margin-top: -20px;
	letter-spacing: .75px;
	float: none;
	line-height: 26px!important;
}

#address{
	margin-top: 30px;
	line-height: 14px;
}

#address a {
	text-decoration: none;
	color: #333;
	letter-spacing: .75px;
	margin-top: 5px;
}

#bio p {
	margin-bottom: 10px;
	
}

#bio img {
	margin: 0px 10px 20px 0;
	width: 35px;
}

/*.footer {
	width: 100%;
	height: 20px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}*/

.social {
	margin-top: 30px;
}

.sig {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 20px;
	letter-spacing: 3px;
	font-size: 12px;
	font-style: italic;
}

.sig a {
	color: #050708;
	/*text-decoration: none;*/
}

.sig a:visited {
	color: #050708;
}

.show-mob {
	display: block;
}

.show-desk {
	display: none;
	bottom: 20px;
}

.up-btn {
	display: block;
	height: 50px;
	width: 50px;
	background-color: white;
	position: absolute;
	bottom: 25px;
	right: 25px;
	color: white; 
	text-align: center;
	border-radius: 50%;
	opacity: .92;
}

/*.up-btn:hover {
	background-color: #f1f1f1;
}*/

.up-btn img {
	margin-top: 15px;
}

.up-arrow {
	width: 20px;
}

@media screen and (max-width: 1350px) and (min-width: 876px) {
 
	 	#bio {
			margin-top: -5px!important;
		}

 }


/********** DESKTOP ***********************************************************************************************
************************************************************************************************/

@media only screen 
	and (min-width: 875px) {
.nav-icon3 {
	display: none;
}

.top-nav {
	color: white !important;
}

.nav {
	display: block !important;
	position: absolute;
	top: 0px;
	right: 20px;
	left: auto;
	text-align: right;
}

.nav li {
	height: 60px;
	margin-right: 0px;
	margin-left: 10px;
	position: relative;
}

.nav li > a {
	color: #050708;
	margin: 0px 0px 0px 15px;
}

#work {
	display: inline-block;
	height: 60px;
	box-sizing: border-box;
	padding: 20px 50px 20px 0px;
}

#hover {
	position: relative;
    display: inline-block;
    z-index: 3;
    margin-right: -40px;
    width: 160px;
}

/*dropdown*/

.dropdown {
	width: 310px;
	background-color: white;
	position: absolute;
	right: -185px;
	top: 40px;
	z-index: 3;
	opacity: .92;
	text-align: left;
	margin-top: 0px;
	overflow: hidden;
	height: 0px;
	transition: height .5s ease-out;
	display: block;
	overflow-y: scroll;
}

#hl-dropdown {
	right: 125px;
	top: 50px;
	position: fixed;
	width: 285px;
}

#hover:hover .dropdown{
  height: 700px;
}

.dropdown ul {
	margin-top: 25px;
}
 
.dropdown li {
	height: 26px;
	text-align: left;
	letter-spacing: 3px;
	margin-top: 8px;
	margin-left: 12px;
	margin-bottom: 0px;
	font-size: 15px;
}

.dropdown a:first-child li {
	margin-top: 20px;
}

.dropdown a {
	text-decoration: none;
	color: black;
}

.dropdown a:first-child {
	margin-top: 10px;
}

.hl-first {
	width: 100vw;
	height: 100vh;
}

.hl-last {
	width: 100vw;
	height: 100vh;
}

#hl-logo {
	/*width: 54%;
	top: 25%;
	margin-left: -27vw;*/

	width: 60%;
	top: 25%;
	margin-left: -30vw;
	
	left: 50vw;
	display: block;
	position: absolute;
}

#hl-logo-small {
	position: absolute;
	display: none;
}

.logo-small {
	position: absolute;
}

#full {
	height: 100vh;
}

#hl-last {
	height: 100vh;
}

#home-link {

}

.sig {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 20px;
	letter-spacing: 3px;
	font-size: 12px;
	font-style: italic;
}

.sig a {
	color: #050708;
	/*text-decoration: none;*/
}

.sig a:visited {
	color: #050708;
}



/*WORK*/

.project {
	text-align: center;
	width: 50%;
	height: auto;
	padding: 20px;
	box-sizing: border-box;
	display: inline-block;
}

.location {
	font-size: 17px;
	letter-spacing: 3px;
	display: inline-block;
	position: relative;
	left: 65px;
	top: 20px;
}

.col-1 {
	box-sizing: border-box;
	display: inline-block;
	height: auto;
	padding: 10px;
	width: 50%;
}

.col-2 {
	box-sizing: border-box;
	display: inline-block;
	height: auto;
	padding: 10px;
	width: 100%;
}

.col-3 {
	box-sizing: border-box;
	display: inline-block;
	height: auto;
	padding: 10px;
	width: 35.2%;
}

.col-4 {
	box-sizing: border-box;
	display: inline-block;
	height: auto;
	padding: 10px;
	width: 64.8%;
}

/*PRESS DESKTOP*/

.press {
	width: 200px;
}

/*ABOUT DESKTOP*/

#headshot {
	margin: 30px 0 0 0px;
	padding: 20px;
	width: 455px;
	box-sizing: border-box;
	float: left;
}

#bio {
	box-sizing: border-box;
	padding: 20px;
	margin-top: 25px;
	width: 900px;
	float: left;
	line-height: 21px;
}

#bio p {
	margin-bottom: 10px;
}

.show-mob {
	display: none;
}

.show-desk {
	display: block;
}

} /*end desktop*/


.edgar2 {
	flex: 2 auto !important
}

.edgar3 {
	flex: 1.09 auto !important
}

.edgar7 {
	flex: 39 auto !important
}

.edgar10 {
	flex: 1.39 auto !important
}

.edgar13 {
	flex: 1.135 auto !important
}

.edgar17 {
	flex: 3.5 auto !important
}

.edgar18 {
	flex: 1.28 auto !important
}
