/* CSS Document */

p{
	margin: 0px;
	line-height: 1.5em;
}
#ifrm{
	width: 320px;
}
#photo_menu{
	display: none;
}

/*Tablet View*/
@media (min-width: 768px){
	#ifrm{
		width: 800px;
	}
	#photo_menu{
		display: flex;
/*		display: none;*/
		flex-wrap: wrap;
		justify-content: space-around;
/*		border-top: 1px solid #EEEEEE;*/
		border-top: 1px dashed forestgreen;
		padding-top: 10px;
	}
	#photo_menu a{
		color: #F60;
	}
	footer{
		display: block;
	}

}

/*Desktop View*/
@media (min-width: 1024px){

}
