body {
	position: fixed;
	height: 100vh;
	width: 100%;
	color: white;
	background: rgb(59,59,59);
	display: none;
}

#pageWrapper article a {
	color: white;
}
#pageWrapper article b {
	font-weight: 200 !important;
	color: #ff4b50;
}

header {
	font-size: 2.6rem;
	position: fixed;
	z-index: 2;
	top: 0px;
	width: 100%;
	height: 100px;
	background: rgb(71,71,71);
	text-align: center;
	font-family: 'Cormorant Garamond', serif;
}
header > * {cursor: pointer;}
header img {
	margin-top: 25px;
	height: 55%;
	margin-bottom: 10px;
}
header .claim {display: none; font-style: italic; color: rgba(255,255,255,.3);}

#home\.php {
	height: 100%;
   	background-image: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../img/twk-home.jpg");
   	background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../img/twk-home.jpg");
   	background-image: -ms-linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../img/twk-home.jpg");
   	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../img/twk-home.jpg");
   	background-repeat:no-repeat,			no-repeat;
   	background-size: cover,				cover;
   	background-position: center center,		center center;
   	background-attachment: fixed,				fixed;
}

#home\.php > .claim{
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-weight: 400;
	font-size: 25px;
	padding: 5px 15px 0 15px;
	color: white;
	line-height: 40px;
	color: #ff4b50b5;
	background-color: rgba(255,255,255,.71);
	text-align: right;
	bottom: 30px;
	right: 30px;
	margin: 0;
	position: fixed;
	}

#pageWrapper, #bgCanvas {
	position: fixed;
	top: 100px;
	width: calc(100%);
	height: calc(100% - 100px);
}
#pageWrapper div.subPage {
	display: none;
	overflow: hidden;
	height: 100%;
}
#pageWrapper div.subPage:first-child {
	display: block;
}
#pageWrapper > div.subPage > .slider {
	width: 100%;
	display: -webkit-box;
	height:100%;
}

#pageWrapper article {
	width: 80%;
	padding: 0 5%;	
	opacity: 0.3;
	overflow-y: auto;
	overflow-x: hidden;
	margin-top: 30px;
	height: calc(100% - 30px);
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

#pageWrapper article p, #pageWrapper article img {
	margin-bottom: 2.5rem;
}
#pageWrapper article div.articleFooter  { 
	color: #ff4b50;
	display: flex;
	justify-content: space-between;
}
#pageWrapper article div.articleFooter a {
	color: #ff4b50;
}
#pageWrapper article.is-active {
	opacity: 1;
}

#pageWrapper article h1 {

}

#pageWrapper article h1,
#pageWrapper article h2, 
#pageWrapper article h3, 
#pageWrapper article h4, 
#pageWrapper article h5, 
#pageWrapper article h6{
	font-family: 'Cormorant Garamond', serif;
	font-style: italic;
	font-size: 2.5rem;
	letter-spacing: .4;
}
.line {
	border-bottom: 10px solid transparent;
    -webkit-border-image: url(img/border.png) 36 round; /* Safari 3.1-5 */
    -o-border-image: url(img/border.png) 36 round; /* Opera 11-12.1 */
    border-image: url(img/border.png) 36 round;
}
.line.sub {
	position: relative;
	width: 80px;
	left: -45px;
}

@media (min-width: 750px) {
	header {height: 250px;}
	header > * {display: block;}
	header img {margin-top: 40px;}
	header .claim {display: block;}
	#pageWrapper, #bgCanvas {
		top: 250px; 
		width: calc(100%);
		height: calc(100% - 250px);
	}
	#pageWrapper div.subPage {
		margin-left: 350px;
	}
	a[href^="tel:"] {
		text-decoration: none;
	}
}
@media (min-width: 1000px) {
	body {
		font-size: 2em !important;
	}
	#pageWrapper div.subPage {
		margin-left: 400px;
	}
	#pageWrapper article h1, 
	#pageWrapper article h2, 
	#pageWrapper article h3, 
	#pageWrapper article h4, 
	#pageWrapper article h5, 
	#pageWrapper article h6{
		font-size: 1.6em;
	}
}
@media (min-width: 1400px) {
	#home\.php > .claim {
		font-size: 40px;
		line-height: 55px;
	}
	#pageWrapper article.is-active > * {
		-webkit-transition: all 200ms linear;
		-moz-transition: all 200ms linear;
		-ms-transition: all 200ms linear;
		-o-transition: all 200ms linear;
		transition: all 200ms linear;
    	padding: 0 30% 0 10%;
	}
}