/* CSS Document */

body {

	margin: 0px;

	padding: 0px;

}

.about-title{
	font-weight: bold;
	font-size: 1.1em;
}	


.poster {
	width: 100%;
	background-attachment: fixed;
	background-image: url("../img/poster_bg.jpg");
	background-position: top;
	background-size: cover;
	color: white;
	text-shadow: 2px 2px #000000;
}

.book {
	width: 100%;
	background-attachment: fixed;
	background-image: url("../img/book_bg.jpg");
	background-position:center;
	background-size: cover;
	color: white;
	text-shadow: 3px 1px #000000;
}

.printer {
	width: 100%;
	background-attachment: fixed;
	background-image: url("../img/printer.jpg");
	background-position:center;
	background-size: cover;
	color: white;
	text-shadow: 3px 1px #000000;
}

.desc_paragraph{
	font-family: 'Amaranth';
}

.price_paragraph{
	font-family: 'Righteous';
	font-size: 1.2em;
	text-align: center;
}

.applicationk {
	width: 100%;
	background-attachment: fixed;
	background-image: url("../img/app_bg.jpg");
	background-position:center;
	background-size: cover;
	color: white;
	text-shadow: 3px 1px #000000;
}

.contact {
	background-color: black;
	color: white;
	font-size: 2em;
	text-align: center;
	padding: 20px;
}

.shadow_box {
	width: 100%;
	margin: auto;
	padding: 30px 10px;
	background-color: rgba(3,3,3,0.30);
}

.video-play-on-page {

	width: 100%;

	margin: auto;
}



.iframe-videos-page {

	width: 100%;

	padding: 0px;

	max-width: 1100px;

	margin: auto;

	border: 0px;

}



.tabs-container {

	width: 100%;

	text-align: center;

	padding: 0px;

}



.video-page-div {

	width: 100%;

	text-align: center;

}





.video-page-div-2 {

	width: 100%;

	margin: auto;

}



.body-text {

	width: 80%;

	margin: auto;
	font-size: 1.5em;

}



@media only screen and (max-width:990px)

{



.video-play-on-page {

	width: 100%;

	margin: auto;

}



.video-page-div {

	width: 100%;

	text-align: center;

}





.video-page-div-2 {

	width: 90%;

	margin: auto;

}

	

.body-text {

	width: 90%;

	margin: auto;

}

	

}



@media only screen and (max-width:768px)

{



.video-play-on-page {

	width: 100%;

	margin: auto;

}



.video-page-div {

	width: 100%;

	text-align: center;

}





.video-page-div-2 {

	width: 100%;

	margin: auto;

}

	

.body-text {

	width: 90%;

	margin: auto;

}


}
