@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');

html {
	height:100%;
}

body {
	scroll-behavior: smooth;
	background: /* url("images/bg.jpg") */ #f4f4f4;
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 600;
	text-align: center;
	padding: 0;
	margin: 0;
	color: #fff;
	height:100%;
}

.detail {
	background: #282828;
}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto; 
    width: /*whatever width you want*/;
}

.wrap {
position: relative;
}


nav {
	position: fixed;
	z-index: 1;
	right: 20px;
	top: 27%;

}

nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

nav ul li span {
	width: 100%;
	height: 100%;
	display: block;
	color: transparent;
	border-radius: 20px;
	background: #000;
}

nav ul li a:hover {
	opacity: 1;
}

nav ul li a {
	opacity: 0.4;
	color: transparent;
	border-radius: 20px;
	width: 10px;
	height: 10px;
	display: block;
	margin-bottom: 10px;

}

/*
 *---------------------------------------------------------------
 * KEYFRAME (FADES)
 *---------------------------------------------------------------
 *
 */

@keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}

@-webkit-keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}

.portfolio_1 {
/* 	background: #292929 url("mn-blackwood.jpg") no-repeat center center; */
	background-size: cover;
	position: relative;
}

.portfolio_1 .imgbox, .portfolio_18 .imgbox, .portfolio_19 .imgbox {
	box-shadow: none !important;
}

.portfolio_1:after {
	background: #292929 url("mn-blackwood.jpg") no-repeat center center;
	background-size: cover;
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	
	animation: fadein 1.9;
	-moz-animation: fadein 1.9s; /* Firefox */
	-webkit-animation: fadein 1.9s; /* Safari and Chrome */
	-o-animation: fadein 1.9s; /* Opera */
}

.portfolio_1:before {
	background: #292929;
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -2;
}

.portfolio_2 {
	background: #dc6f6e;
}

.portfolio_3 {
	background: #cb5560;
}

.portfolio_4 {
	background: #e59d62;
}

.portfolio_5 {
	background: #de8c54;
}

.portfolio_6 {
	background: #f2d46b;
}

.portfolio_7 {
	background: #e6ba62;
}

.portfolio_8 {
	background: #84d791;
}

.portfolio_9 {
	background: #71b97a;
}

.portfolio_10 {
	background: #7ac5ba;
}

.portfolio_11 {
	background: #6bb4af;
}

.portfolio_12 {
	background: #5d7ddd;
}

.portfolio_13 {
	background: #4b69c8;
}

.portfolio_14 {
	background: #966adb;
}

.portfolio_15 {
	background: #7c5dc3;
}

.portfolio_16 {
	background: #d3d8de;
}

.portfolio_17 {
	background: #a9b1bf;
}

.portfolio_18 {
	/*background: #484848 ;*/
	background: #fff;
}

.portfolio_19 {
	background: #292929;
}


/*
.portfolio_1 {
	background: #252525;
}

.portfolio_2 {
	background: #ececec;
}

.portfolio_3 {
	background: #e7a960;
}

.portfolio_4 {
	background: #4f8749;
}

.portfolio_5 {
	background: #3d74a6;
}

.portfolio_6 {
	background: #db3769;
}

.portfolio_7 {
	background: #38508c;
}

.portfolio_8 {
	background: #9d65e2;
}

.portfolio_9 {
	background: #ebebeb;
}

.portfolio_10 {
	background: #7b8ca1;
}

.portfolio_11 {
	background: #af3e44;
}

.portfolio_12 {
	background: #898889;
}

.portfolio_13 {
	background: #ebebeb;
}

.portfolio_14 {
	background: #3e3e3e;
}
*/


.design_link {
	width: 100%;
	float: left;
	display: table;
	min-height:100vh;

}

.thumbnail_wrap {
	display: table-row;
	width: 100%;
	max-width: 800px;
}

.thumbnail {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	max-width: 800px;
}
.imgbox {
	box-shadow: 0 3px 15px rgba(0,0,0,0.2);
	max-width: 800px;
	width: 100%;
	height: 90%;
	margin: 5em auto;
}

img {
	width: 100%;
	height: auto;
	display: block;
	max-height: 90%;
}

.hometxt {
	box-sizing: border-box;
	position: absolute;
	top:0;
	left: 0;
	width:100%;

	text-align: left;
	padding: 2% 4em;
}

h1, a {
	font-weight: 700;
	text-decoration: none;
	outline: none !important;
}

h1, a {
	color: #FFFFFF;
}

a:link {
    text-decoration: none;
    color:#FFFFFF;
}

a:visited {
    text-decoration: none;
    color:#FFFFFF;
}

a:hover {
    color: #FFFFFF;
}

a:active {
}

/* Stop iPhone changing numbered links to telephone numbers */

a[href^=tel] {
    text-decoration:inherit;
    color: inherit;
}

h1 {
	font-size: 6em;
	margin: 0;
}

h2 {
	font-size: 3em;
	margin: 0;
}

h3 {
	font-weight: 200;
	font-size: 2em;
	margin: 0;
}

p {
	font-size: 1.2em;
	line-height: 1.8em;
	font-weight: 200;
}

.clients {
	color: #000;
}

.contact span {
	font-weight: 200;
}

.contact .large {
	font-size: 4em;
	font-weight: 400;
	margin: 0;
}

.contact a {
	color: #fff;
}

/*h1 {
	text-shadwo: 0 0 5px #444;
/* 	text-shadow: 0 0 3px #373737; */
/*font-weight: 700;
	font-weight: 300;
	color: #847e7e;
	z-index: 9;
	position: absolute;
	width: 100%;
	text-shadwo: 0 0 5px #444;
	top: 125px;
	color: #FFFFFF;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
}*/
/*
p {	
	margin-top: 130px;
	font-weight: 400;
	font-size: 13px;
	color: #979494
}*/



@media (min-width: 800px) { 
	.hometxt {
		max-width: 40%;
	}
}