/*=== Site-specific overrides of the standard GT CSS ===*/


/*== Global Overrides ==*/
DIV.primary-menu-wrapper DIV.primary-menu-content {
	background-color: #00254c;
}

DIV.primary-menu-content DIV.region-primary-menu NAV.block-menu > UL > LI > A{
	color: #FFFFFF;
}

blockquote:before, blockquote:after {
	color: #EBB728;
}

@media (min-width: 560px){
	.node .field--type-image {
		float:none;
	}
}

/* All images on this site will have captions, so the default 1em bottom margin is too large */
.field--type-image img {
	margin: 0;
}

/*= About alignment containers =*/
.about-one-third {
	display: inline-block; 
	width: 33%; 
	vertical-align:top;
}

.about-two-thirds {
	display: inline-block; 
	width: 66%; 
	vertical-align:top;
}

/* ~496px and less turn off inline-blocks for mobile*/
@media only screen and (max-width: 31em) {
	.about-one-third {
		display: block; 
		width: 100%; 
	}

	.about-two-thirds {
		display: block; 
		width: 100%; 
	}
}

/*== Targeted Overrides ==*/

/*-- Home Page --*/

/*- Home Page Background Image -*/
 BODY.path-frontpage DIV#page-wrapper {
 	    background: #292929 url("http://sutherlandchair.cos.gatech.edu/sites/default/files/sutherland-theme/betsyjohnresearchbg.png") no-repeat fixed right top;
 }
 
 BODY.path-frontpage DIV#page {
 	background: transparent;
 }
 
 BODY.path-frontpage DIV#main-wrapper {
 	background-color: rgba(0,0,0,0.7);
 	color: #FFFFFF;
 	margin-top: 35%;
 }
 
 /*- Home Page, About pages Hide Title -*/
 BODY.page-node-type-about-entries H1.page-title, BODY.path-frontpage H1.page-title {
 	display: none;
 }