* {
    text-overflow: ellipsis;
}
a {
    color: lightblue;
}
a:visited {
    color: darkgray;
}
a:hover {
    color: gray;
}
a:active {
    color: lightgray;
}
html, body {
    height: 100%;
}
body {
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
	font-family: 'Open Sans';
	background: black;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.header {
	position: fixed; 
	background: black; 
	opacity: .7; 
	top: 0; 
	height: auto; 
	width: 100%;
	z-index: 100;
}
.header-list {
	list-style: none;
    margin: 0;
    height: 100%;
	float: right;
}
.header-list li {
	float: left;
	padding-right: 15px;
}
.header-list a {
	font-weight: bold;
    font-size: 1.1em;
    padding-top: 2px;
    float: right;
	text-decoration: none;
}
.block1Parent {
	height: 600px;
	overflow: hidden;
}
.block1Parent > div {
	height: 130%;
	position: relative;
	/*top: -100%;*/
}
.block2Parent {
	height: auto;
	/*overflow: hidden;*/
}
.block3Parent {
	height: 300px;
}
.block3Parent > div {
	width: 100%;
	height: 100%;
}
.block4Parent {
	height: auto;
}
/*.block2Parent > * {
	height: 200%;
	position: relative;
	top: -100%;
}*/
.story-body {
	background: rgba(0,0,0,.5); 
	width: 70%; 
	height: auto;
	padding: 20px;
	position: absolute;
	top: 10%;
	right: 0;
	margin: auto;
	text-indent: 25px;
	transition: width .5s linear;
}
.all {
	left: 0;
}
.story-background {
	background-image: url(../images/background3.jpg); 
	background-size: cover;
	position: fixed;
	height: 100%;
	width: 100%;
}
.background-body {
	background: rgba(0,0,0,.5); 
	width: 60%; 
	height: auto;
	padding: 10px;
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
	margin: auto;
	transition: transform .5s linear;
	z-index: 10;
}
.background-body:hover {
	transform: scale(1.05);
	transition: transform .5s linear;
}
.background-body h2 {
	color: rgba(255,255,255,.95);
}
.story-text {
	text-align: justify;
	color: rgba(255,255,255, .85);
	transition: font .5s linear;
}
.background-text {
	text-align: center;
	color: rgba(255,255,255, .85);
}
.background-text a {
	padding: 10px;
	background: darkblue;
	text-align: center;
	text-decoration: none;
	font-size: 1.1em;
}
.car-img {
	position: absolute;
	left: 0;
	max-width: 500px;
	width: 100%;
	opacity: .5;
	z-index: 5;
}
.bike-img {
	position: absolute;
	right: 0;
	max-width: 300px;
	opacity: .7;
}
.about-div {
	position: relative;
	/*top: 70%;*/
	width: 100%; 
	height: auto;
	left: 0;
	right: 0;
	margin: auto;
	transition: margin .5s linear;
	overflow: hidden;
	padding: 5% 0;
}
.about-div h2 {
	color: rgba(0,0,0,.75);
	margin-top: 0;
}
.about-text {}
.stories-flex {
	display: flex;
    flex-wrap: wrap;
}
.stories-flex-div {
	width: 30%;
	margin: 0 auto;
	min-width: 200px;
}
.flex-nav {
	display: flex;
    flex-wrap: wrap;
	width: 80%;
	left: 0;
	right: 0;
	margin: 10px auto;
}
.flex-nav-div {
	background: rgba(0,0,0,.7);
	width: 30%;
	min-width: 300px;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: rgba(255,255,255,.75);
	text-align: center;
	transition: all .3s linear;
	height: auto;
}
.flex-nav .first {
	flex-grow: 2;
}
.flex-nav .last {
	flex-grow: 1;
}
.flex-nav-div:hover {
	background: rgba(40,40,40, .9);
	transition: all .3s linear;
}
.flex-nav-div img {
	width: 20%;
	height: auto;
}
.flex-nav p {
	text-align: left;
	padding: 0 5px;
}
.footer {
	/*margin-top: 10%;*/
}
.footer-flex {
	/*display: flex;
    flex-wrap: wrap;*/
	width: 30%;
	color: rgba(255,255,255,.75);
	text-align: center;
	min-width: 300px;
	position: absolute;
	right: 0;
}
/*.footer-flex div {
	margin-top: 0;
	min-height: 200px;
	width: 100%;
	min-width: 200px;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: rgba(255,255,255,.75);
	text-align: center;
}*/
.footer-flex p {
	text-align: justify;
}
.up-div {
	position: fixed;
	bottom: 0;
	height: 20px;
	width: 100%;
	background: rgba(0,0,0,.8);
	text-align: center;
	cursor: pointer;
	color: white;
	visibility: hidden;
}
.toggle {
	position: absolute;
	top: 45%;
	cursor: pointer;
	font-size: 40px;
	width: 50px;
	z-index: 100;
	right: 5%;
}
#one {
	width: 60%;
	margin-left: 20%;
	transition: margin .5s linear;
}
#one > h2 {
	margin: 0;
}
.font-change, .width-change, .align-type {
	color: rgba(255,255,255, .75);
	position: fixed;
	left: 2%;
	top: 5%;
	font-size: 16px;
	font-weight: bold;
}
.width-change {
	top: 25%;
}
.align-type {
	top: 45%;
}
.font-change a, .width-change a, .align-type a {
	font-size: 30px;
	text-decoration: none;
}
.reviews-body {
    position: relative;
    padding: 5% 10%;
}
.reviews-text {
    background: rgba(0,0,0,.5);
    padding: 5px;
}

/*mobile, baby!*/
@media only screen and (max-width:480px) {
	.font-change, .width-change, .align-type {
		display: none;
	}
	.story-body {
		width: 85%;
	}
}
@media only screen and (min-width:480px) and (max-width:680px) {
    .font-change, .width-change, .align-type {
		display: none;
	}
	.story-body {
		width: 90%;
	}
}
@media only screen and (min-width:680px) and (max-width:959px) {
	.story-body {
		right: 1%;
		left: auto
	}
}