@charset "utf-8";
/* CSS Document */

#headerLogo {
	width: 100%;
	max-width: 420px;
	margin: auto;
	padding: 20px 20px 5px 20px;
	display: block;
}

nav {
	background-color: white;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
}

.nav-link {
	font-family: 'Assistant', sans-serif;
	color: #808080;
	text-transform: uppercase;
}

.clientLogo {
	width: 256px;
	height: 256px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ebebeb;
	margin-bottom: 30px;
}

.titleName {
	text-align: center;
	color: black;
	font-size: 2.5em;
	width: 100%;
}

.titleName:hover {
	text-decoration: none;
}

.logoBank {
	max-width: 860px
}

@media screen and (max-width: 868px), only screen and (max-device-width: 868px) {
	.logoBank {
		max-width: 575px
	}
}

.logoBank > div > div {
	display: flex;
	justify-content: center;
}

.workEntry {
	background-color: #ebebeb;
	width: 100%;
	padding: 20px;
	margin-bottom: 20px;
}

.workHero {
	width: 100%;
	height: 346px;
	min-width: 346px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: white;
}

.workDescription {
	position: relative;
	padding-left: 30px;
}

.workAdditionalThumbnails {
	position: absolute;
	bottom: 0px;
	left: 35px;
}

@media screen and (max-width: 1199px), only screen and (max-device-width: 1199px) {
	.workAdditionalThumbnails {
		position: static;
	}
	
	.workDescription {
		padding-left: 15px;
		padding-top: 15px;
	}
}

/* Mix it up testing grounds */
#Container .mix{
	display: none;
}

/* Sorting Controls */

.controls a {
	/*font-family: 'Open Sans Condensed', sans-serif;*/
	color: white !important;
	font-size: 1.2em;
	height: 30px;
	text-align: center;
	background-color: #a5a399;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	padding: 0px 20px;
	cursor: pointer;
	margin-bottom: 10px;
	transition: background-color 0.5s ease;
}

.controls ul {
	margin-left: 0px;
	padding-left: 0px;
}

.controls li {
	list-style-type: none;
	display: inline-block;
}

.controls a:hover {
	background-color: #4f5e83;
	text-decoration: none;
	color: white;
}

@media screen and (max-width: 675px), only screen and (max-device-width: 675px) {
	.controls ul {
		text-align: center;
		padding: 0px;
		margin: auto;
		width: 100%;
	}
	
	.controls li {
		display: block;
	}
}

.splash {
	width: 100%;
	margin-top: 20px;
}

.workExample {
	width: 100%;
	height: 346px;
	max-width: 346px;
	border: 2px solid #ebebeb;
	margin: 8px;
}

.workThumb {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: white;
}