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

/* CUSTOM WEB FONTS */

@font-face {
   font-family: 'heldane-text-web-regular';
   src: url('../images/webfonts/heldane-text-web-regular.eot');
   src: url('../images/webfonts/heldane-text-web-regular?#iefix') format('embedded-opentype'),
        url('../images/webfonts/heldane-text-web-regular.woff2') format('woff2'),
        url('../images/webfonts/heldane-text-web-regular.woff') format('woff');
   font-weight: 400;
   font-style: normal;
}

@font-face {
   font-family: 'heldane-text-web-medium-italic';
   src: url('../images/webfonts/heldane-text-web-medium-italic.eot');
   src: url('../images/webfonts/heldane-text-web-medium-italic?#iefix') format('embedded-opentype'),
        url('../images/webfonts/heldane-text-web-medium-italic.woff2') format('woff2'),
        url('../images/webfonts/heldane-text-web-medium-italic.woff') format('woff');
   font-weight: 400;
   font-style: italic;
}

@font-face {
   font-family: 'heldane-display-web-regular';
   src: url('../images/webfonts/heldane-display-web-regular.eot');
   src: url('../images/webfonts/heldane-display-web-regular?#iefix') format('embedded-opentype'),
        url('../images/webfonts/heldane-display-web-regular.woff2') format('woff2'),
        url('../images/webfonts/heldane-display-web-regular.woff') format('woff');
   font-weight: 400;
   font-style: normal;
}

@font-face {
   font-family: 'heldane-display-web-regular-italic';
   src: url('../images/webfonts/heldane-display-web-regular-italic.eot');
   src: url('../images/webfonts/heldane-display-web-regular-italic?#iefix') format('embedded-opentype'),
        url('../images/webfonts/heldane-display-web-regular-italic.woff2') format('woff2'),
        url('../images/webfonts/heldane-display-web-regular-italic.woff') format('woff');
   font-weight: 400;
   font-style: italic;
}

@font-face {
   font-family: 'heldane-display-web-medium-italic';
   src: url('../images/webfonts/heldane-display-web-medium-italic.eot');
   src: url('../images/webfonts/heldane-display-web-medium-italic?#iefix') format('embedded-opentype'),
        url('../images/webfonts/heldane-display-web-medium-italic.woff2') format('woff2'),
        url('../images/webfonts/heldane-display-web-medium-italic.woff') format('woff');
   font-weight: 400;
   font-style: italic;
}

@font-face {
   font-family: 'Roobert-Light';
   src: url('../images/webfonts/Roobert-Light.eot');
   src: url('../images/webfonts/Roobert-Light?#iefix') format('embedded-opentype'),
        url('../images/webfonts/Roobert-Light.woff2') format('woff2'),
        url('../images/webfonts/Roobert-Light.woff') format('woff');
   font-weight: 400;
   font-style: normal;
}

@font-face {
   font-family: 'Roobert-Regular';
   src: url('../images/webfonts/Roobert-Regular.eot');
   src: url('../images/webfonts/Roobert-Regular?#iefix') format('embedded-opentype'),
        url('../images/webfonts/Roobert-Regular.woff2') format('woff2'),
        url('../images/webfonts/Roobert-Regular.woff') format('woff');
   font-weight: 400;
   font-style: normal;
}

@font-face {
   font-family: 'Roobert-Medium';
   src: url('../images/webfonts/Roobert-Medium.eot');
   src: url('../images/webfonts/Roobert-Medium?#iefix') format('embedded-opentype'),
        url('../images/webfonts/Roobert-Medium.woff2') format('woff2'),
        url('../images/webfonts/Roobert-Medium.woff') format('woff');
   font-weight: 400;
   font-style: normal;
}

@font-face {
   font-family: 'Roobert-SemiBold';
   src: url('../images/webfonts/Roobert-SemiBold.eot');
   src: url('../images/webfonts/Roobert-SemiBold?#iefix') format('embedded-opentype'),
        url('../images/webfonts/Roobert-SemiBold.woff2') format('woff2'),
        url('../images/webfonts/Roobert-SemiBold.woff') format('woff');
   font-weight: 400;
   font-style: normal;
}

@font-face {
   font-family: 'Roobert-Bold';
   src: url('../images/webfonts/Roobert-Bold.eot');
   src: url('../images/webfonts/Roobert-Bold?#iefix') format('embedded-opentype'),
        url('../images/webfonts/Roobert-Bold.woff2') format('woff2'),
        url('../images/webfonts/Roobert-Bold.woff') format('woff');
   font-weight: 400;
   font-style: normal;
}

@font-face {
   font-family: 'Roobert-Heavy';
   src: url('../images/webfonts/Roobert-Heavy.eot');
   src: url('../images/webfonts/Roobert-Heavy?#iefix') format('embedded-opentype'),
        url('../images/webfonts/Roobert-Heavy.woff2') format('woff2'),
        url('../images/webfonts/Roobert-Heavy.woff') format('woff');
   font-weight: 400;
   font-style: normal;
}



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

html, body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: 'Work Sans', Arial, sans serif;
	font-weight: 400;
}

a {  
	color: #555;
	text-decoration: underline;
	outline: 0; 
}

a:hover {
	color: #999;
}

#back-top {
    position: fixed;
    right: 35px;
    bottom: 50px;
    display: none;
}

#back-top a {
    display: block;
    transition: all 1s ease 0s;
    height: 55px;
    width: 55px;
    opacity: .7;
	background: transparent url("../images/back-top-arrow.png") center center/contain no-repeat scroll;
	
}


/* OFF CANVAS MENU */


.multilevel-offcanvas {
	background-color: /*rgb(186,181,175, 0.8);*/  rgb(145,140,134,0.8);
	padding: 110px 20px 0px 40px;
	color: #fff;
	width: 400px;
		/* keep menu from showing before JS loads */
	-webkit-transform: translate(-1000px, 0);
  	-ms-transform: translate(-1000px, 0);
  	transform: translate(-1000px, 0);
}

.multilevel-offcanvas > .menu {
	margin-bottom: 1rem;
}

.multilevel-offcanvas .menu a {
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	transition: color 0.2s ease-in;
	font-family: 'Roobert-Light', Arial, sans serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: .1em;
	line-height: 1.2;
}

.multilevel-offcanvas .menu a:hover {
	color: #333;
}



.close-button, 
.close-button.medium {
    right: 3.2rem;
    top: 1.3rem;
	font-size: 3em;
	font-family: "Times New Roman", "serif";
	color: #fff;
}


/* TOP BAR & LOGO */

.hamburger .line {
	/* background-color: #aaa;*/
	width: 25px;
	/* height: 1px;*/  /* heights don't always display correctly, use border-top */
	height: 0px;
	border-top: 2px solid #aaa;
	display: block;
	margin: 6px auto;
	transition: all 0.3s ease-in-out;
}



.hamburger .line:last-child {
	margin-bottom: 0;
}

.title-bar {
	width:100%;
	background:transparent;
	padding: 10px 0px;
}

.title-bar .logo img {
	max-width: 300px;	
	margin-right: 20px;
}

.title-bar button {
	cursor: pointer;
	vertical-align: top;
}




/* FOOTER */

footer {
	margin: 50px 0;
	
}

footer,
footer a {
	font-family: 'Roobert-Regular', sans-serif;
	color: #888;
	text-decoration: none;
	letter-spacing: .05em;
}

footer a:hover {
	color: #000;
}

.copyright {
	text-align: left;
	letter-spacing: .05em;
	padding-right: 30px;
}




/* HOME */



.page {
	padding: 0 1rem;
}

.main { 
	
}

.main .photo-wrapper {
  background: url('../images/gallery/test.jpg');
  height: 77vh;
  display: block;
  overflow: hidden;
  background-attachment: fixed;
  background-position: top;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
	
}


/* PROJECT */

.project .photo {
	padding: 5px;
}

.project .photo img {
 /* min-height: 500px;*/
  height: auto;
  object-fit: cover;
  width: 100%;
  display: block;
  
}

.project .thirds-container {
	display: flex; 
	justify-content: space-between;
}


.project h1 {
	font-family: 'Roobert-Regular', Arial, sans serif;
    font-size: 18px;
	margin: 30px auto;
	color: #555;
	letter-spacing: .2em;
}

.project h2 {
	font-family: 'Roobert-Regular', Arial, sans serif;
    font-size: 16px;
	color: #555;
	letter-spacing: .2em;
}


.project p {
	font-family: 'heldane-text-web-regular', Arial, sans serif;
    font-size: 20px;
	color: #555;
	margin: 0px auto 40px auto;
}



/* Small only */
@media screen and (max-width: 39.9375em) {
	
	.multilevel-offcanvas {
		width:100%;
	}
	
	.title-bar {
		background: #fff;
		padding: 15px 0px 5px;
		/*box-shadow: 1px 1px 5px #ccc;*/
	}
	
	.title-bar-left {
		flex-grow: 1;
	}
	
	.title-bar-right {
		flex-grow: 4;
		padding: 0 0 0 10px;
	}
	
	.title-bar .logo img {
	  margin-right: 0;
	  width: 100%;
	  padding-right: 5px;
	}
	
	.main-content {
		margin-top: 55px !important;
	}
	
	.grid-padding-x .grid-padding-x {
	  margin-right: 0;
	  margin-left: 0;
	}
	
	
	.main { margin-top: 10px; }
	
	
}

/* Medium and up */
@media screen and (min-width: 40em) {
	
	.copyright {
		text-align: right;
	} 
	
	.main-content {
		margin-top: -55px;
	}
	
	.title-bar {
		padding: 30px 0px;
	}
	
	.title-bar .logo img {
		max-width: 400px;	
		margin-right: 30px;
	}
	
	.home .hamburger .line {
		/*background-color: #fff;*/
	}
	
	.page {
	  padding: 0 3rem;
	}
	
	.project h1 {
		font-size: 22px;
		margin: 40px auto;
	}
	
	.project h2 {
		font-size: 20px;
	}
	
	
	
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	

	
	
}

/* Large and up */
@media screen and (min-width: 64em) {
	
	.page {
	  padding: 0 6rem;
	}
	

}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
	
	
}

/* X-Large and up */
@media screen and (min-width: 105em) {
	

	


}


