@charset "utf-8";
/* CSS Document */


.section-intro-discription{
	max-width: 700px;
	padding-bottom: 15px;
	text-align: center;
	
}

.section-contaner {
	width: 800px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

h2 {
	width: 100%;
	font-size: 1.2rem;
	text-align: center;
}

.model_graphic {
	width: 100%;
	display: flex;
	padding-bottom: 15px;
}

.sample_price {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.sample_price p {
	font-size: 1.5rem;
	font-family: RobotoM;
	font-weight: bold;
	text-shadow: -2px 2px 4px #000;
}

.sample_price img{
	max-height: 230px;
	padding: 0 10px;
}

.model_graphic_detials {
	width: 500px;
}

.graphic_detials {
	padding: 10px;
	text-align: center;
}

.graphic_detials:nth-child(2){
	border-top: 4px solid var(--site-color-golden-letters);

}

.direction {
	text-align: center;
	font-size: 1.1rem;
	color: var(--site-color-golden-letters);
	text-transform: uppercase;
}

.editing {
	width: 100%;
	text-align: center;
	font-size: 1.1rem;
}

.publication {
	width: 100%;
	padding: 10px;
	display: flex;
	border-top: 4px solid var(--site-color-golden-letters);
}

.sample_img {
	width: 400px;
	text-align: center;
}


.publication_text {
	width: 400px;
	padding-left: 20px;
	text-align: center;
	align-self: center;
}

.publication img {
	max-height: 140px;
	padding: 0 5px;
}

.sample_img_bc img {
	max-height: 100px;
	padding: 0 5px;
}

.eding_text {
	width: 100%;
}

.eding_text p {
	font-size: 1.5rem;
	text-align: center;
	color: var(--site-color-golden-letters); 
	text-shadow: -2px 2px 4px #000;
}

.footer-main {
	margin-top: 800px;
}





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

	
	.section-intro-discription{
		width: 400px;
	}
	
	.section-contaner {
		width: 400px;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.model_graphic {
		flex-direction: column;
		align-items: center;
	} 
	
	.model_graphic_detials {
		width: 400px;
	}
	.sample_price img{
		max-height: none;
		max-width: 200px;
	}
	
	.direction {
		display: none;
	}
	
	.eding_text p {
		font-size: 1.1rem;
	}

	.footer-main {
		margin-top: 1400px;
	}
}