
/*******************************************************************************
	Theme Name: HTML5 CSS3 Style sheet projects_tab
	Date: July, 2015
	Description: CSS3 for K of C Website /
	This style sheet should be used for the links on the Projects tab.
	[Projects, Council, & Home Company]
	Version 1.0
	Author: Dennis M. Smith
	Edit: Nov. 29, 2015
*******************************************************************************/

/* begin styles for projects */

article {
	padding-bottom: 7%;
}

article a:link {
	margin: 2px;     /* Top Right Bottom Left */
	padding: 3px;
	background-color: #ff6;
	border-radius: 15px 15px 15px 15px;
}

.goCrosses {
	background-color: #ffff66;
	border-radius: 10px 10px 10px 10px;
	padding: 1px;
	margin-left: 0;
}

.gobsmc {
	background-color: #ffff66;
	border-radius: 10px 10px 10px 10px;
	padding: 1px;
	margin-left: 0;
}

/* 
.display_images
{
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
*/

/*  Control layout of content for the projects pages */

.projects_section {
	clear: both;
	height: 60%;
	margin: 50px 20px 0 30px;   /* Top Right Bottom Left */
	padding: 70px 10px 0 40px;
}

/* Eliminate dead space between sections */
.project_pic {
	clear: both;
	height: 160px;
	margin: 20px 20px 0 30px; 
	padding:20px 10px 0 40px;
	
}







