body { 
	height: 100%; 
	background-color: #F6F6F6;
}

#header { border: #F6F6F6 1px solid; padding-left: 8px; /*background-color: white; width: 100%; height: 30px;*/}

.head {
	margin-top: 35px;
	text-align: left;
	font-family: "avenir";
	font-weight: bold;
	font-size: 28px;
	color: #12C4AA;
	cursor: default;
}

a { color:#B3B3B3; text-decoration: none; }
a:hover { color: #F7931E; }

.asterisk img {
	position: absolute;
	right: 15px;
	width: 40px;
	padding-top: 25px
}


#gallery { 
	padding: 0 7.5px;

 }

ul {
	/*display: block;
	justify-content: center;
	margin: 15px;*/
	width: 100%;
	height: 100%;

}

ul li {
	/*list-style: none;*/
	float: left;
	padding: 7.5px;
	width: calc(100%/4);
	/*font-family: "avenir";*/
	color: white;
	height: 200px; 
	position: relative;
/*	border: orange 1px dashed;*/
}


ul li .work-one {
	background: url("../img/work-one/instructions-site.png") center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}

ul li .work-one:hover {
	opacity: 0.5;
}

ul li .work-two {
	background: url("../img/work-two/happyhalloween.png") center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}

ul li .work-two:hover {
	opacity: 0.5;
}

ul li .work-three {
	background: url("../img/work-three/daylight.png") center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}

ul li .work-three:hover {
	opacity: 0.5;
}

ul li .work-four {
	background: url("../img/work-four/squares.png") center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}

ul li .work-four:hover {
	opacity: 0.5;
}

ul li .work-five {
	background: url("../img/work-five/squares.png") center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}

ul li .work-five:hover {
	opacity: 0.5;
}

ul li .work-six {
	background: url("../img/work-six/visualize.png") center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}

ul li .work-six:hover {
	opacity: 0.5;
}

ul li .work-seven {
	background: url("../img/work-seven/main.png") center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}

ul li .work-seven:hover {
	opacity: 0.5;