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


.section-intro-discription {
	padding-bottom: 15px;
}

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

.photography_p {
	width: 550px;
	padding-top: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

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

.phot_port_Prices {
	width: 600px;
	margin-top: -30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;	
}

.studio, .non-studio {
	width: 250px;
	padding-bottom: 5px;
}

p {
	font-size: 1rem;
	text-align: center;
}

.port_includ_exta {
	width: 100%;
	padding: 3px 0;
	border-top: 2px solid #FFD700;
}

.port_includ_exta p{
	text-align: left;
	padding: 3px 0;
}

.section-contaner img {
	width: 250px;
	padding: 10px;
}

.event_shoot {
	padding-top: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.wedding_shoots, .add_on {
	padding-top: 30px;
}

.graphic_option {
	width: 500px;
}

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


/* Mobile Layout: 600px and below. */
@media only screen and (max-width: 600px){
	
	.section-contaner {
		width: 350px;
		padding: 5px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.section-intro-discription {
		width: 400px;
		padding: 0;
		margin-bottom: 5px;
	}

	.section-contaner img{
		display: none;
	}
	

	.event_shoot{
		width: 300px;
		padding: 0;
	}

	.photography_p {
		width: 350px;
		justify-content: center;
	}
	
	.phot_port_Prices {
		width: 350px;
		margin-top: 0;
		justify-content: center;	
	}
	
	.studio {
		padding-top: 5px;
	}
	
	.port_includ_exta p{
		text-align: center;
	}
	
	.graphic_option {
		width: 350px;
		padding-top: 10px;
	}
	
	.graphic_option h2{
		font-size: 1rem;
	}
	
	.footer-main {
		margin-top: 450px;
	}
}