@charset "UTF-8";
/* CSS Document */

/* RESET STYLES */
/* 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 RESET STYLES */
body {
	background: url(../images/backgrounds/abstractBKG_mob.svg) no-repeat center center;
	display: flex;
	flex-direction: column;
	overflow-x: hidden;
	justify-content: flex-start;
	width: 100%;
	position: relative;
}
body#home {
	background-size: 200%;
	background-position: 75% 16%;
}
body#portfolio {
	background-size: 128%;
	background-position: 75% -2%;
}
body#contact {
	background-size: 120%;
	background-position: 95% -16%;
}
h1, h3 {
	font-family: Continuo, sans-serif	;
	color: #2B331F;
	line-height: 1;
}
h2, h4 {
	font-family: aktiv-grotesk-condensed, sans-serif;
	font-weight: 800;
	color: #546747;
}

div,p {
	font-family: aktiv-grotesk-condensed, sans-serif;
	font-weight: 200;
	font-style: normal;
	color: #546747;
	font-size: 21px;
	line-height: 32px;
}
img {
	width: 100%;
	align-self: flex-start;
}
ul li {
	margin-left: 17px;
	margin-bottom: 5px;
	list-style-type: disc;
}
a {
	color: #546747;
}
.fw800 {
	font-weight: 800;
}


#mainWrapper {
	display: flex;
	min-height: 100vh;
	flex-wrap: wrap;
	flex-direction: column;
	padding: 0 3%;
}
	#home #mainWrapper img {
		margin: 2% 15% 0 15%;
		width: 70%;
	}
		#mainWrapper #aboutWrapper{
			width: 25%;
			margin-right: 3%;
			width: 100%;
			margin-right: 0;	

		}
			#mainWrapper #aboutWrapper h1 {
			    text-align: center;
			    font-size: 11vw;
			    margin-top: -20px;
			}
			#mainWrapper #aboutWrapper h2 {
				font-size: 5vw;
				text-align: center;
				margin-bottom: 15px;
			}
			#mainWrapper #aboutWrapper p{
				margin-bottom: 15px;
			}

div h3 {
	background-color: #BBC8BA;
	font-size: 7vw;
	padding: 2%;
}

.border-gradient {
  border: 10px solid;
  border-image-slice: 1;
  border-width: 5px;
}

.border-gradient-green {
  border-image-source: linear-gradient(to bottom, #BBC8BA 20%, #f6f7f6 40%, #ffffff 100%);
}

.only-top {
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
}

.portfolioWrapper .item {
	padding-left: 2%;
	margin-bottom: 40px;
	display: flex;
	flex-direction: column;
}
#contact ul li {
	list-style-type: none;
	margin-left: 0;
}
header {
	display: flex;
	flex-direction: row;
	margin: 15px 0;
}
header a {
	display: flex;
	text-decoration: none;
}
#home header {
	flex-direction: column;
	margin: 0;
}
	header img {
		width: 22%;
	}
	header div {
		width: 75%;
		margin-left: 3%;
	}
		header div h1 {
			font-size: 10vw;
		}
		header div h2 {
			font-size: 5vw;
		}

nav {
	position: sticky;
	bottom: 0;
	left: 0;
	background: #fff;
	display: flex;
	flex-direction: row;
	border-top: 1px solid #e6ede6;
}
	nav a {
		width: 50%;
		font-size: 24px;
		font-weight: 800;
		font-family: aktiv-grotesk-condensed, sans-serif;
		color: #546747;
		display: block;
		text-align: center;
		text-decoration: none;
		padding: 20px 0;

	}
	nav a:after {
	    content: '';
	    display: block;
	    border-bottom: 2px solid #FAB73D;
	    width: 50%;
	    margin: 5px auto 0;
	}
	#portfolio nav a.portfolio:after {display: none;}
	#contact nav a.contact:after {display: none;}

	#portfolio nav a.portfolio,
	#contact nav a.contact {
		background-color: #f6f7f6;
	}

#portfolio .item.one.bhg:after {
    display: flex;
    content: '';
    height: 1px;
    width: 100%;
    background-color: #BBC8BA;
    margin-top: 40px;
}

.flex {display: flex;}
.flexRow {flex-direction: row;}
.flexCol {flex-direction: column;}

.o1 {order: 1;}
.o2 {order: 2;}
.o3 {order: 3;}
.o4 {order: 4;}
.o5 {order: 5;}
.o6 {order: 6;}
.o7 {order: 7;}
.o8 {order: 8;}
.o9 {order: 9;}
.o10 {order: 10;}

.mb10 {margin-bottom: 10px;}


@media screen and (min-width: 768px){
	body {
		background: url(../images/backgrounds/abstractBKG_dt.svg) no-repeat center center;
	}
	body#home {
		background-size: 100%;
		background-position: 0 16%;
	}
	body#portfolio {
		background-size: 128%;
		background-position: 75% -2%;
	}
	body#contact {
		background-size: 120%;
		background-position: 95% -16%;
	}
	nav a {
		transition: background 300ms;
	}
	nav a:hover {
		background-color: #f6f7f6;
	}
	nav a:after {
		width: 85px;
		opacity: 0;
		transition: opacity 300ms, transform 300ms;
	}
	nav a:hover:after {
		display: block;
		opacity: 1;
		transform: translate3d(0, 0.2em, 0);
	}
	#mainWrapper #aboutWrapper {
		width: 400px;
		margin: 0 auto;
	}
	#home #mainWrapper img {
    margin: 2% 0% 0 0%;
    width: 100%;
	}
	#mainWrapper #aboutWrapper h1 {
		font-size: 50px;
		text-align: left;
	}
	#mainWrapper #aboutWrapper h2 {
		font-size: 21px;
		text-align: left;
	}

	header {
		width: 25%;
		margin: 35px 1.5% 0 0 ;
		max-height: 300px;
	}
	header a {
		flex-direction: column;
	}
	header img {
		width: 100%;
	}
	header div {
		width: 100%;
		margin-left: 0;
	}
	header div h1 {
		font-size: 3vw;
	}
	header div h2 {
		font-size: 1.85vw;
		line-height: 1.75vw;
	}
	div h3 {
		font-size: 3vw;
		padding: 1.5%;
	}
	.portfolioWrapper,
	.contactWrapper{
		width: 73.5%;
		margin-top: 35px;
	}
	#mainWrapper {
		flex-direction: row;
		flex-wrap: nowrap;
		min-height: 100vh;
	}
	#portfolio .item.one.bhg .o2 {order: 3;}
	#portfolio .item.one.bhg .o3 {order: 2;}
}