/*   
Theme Name: College Forward
Theme URI: http://thegkwco.com
Description: Customized Wordpress Template By theGKWco for College Forward ALL RIGHTS RESERVED 2013
Author: theGKWco
Author URI: http://thegkwco.com
Version: 1.00

*/



/*Pull in compressed and compiled Master Style Sheet*/
@import "_/style/master.css"; 

.home-story {
	width: 100%;
	min-width: 0px;
}

#header {
	min-width: 0px;
}

/* Hides social icons by "donate" button */

#social-nav li#menu-item-67 {
	display: none;
}

#social-nav li#menu-item-66 {
	display: none;
}

/* Moves position of donate button */

#social-nav a {
	color: white;
}

#social-nav li.donate-button {
	font-size: 75px;
	line-height: normal;
    	top: -97px;
    	left: -60px;
}

/* Delete this section below to bring back stock photo section */

.intro-placeholder {
	display: none;
}

/* Makes twitter feed on main page scroll */

#social-media-feeds #twitter {
	overflow-y: scroll;
}

/* adjusts text section width for better readability */

.page-primary {
	float: none;
    	max-width: 1100px;
    	margin: 0 auto;
}