

/* Text Style */

body {
	margin: 0; 
	font-family: "soleil",sans-serif;
	font-style: normal;
	font-weight: 700;
	background-color: #faf9f9;
	letter-spacing: 0.2px;

}

h1 {
	font-family: "soleil",sans-serif;
	font-size: 2em;
	font-style: normal;
	letter-spacing: 0.2px;
	font-weight: 700;
	line-height: 36px;

}

h2 {
	font-family: "soleil",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 17px;
	letter-spacing: 0.2px;
	line-height: 22px;

}

h3 {
	font-family: "soleil",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 20px;
}

h4 {
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.3px;
}


h5 {

	font-family: 'Playfair Display', serif;
	font-weight: 400;
	font-style: italic;
	font-size: 14px;
	letter-spacing: 0.5px;
	line-height: 20px;
}


/* Nav Bar */

header {
	height: 50px;
}


nav {
	width: 100%;
	height: 60px;
	margin: 0;
	position: fixed;
	border-bottom: solid 2px black;


	
	background-color: #faf9f9;
	z-index: 99999;

}

nav ul {
	margin: 0 ;
	padding: 0;
}


.logo {
	margin-left: 4%;
	height: 40px;
}

nav li {
	list-style: none;
	display: inline-block;
	margin-top: 10px;
	vertical-align: middle;

}

@media(max-width: 600px) {
	.title {
		display: none;
	}

}


.black-box {
		margin:0;
		padding: 0;
		width: 200px;
		height: 62px;
		background-color: black;
		position: absolute;
		top: 0;
		right: 0;

}

	.main-nav {
		margin:0;
		padding: 0;
		width: 200px;
		background-color: black;
		position: absolute;
		top: 0;
		right: 0;
	}

	.main-nav ul li {
		list-style: none;
		margin: 0;
		padding-top: 12px;

		display: block;
		text-align: center;
		font-weight: 400;

	}




	

	.item a {
		display: block;
		width: 200px;
		height: 40px;
		padding-top: 10px;
		text-decoration: none;
		color: white; 

	}

	.sub-nav:hover {
		cursor: pointer;
	}



	.sub-nav .tap {
		padding: 0;
		cursor: pointer;
	}

	.sub-nav li {
		font-family: "soleil", sans-serif;
		font-style: normal;
		font-weight: 300;
	}


	#nav-icon4 {
		margin-top: 2px;
		margin-left: 38%;
		margin-right: 0;
		padding: 0;
		cursor: pointer;
	}

	.item:hover {
		background-color: #252525;
		cursor: pointer;
	}




.burger ul {
		display: none;
	}

	.burger li.tap ul {
		display: block;
	}




/* .menu-btn {
	width: 43.5px;
	height: 22px;
	padding: 19px 78.25px;
	background-color: black;
	position: absolute;
	top:0;
	right: 0;
	text-align: center;

	

}*/

/* project page-breadcrumb*/

nav .breadcrumb {
	height: 60px;
	border-left: solid 2px black;
	padding: 0;

	position: absolute;
	right: 200px;
	top: 0;

}

.breadcrumb ul {
	height: 50px;
}

nav a {
	list-style: none;
	text-decoration: none;
	color: black;
}


.return {
	margin-left: 15px;
	margin-right: 20px;
}



.breadcrumb-project {
	padding-right: 80px;
	margin-top: 5px;
	vertical-align: middle;

}

@media(max-width: 400px) {
	.breadcrumb {
		display:none;
	}

}



/* Main */

html {
	margin-bottom: 100px;
}



main .container {
	padding-top: 62px;
	width: 90%;
	margin: 0 auto;


}


main .container .block {
	box-sizing: border-box;
	padding: 1%;
	float: left;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	main .container .block {
		width: 100%;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 480px) {
	main .container .block {
		width: 50%;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	main .container .block {
		width: 33.3%;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	main .container .block {
		width: 25%;
	}
}

/* Main-grid and blocks*/

.block {
	overflow: hidden;
}

.block a {
	text-align: center;
	color:black;
	list-style: none;
	text-decoration: none;
	display: block;
	position: relative;
}





.block span {
	height: 100%;
	width: 100%;
	padding-top: 10%;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.2px;
	line-height: 25px;
	position: absolute;
	background-color: #faf9f9;
	opacity: 0;
	text-align: center;
	box-sizing: border-box;
	left: 0;
	top: 0;

}

.block span:hover {
	opacity: 1;
	transition-duration: 0.4s;
}


.block img {
	width: 100%;
	display: block;
}


@media(max-width: 1000px) {
	.breadcrumb-project {
		display: none;
	}

}


/* grid */
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 67%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

[class*="col-"] {
    float: left;
    padding-top: 15px;
    padding-bottom: 30px;
}

@media only screen and (max-width: 1000px) {
    /* For mobile phones: */
    [class*="col-"] {
        width: 100%;
    }
}

/* project page */


.row {
	margin: 0 auto;
	width: 80%;

}

.row-narrow {
	margin: 0 auto;
	width: 60%;
}

.row-about {
	margin: 0 auto;
	width: 75%

}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .row-about {
        width: 100%;
    }
}

.row-1 {
	margin-top: 40px;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .row {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .row-narrow {
        width: 100%;
    }
}

.col-8 p {
	font-family: "soleil", sans-serif;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.2px;
	margin-top: 3px;

}
.col-4 h1 {
	padding-right: 30px;
}


.row-narrow p {
	font-family: "soleil", sans-serif;
	font-weight: 300;
	font-size: 18px;
	letter-spacing: 0.2px;
	margin-top: 3px;
	padding-bottom: 6px;

}

.row-narrow h2 {
	font-size: 22px;
	line-height: 32px;


}





hr {
	border: 0;
    height: 1px;
    background: black;
}

.row-line {
	margin-top: 50px;
	margin-bottom: 50px;
	clear: both;

}
.product-img { padding-top: 20px;
padding-bottom: 20px; }

.main-img {
	padding: 0;
}

.verticle {
	width: 50%;
}



.row img {
	width: 100%;
	margin-bottom: 20px;

}


/* project page bottom */



.img-grid {
	width: 30%;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
}



/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	position: relative;
	float:left;
	margin: 1% 0 1% 1.6%;
	background-color: gray;
	height: 200px;
	overflow: hidden;
	width: 100%;

}

.col img {
	margin-bottom: 0px;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
/*.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}*/
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF FOUR  */
/.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.6%;
}
.span_2_of_4 {
	width: 49.2%;
}
.span_1_of_4 {
	width: 23.8%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 768px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
}

.row-bottom {
	margin-bottom: 80px;
}

/* about me */



.row-about a {
	text-decoration: underline;
	list-style: none;
	color: black;
}

.row-about a:hover {
	color: lightgray;
}

.tooltip {
	    cursor: pointer;

}

.tooltip .tooltiptext{
	visibility: hidden;
    position: absolute;

    z-index: 1;

}

.tooltip .tooltiptext img{
	width: 300px;
}

@media only screen and (max-width: 1000px) {
    /* For mobile phones: */
    .tooltip .tooltiptext img {
        width: 200px;
    }
}



.tooltip:hover .tooltiptext{
	visibility: visible;
}

.hoop1 .tooltiptext {
	    right: 30%; 
}

.hoop2 .tooltiptext {
		left: 10%;
}

.eat1 {
	left:20%;
}

.eat2 .tooltiptext {
	left: 30%;
}

.eat1 .tooltiptext img {
	width: 200px;
}

/* craft */


.col-5 p {

	font-family: "soleil", sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 0.3px;
	line-height: 18px;
	margin-bottom: 30px;
	padding-left: 70px;
	padding-top: 0;

}

.craft-title {
	padding-left: 70px;
}





@media only screen and (max-width: 1000px) {
    /* For mobile phones: */
    .col-5 p {
        padding-left: 0;
    }
}

@media only screen and (max-width: 1000px) {
    /* For mobile phones: */
    .craft-title {
        padding-left: 0;
    }
}





.row-2-craft {
}

/*lightbox */

.lightbox-target {
position: fixed;
width: 100%;
background: rgba(0,0,0,.8);
width: 100%;
opacity: 0;

overflow: hidden;
z-index: 999999;

}

.lightbox-target img {
margin-top: 100px;

position: absolute;
width: 65%;
top: 0;
left:18%;
right:20%;
bottom: 0;
max-height: 0%;
max-width: 0%;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
box-sizing: border-box;

}

a.lightbox-close {
display: block;
width:54px;
height:50px;
box-sizing: border-box;
background: white;
color: black;
text-decoration: none;
position: absolute;
top: 0;
right: 0;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

a.lightbox-close:before {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:after {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
transform:rotate(-45deg);
}

.lightbox-target:target {
opacity: 1;
top: 0;
bottom: 0;
}

.lightbox-target:target img {
max-height: 100%;
max-width: 100%;
}

.lightbox-target:target a.lightbox-close {
top: 0px;
}






#crossfade {
	position: relative;
height: 450px;
margin:0 auto;
margin-bottom: 30px;

  cursor: pointer;
}




#crossfade img {
	 position:absolute;
	 margin-bottom: 0;

  left:0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

#crossfade img.top:hover {
	opacity: 0;
}



@media only screen and (max-width: 560px) {
    /* For mobile phones: */
    #crossfade {
    	height: 250px;	
    	padding-bottom: 0;
    }
}

.container-video {
	position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 40px;
}

.responsive-iframe {
	  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}



