/*-------------------------------------*/
.title_index{
	font-size: 4em;
	font-weight: bold;
	margin:0;
	padding: 1em;
}

.text_index{
	font-size: 2.5em;
}

/*-------------------------------------*/
.textbetween {
	background-color: #f8f7f7;
	width : 100%;
	text-align: center;
	z-index: 500;
}

#txt1 {
	color: #060606;
	height: 25%;
	box-shadow: 0px 0px 20px 0px #060606;
}

#txt1 > div {
	padding: 30px;
}

#txt1petit {
	width: 75%;
	margin: auto;
	font-weight: normal;
}

#txt2 {
	color: #060606;
	box-shadow: 0px 0px 20px 0px #060606;
}

#txt2techdescribe {
	display: flex;
	padding-bottom: 8vh;
	flex-direction: row;
	align-items: stretch;
	align-content: flex-start;
	margin-top: 10vh;
}

#txt3 {
	color: #060606;
	box-shadow: 0px 0px 20px 0px #060606;
	height:90vh;
}

#txt3 p {
	line-height: 3vw;
	font-weight: bold;
	margin: 0;
	padding: 2vw;
	padding-top: 3vw;
	padding-bottom: 5vw;
}

#txt4 {
	color: #060606;
	box-shadow: 0px 0px 20px 0px #060606;
}

/*-------------------------------------*/

.parallax {
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

#parallax1 {
	background-image: url(../images/parallax3-1.jpg);
	display: flex;
	align-items: stretch;
	position: relative;
	z-index: -300;
	height: 74vh;
}

#parallax1 > div{
	display: flex;
	flex-direction: column;
	margin: auto auto 40px auto;
}

#parallax1 #span11{
	text-align: center;
	position: relative;
	font-size: 12vw;
	color: #f8f7f7;
}

#parallax1 #span12{
	text-align: center;
	position: relative;
	font-size: 2.5vw;
	color: #f8f7f7;
	line-height: 200px;
}

#parallax2 {
	background-image: url(../images/parallax5-1.jpg);
	position: relative;
	z-index: -300;
	height: 25vh;
}

#parallax2 > div{
	display: flex;
	flex-direction: column;
	margin: auto auto;
}

#parallax3 {
	background-image: url(../images/parallax2.jpg);
	position: relative;
	z-index: -300;
	height: 25vh;
}

#parallax4 {
	background-image: url(../images/parallax6.jpg);
	position: relative;
	z-index: -300;
	height: 25vh;
}

#parallax5 {
	background-image: url(../images/parallax1.jpg);
	position: relative;
	z-index: -300;
	height: 25vh;
}

/*-------------------------------------*/

#alphacameramkimage {
	height: 25%;
	width: 25%;
	position: relative;
	left: 3vw;
}

#mkselection {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	position: relative;
	width: 62vw;
	left: 8vw;
}

.tab [type=radio] {
	display: none;
}

.tab label {
	background-color: #4c4c4c;
	color: #f8f7f7;
	height: 3vh;
	padding: 2vh;
}

.tab:first-child label {
	background-color: #4c4c4c;
	color: #f8f7f7;
	height: 3vh;
	padding: 2vh;
	border-radius: 6px 0px 0px 0px;
}

.tab:last-child label {
	background-color: #4c4c4c;
	color: #f8f7f7;
	height: 3vh;
	padding: 2vh;
	border-radius: 0px 6px 0px 0px;
}

.contentselectmktext {
}

.animationcontentmkselect {
	transform : translateY(-10%);
	transition: all 0.2s ease-out, opacity 0.2s ease-out;
	opacity: 0
}

.contentmkselect {
	background-color: #5f5f5f;
	color: #f8f7f7;
	position: absolute;
	top: 6.2vh;
	left: 0;
	padding: 40px;
	visibility: hidden;
	box-shadow: 5px 5px 10px -5px #060606;
	border-radius: 0px 6px 6px 6px;
}

.tab [type=radio]:checked ~ label {
	background-color: #5f5f5f;
	z-index: 2;
}

.tab [type=radio]:checked ~ .contentmkselect {
	visibility: visible;
	z-index: 1;
}

.tab [type=radio]:checked ~ .contentmkselect .animationcontentmkselect {
	transform: translateY(0%);
	opacity: 1;
}

/*-------------------------------------*/

#timelinecontainer {
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
}

#timeline {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	width: 200vw;
	top: 11.5vh;
	transition: transform 0.5s ease-out;
}

.line_timeline {
	position : absolute;
	top: 2.3vh;
	height: 3px;
	width: 100%;
	border-radius: 1px;
	background-color: #4c4c4c;
	box-shadow: 5px 5px 10px -5px #060606;
}

#circle_timeline1 {
	height: 5vh;
	width: 5vh;
	border-radius: 50%;
	background-color: #5f5f5f;
	color: #f8f7f7;
	position: relative;
	left: 47%;
	box-shadow: 5px 5px 10px -5px #060606;
}

#circle_timeline2 {
	height: 5vh;
	width: 5vh;
	border-radius: 50%;
	background-color: #5f5f5f;
	color: #f8f7f7;
	position: relative;
	left: 47%;
	box-shadow: 5px 5px 10px -5px #060606;
}

#circle_timeline3 {
	height: 5vh;
	width: 5vh;
	border-radius: 50%;
	background-color: #5f5f5f;
	color: #f8f7f7;
	position: relative;
	left: 47%;
	box-shadow: 5px 5px 10px -5px #060606;
}

#circle_timeline4 {
	height: 5vh;
	width: 5vh;
	border-radius: 50%;
	background-color: #5f5f5f;
	color: #f8f7f7;
	position: relative;
	left: 47%;
	box-shadow: 5px 5px 10px -5px #060606;
}

#page1 {
	top: 5vh;
	position: relative;
	display: flex;
	justify-content: space-evenly;
	flex-direction: row;
	width: 100vw;
}
#page2 {
	top: 5vh;
	position: relative;
	display: flex;
	justify-content: space-evenly;
	flex-direction: row;
	width: 100vw;
}

.text_timeline {
	visibility: visible;
	top: 6.5vh;
	left: 1.75%;
	position: relative;
	width: 90%;
	background-color: #5f5f5f;
	color: #f8f7f7;
	z-index : 0;
	padding: 1% 2.5%;
	box-shadow: 5px 5px 10px -5px #060606;
}

#tlswipelabel1 {
	position: absolute;
	top: 0%;
	left: 50%;
}

#tlswipelabel2 {
	position: absolute;
	top: 0%;
	left: 0%;
}

.buttontl {
	color: #f8f7f7;
	position: relative;
	background-color: #5f5f5f;
	font-size: 8vh;
	height: 10vh;
	width: 50vw;
}


#timelinecontainer [type=radio] {
	display: none;
}

.date_tl [type=radio]:checked ~ .text_timeline {
	z-index : 1	;
}

#tlswipe1:checked ~ #timeline {
	transform:translateX(-50%);
}

#tlswipe1:checked ~ #tlswipelabel1 {
	background-color: #4c4c4c;
}

#tlswipe2:checked ~ #tlswipelabel2 {
	background-color: #4c4c4c;
}

/*-------------------------------------*/

#reviewcontainer {
	padding: 2vw;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	text-align: center;
	align-items: center;
  justify-content: center;
}

blockquote {
	background-color: #dbdbdb;
	border-radius: 5px;
}


.review {
	color: #060606;
	background-color: #f2f2f2;
	border-radius: 10px;
	margin: 1vw;
	box-shadow: 3px 3px 10px -5px #060606;
}

blockquote p {
	padding: 0.5vw;
}

cite {
}

/*-------------------------------------*/

footer {
	margin-top:0px;
	box-shadow: 0px 0px 20px 0px #060606;
}

/*-------------------------------------*/

@media(max-width: 1275px){

	#parallax1 {
	height: 70vh;
	}

	#txt2techdescribe {
	display: block;
	margin-top: 4vh;
	}

	#alphacameramkimage {
	margin-bottom: 4vh;
	}
	
	#txt2{
	height: 130vh;;
	}

	#mkselection {
	width: 80%;
	left: 10%;
	}

}

@media(max-width: 1150px){
	#parallax1 {
	height: 60vh;
	}

	#txt2 {
	height: 90vw;
	}

}

@media(max-width: 800px){
	#mkselection {
	display: none;
	}

	#alphacameramkimage {
	margin-bottom: 0;
	height: 55vw;
	width: 55vw;
	position: static;
	}

	#span12{
	display: none;
	}

	#parallax1 > div{
	display: flex;
	flex-direction: column;
	margin: auto auto;
	}

	#parallax2 {
	height: 20vh;
	}

	#parallax3 {
	height: 15vh;
	}
}

@media(max-width: 705px){
}

@media(max-width: 625px){
}

@media(max-width: 650px){
	#txt2 {
	height: 95vw;
	}

	#parallax1 {
	height: 50vh;
	}

	#parallax2 {
	height: 15vh;
	}
}

@media(max-width: 486px){
}

@media(max-width: 468px){
	#parallax1 {
	height: 40vh;
	}

	#parallax2 {
	height: 10vh;
	}
	
	#txt2 {
	height: 100vw;
	}
}
