body {
	background-image: url("../img/bg_tile4.png");
	-background-color: #ccc;
}

a {
	font-family: Open Sans;
	font-size: 19px;
	font-weight: 300;
}

#contact-text {
	text-align: center;
	padding-bottom: 32px;
}

#imprint-social {
	text-align: center;
	padding-bottom: 32px;
}

#imprint-social img {
	border-radius: 28px;
	box-shadow: 0px 0px 7px #888;
}

.blackbox {
	background-color: #2A2824;
	-background-image: url("../img/bg_tile2.png");
	box-shadow: 0px 0px 5px #000;
	-background: linear-gradient(to right, #1a1a1a, #141414);
}

.transparentbox {
	background-color: #EEEEEE;
}

.setleft {
	text-align: left;
}

.setcenter {
	text-align: center;
}

.setright {
	text-align: right;
}

.setleft div {
	text-align: center;
}

.setcenter div {
	text-align: center;
}

.setright div {
	text-align: center;
}

.profile {
	background-color: rgba(0,0,0,0.05);
	border-radius: 8px;
	display: inline-block;
	margin-bottom: 32px;
	min-height: 128px;
	padding-top: 12px;
	width: 220px;
}

.profile p {
	margin-bottom: 0px;
}

.profile img {
	margin-top: 16px;
}

.title {
	margin: 16px 0px;
	text-align: center;
	text-shadow: 0px 0px 5px #000;
	color: #ccc;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.title {
		-background-image: -webkit-gradient( linear, left top, right bottom, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #22f), color-stop(0.45, #2ff), color-stop(0.6, #2f2),color-stop(0.75, #FFFC00), color-stop(0.9, #F22), color-stop(1, #EF00FF) );
		-background-image: -webkit-gradient( linear, left top, right bottom, color-stop(0, #FFBCBC), color-stop(0.15, #FFC3FF), color-stop(0.3, #BBBBFF), color-stop(0.45, #C0FFFF), color-stop(0.6, #C5FFC5),color-stop(0.75, #FFFEBC), color-stop(0.9, #FFC3C3), color-stop(1, #FBC4FF));
		-color:transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
}

.black-title {
	margin: 16px 0px;
	text-align: center;
	text-shadow: 0px 0px 5px #888;
}

.imagetitle {
	background-color: rgba(0, 0, 0, 0.75);
	bottom: 33px;
	color: #eee;
	font-weight: 400;
	height: 32px;
	margin: 0px 0px;
	padding-left: 8px;
	position: relative;
	margin-bottom: -32px;
	text-align: left;
}

.imagetitle.small {
	bottom: 21px;
	font-size: 15px;
	height: 22px;
	margin-bottom: -18px;
}

.imagetitle.extrasmall {
	bottom: 21px;
	font-size: 15px;
	height: 22px;
	margin-bottom: -16px;
	margin-right: 11px;
}

.black {
	color: #141414;
}

.white {
	color: #ccc;
}

.fprofile {
	background-color: rgba(0,0,0,0.1);
	border-radius: 106px;
	-box-shadow: inset 0px 0px 7px #000;
	display: inline-block;
	padding: 16px;
}

#top {
	background-color: #29242A;
}

@media (min-width: 1020px) {
	#header {
		border-radius: 0px 0px 5px 5px;
	}
}

#header-img {
	text-align: center;
	height: 400px;
}

.valign-middle {
    display: table;
}

.valign-middle .columns {
    display: table-cell;
    vertical-align: middle;
}

.valign-middle .columns,
.valign-middle [class*="column"] + [class*="column"]:last-child {
    float: none;
}

#blurb {
	height: 240px;
}

#blurb-text {
	text-align: center;
}

#founders-title {
	color: #7E9DB0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#founders-title h1 {
		-background-image: -webkit-gradient( linear, left top, right bottom, color-stop(0.3, #FF8181), color-stop(0.45, #FCFF77), color-stop(0.6, #83FF83), color-stop(0.9, #86FFD6));
		-color:transparent;
		-webkit-background-clip: text;
	}
}

#games-title {
	color: #7E9DB0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#games-title h1 {
		-background-image: -webkit-gradient( linear, left top, right bottom, color-stop(0.3, #8181FF), color-stop(0.45, #7FF), color-stop(0.6, #83FF83), color-stop(0.9, #FFFF86));
		-color:transparent;
		-webkit-background-clip: text;
	}
}

@media (min-width: 1020px) {
	#founders {
		border-radius: 5px;
	}
}

#founders-alex img {
	-webkit-filter: grayscale(100%);
	max-width: 180px;
	max-height: 180px;
	filter: grayscale(100%);
	border-radius: 90px;
	box-shadow: 0px 0px 7px #000;
	border: solid 2px #2ba6cb;
	-transform: rotate(22.5deg);
}

#founders-alex a img:hover {
	-webkit-animation-name: example;
    -webkit-animation-duration: 1s;
    animation-name: example;
    animation-duration: 1s;
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	-transform: rotate(0deg);
}

#founders-sebi img {
	-webkit-filter: grayscale(100%);
	max-width: 180px;
	max-height: 180px;
	filter: grayscale(100%);
	border-radius: 90px;
	box-shadow: 0px 0px 7px #000;
	border: solid 2px #2ba6cb;
	-transform: rotate(22.5deg);
}

#founders-sebi a img:hover {
	-webkit-animation-name: example;
    -webkit-animation-duration: 1s;
    animation-name: example;
    animation-duration: 1s;
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	-transform: rotate(0deg);
}

#team {

}

@media (min-width: 1020px) {
	#games {
		border-radius: 5px;
	}
}

#games-img {
	text-align: center; 
}

#games img {
	-border: solid 1px #222;
	box-shadow: 0px 0px 1px #000;
}

#games-img img.small {
	-webkit-filter: grayscale(50%);
	filter: grayscale(50%);
}

#games-img img.small:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

#games-tal-button img {
	-webkit-filter: grayscale(75%);
	filter: grayscale(75%);
}

#games-tal-button img:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}


img.big {
	padding: 0px;
}

img.small {
	padding: 0px;
}

#games img:hover {
	box-shadow: 0px 0px 3px #2ba6cb;
	-border: solid 2px #2ba6cb;
}

#games a:hover .imagetitle {
	color: #2ba6cb;
}

#games-tal-button a:hover .imagetitle {
	color: #2ba6cb;
}

.mainmenu {
	margin-right: 16px;
}

p.menu {
	margin-bottom: 8px;
	margin-top: 44px;
}

.button {
	border-radius: 5px;
	box-shadow: 0px 0px 7px #000;
	background-color: brown;
}

.preview {
	margin: 2px -4px;
}

.preview li {
	padding: 4px;
}

#contact {

}

#footer-img {
	text-align: center; 
	background-color: #141414;
}

@media (min-width: 1020px) {
	#imprint {
		border-radius: 5px 5px 0px 0px;
	}
}

#imprint a {
	font-size: 14px;
}

/*
.top-bar-section ul li > a {
	font-size: 2em; 
}
*/

.team-member img {
	-webkit-filter: grayscale(100%);
	max-width: 180px;
	max-height: 180px;
	filter: grayscale(100%);
	border-radius: 90px;
	box-shadow: 0px 0px 7px #888;
	border: solid 2px rgba(255, 255, 255, 0.5);
	-transform: rotate(22.5deg);
}

.team-member a img:hover {
	-webkit-animation-name: example;
    -webkit-animation-duration: 1s;
    animation-name: example;
    animation-duration: 1s;
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	-transform: rotate(0deg);
}

@-webkit-keyframes example {
    from {
		-webkit-filter: grayscale(100%);
		-transform: rotate(22.5deg);
	}
    to {
		-webkit-filter: grayscale(0%);
		-transform: rotate(0deg);
	}
}

@keyframes example {
    from {
		filter: grayscale(100%);
		-transform: rotate(22.5deg);
	}
    to {
		filter: grayscale(0%);
		-transform: rotate(0deg);
	}
}

h1 {
	color: #444;
	font-family: "Open Sans";
	font-size: 48px;
	font-weight: 300;
}

h2 {
	font-family: "Open Sans";
	font-size: 21px;
	font-weight: 600;
	color: #141414;
}

h3 {
	font-family: "Open Sans";
	font-size: 32px;
	font-weight: 300;
	color: #141414;
	margin: 0.2rem 0;
}

h4 {
	font-family: "Open Sans";
	font-size: 21px;
	font-weight: 300;
	color: #141414;
	margin-top: 0.5rem;
	margin-bottom: 0.1rem;
}

h5 {
	font-family: "Open Sans";
	font-size: 21px;
	font-weight: 300;
	color: #141414;
}

p {
	font-family: "Open Sans";
	font-size: 19px;
	font-weight: 300;
	color: #141414;
}

h1.bright-text {
	text-shadow: 0px 0px 7px #000;
}

h2.bright-text {
	color: #ccc;
}

h3.bright-text {
	color: #eee;
	text-shadow: 0px 0px 7px #000;
}

h4.bright-text {
	color: #ccc;
}

h4.bold {
	font-weight: 400;
}

h5.bright-text {
	color: #ccc;
}

p.bright-text {
	color: #888;
	font-size: 16px;
}

p.bright-text a {
	color: #fff;
	font-weight: 300;
	font-size: 16px;
}

p.bright-text a:hover {
	color: #2ba6cb;
}

p.footer {
	font-size: 14px;
}

img.footer {
	margin-top: 16px;
}
