/* Style Sheet for Mandala.php */


	h2, h4 {text-align: center;}
	
	h2 {color: rgba(231, 143, 17, 0.75);}
	
	#text p {
		margin: 1em 2em;
	}
	
	#photos {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	
#photos	figure {
		width: 200px;
		padding: .5em;
		margin:0;
		}

#photos	img {
			width: 100%;
		}

