body {
	background-color:#FFFFFF;
	font-family:Arial, sans-serif;
	color:#000;
	margin-top:0px;
	padding-top:0px;
	background-image:url('../images/toronto-bg3.jpg');
	background-size:cover;
}

#site-overlay {
	width:100%;
	height:100%;
	background-image:url('../images/toronto-bg2.jpg');
	background-size:cover;
}

.highlight-text {
	/*color: #3a647b;*/
	color: #3a647b;
}

#site-wrapper {
	width:90%;
	height:100%;
	margin-top:0px;
	margin-left: 5%;
	margin-right: 5%;
	padding-top:0px;
}

#site-content {
	width: 100%;
	max-width: 800px;
	margin:auto;
}


/* ID */
#top-bar {
	width:100%;
	height: 80px;
}

#top-bar #site-id-image {
	width:127px;
	height:80px;
	float:left;
	cursor: pointer;
}


/* MENU */
#menu {
	/*width: 350px;*/
	height: 80px;
	float:right;
}

#menu #menu-list {
	list-style-type: none;

}

#menu #menu-list .nav-item {
	font-size: 17px;
	padding-top:1px;
	padding-bottom:1px;	
	cursor: pointer;
	display:inline-block;
	padding: 0 5px;	
}

#menu #menu-list .active{
	color:#ff0000;
}

/* MAIN CONTENT BLOCK */
#content {
	margin-top:30px;
}

.active-section {
	display:block;
}

.inactive-section {
	display:none;
}

.headline {
	font-size:35px;
}

.secondary-headline {
	font-size:20px;
	margin-bottom:0px;
}


/* TEAM SPECIFIC */

.team-member {
	float:left;
	width:100%;
}

.team-photo {
	width:100%;
}

.team-column-right {
	float:left;
	width:75%;
}

.team-column-left {
	float:left;
	width:20%;
	margin-right:5%;
}

.caption-headline {
	font-size: 16px;
	margin:5px 0;
}

.caption-subheadline {
	font-size: 14px;
	margin:5px 0;
}

#naveen {
	margin-top:20px;
}

#poster-container {
	width:100%;
	height:auto;
}

.poster {
	width:190px;
	float: left;
	margin: 5px;
}

.poster-label {
	margin: 5px;
}

.link {
	text-decoration: none;
}

.link:hover {
	color: red;
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
	#top-bar #site-id-image {
		width:90px;
	}

}

