/*OBSERVE*/
.observe-body {
	height: 100vh;
	background-color: #d0d1d1;
	background-image: url(img/observe/bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
    background-attachment: fixed;
}

.observe-row {
	width: 98%;
	display: block;
	margin: 0 auto;
}

.observe-cover {
	width: 100%;
	max-width: 300px;
	margin: 50px 0 0 0;
}

.observe-logo {
	padding-bottom: 20px;
	width: 100%;
	max-width: 350px;
	margin-top: 35px
}

.observe-text {
	color: #000000;
	font-family: "Helvetica Neue";
	font-size: 18px;
}

.gumroad-button {
	margin-top: 20px;
	margin-bottom: 50px;
}


/*GHOSTS*/

.mix-body {
	height: 100vh;
	background-color: #d0d1d1;
	background-image: url(img/ghosts/mobile.jpg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

.ghosts-body {
	height: 100%;
	background-color: #d0d1d1;
	background-image: url(img/ghosts/bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.ghosts-row {
	width: 98%;
	display: block;
	margin: 0 auto;
}

.ghosts-cover {
	width: 100%;
	max-width: 300px;
	margin: 50px 0 0 0;
}

.ghosts-logo {
	padding-bottom: 30px;
	width: 100%;
	max-width: 200px;
	margin-top: 40px
}

.ghosts-text {
	color: #ffffff;
	font-family: "Times New Roman";
	font-size: 16px;
	line-height: 24px;
	letter-spacing: .02em;
}

.ghosts-gumroad-button {
	margin-top: 30px;
	margin-bottom: 50px;
	padding: 15px;
	display: block;
	width: 210px;
	text-transform: uppercase;
	background: #ffffff;
	color: #000000;
	text-align: center;
	letter-spacing: .12em;
	font-family: "Times New Roman";
	text-decoration: none;
}

.ghosts-gumroad-button:visited {
	background-color: #ffffff;
	color: #000000;
	text-decoration: none;
}

.ghosts-gumroad-button:hover {
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
}

/*HOME*/
.home-body {
	height: 100vh;
	background-color: #000000;
}

.v3-home-container {
	
	padding: 50px 20px 0;
}

.v3-title {
	font-family: "Times New Roman";
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: .12em;
	font-weight: normal;
}

.v3-subtitle {
	font-family: "Times New Roman";
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: .12em;
	font-weight: normal;
	line-height: 18px;
}

.v3-subtitle span {
	font-size: 9px;
}

.v3-logo {
	max-width: 260px;
	width: 90%;
	padding-bottom: 15px;
}

.second-title {
	padding-top: 20px;
}

.third-title {
	padding-top: 20px;
}



/*GLOBAL*/
a {
	color: #ffffff;
}

a:hover {
	color: #ffffff;
}

a:visited {
	color: #ffffff;
}

a:focus {
	color: #ffffff;
}

body {
	background-color: #000000;
	color: #ffffff;
}


/*INSIDE*/
.inside-nav {
	width: 300px;
	padding: 50px 0px 40px 25px; 
}

.inside-logo {
	width: 200px;
	padding-bottom: 15px;
}

.nav-chunk {
	padding-bottom: 20px;
}

.inside-v3-title {
	font-family: "Times New Roman";
	font-size: 8px;
	text-transform: uppercase;
	letter-spacing: .12em;
	font-weight: normal;
}

.inside-v3-subtitle {
	font-family: "Times New Roman";
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .12em;
	font-weight: normal;
	line-height: 18px;
}

.sub-sub {
	font-size: 10px;
	letter-spacing: .02em;
	line-height: 12px;

}

.sub-sub-div {
	padding: 3px 80px 3px 8px;
}

.sub-sub-div-last {
	padding: 3px 80px 9px 8px;
}

.inside-v3-subtitle span {
	font-size: 9px;
}

.underline {
	text-decoration: underline;
}

.inside-images {

}

.inside-img {
	width: auto;
	width: 100%;
	height: 100%;
}



@media (min-width: 769px) {


	/*OBSERVE*/
	.observe-row {
		width: 650px;
		display: block;
		margin: 0 auto;
	}

	.observe-cover {
		width: 100%;
		margin: 0;
	}

	.observe-logo {
		margin-top: 30px
	}

	.gumroad-button {
		margin-top: 20px;
		margin-bottom: 50px;
	}

	.Aligner {
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  height: 100vh;
	}


	.mix-body {
		height: 100vh;
		background-color: #d0d1d1;
		background-image: url(img/ghosts/desktop.jpg);
		background-size: cover;
		background-position: top center;
		background-repeat: no-repeat;
	}

	/*ghosts*/
	.ghosts-body {
		height: 100vh;
		background-attachment: fixed;
	}

	.ghosts-row {
		width: 680px;
		display: block;
		margin: 0 auto;
	}

	.ghosts-cover {
		width: 100%;
		margin: 0;
		margin-top: 90px;
		display: block;
		max-width: 310px;
	}

	.ghosts-logo {
		margin-top: 30px
	}

	.gumroad-button {
		margin-top: 20px;
		margin-bottom: 50px;
	}

	.Aligner {
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  height: 100vh;
	}




	/*INSIDE*/
	.inside-nav {
		width: 300px;
		padding: 50px 0px 0 25px; 
		float: left;
		position: fixed;
		background-color: #000000;
		z-index: 1000;
		height: 100vh;
	}

	.inside-images {
		float: left;
		margin-left: 300px;
		display: flex;
	}

	.inside-img {
		float: left;
		display: inline-block;
		width: auto;
		max-height: 100vh;
		width: 100%;
		height: 100%;
		max-height: 100vh;
	}



	/*HOME*/
	.v3-positioning {
		position: absolute;
		bottom: 70px;
		left: 70px;
	}

	.v3-logo {
		max-width: 380px;
		padding-bottom: 10px;
	}

	.second-title {
		padding-top: 20px;
	}

	.third-title {
		padding-top: 68px;
	}

	.nav-div {
		width: 555px;
	}

	.second-title {
		padding-top: 20px;
	}

	.third-title {
		padding-top: 68px;
	}

	.v3-home-container {
		padding: 0;
	}



}



@media (min-width: 1100px) {


	/*OBSERVE*/
	.observe-row {
		width: 800px;
	}

	.observe-cover {
		width: 100%;
		max-width: 100%;
		margin: 0;
	}

	.observe-logo {
		margin-top: 75px;
		max-width: 100%;
	}

	/*GHOSTS*/
	.ghosts-row {
		width: 900px;
	}

	.ghosts-cover {
		width: 100%;
		max-width: 425px;
		margin: 0;
	}

	.ghosts-logo {
		margin-top: 0px;
		max-width: 220px;
		padding-bottom: 30px;
	}

	.ghosts-gumroad-button {
		margin-bottom: 0;
		margin-top: 35px;
	}

}