/*	CONTENT BLOCK 1-1
/*----------------------------------------------------*/
@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform:translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		transform:none;
	}
}

.fadeInLeft {
		animation-name:fadeInLeft
}

.bg-gellner {
	background-color: #111111;
}
.h1-gellner {
	text-align: center;
	color: #b7c1bb;
}
.h1-gellner h1 {
	color: #b7c1bb;
}
.content-1-1 {
	background: url("../images/site/Paul_Gellner_mobi.jpg") center top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


@media only screen and (min-width: 768px) {
	.content-1-1 {
		background: url("../images/site/Paul_Gellner_tab.jpg") center top no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	.content-1-1 h1 {
		text-transform: uppercase;
		color: #b7c1bb;
		font-size: 18px; 
		letter-spacing: 3.1px; 
		font-weight: bold;
	}
}

@media only screen and (min-width : 992px) {
	.content-1-1 {
		height: 100%;	
	}
	.content-1-1 .h1-gellner {
		margin-top: 65%;
		width: 100%;
		animation-duration: 1.25s;
		animation-name: fadeInLeft;
	}
	.content-1-1 h1 {
		text-transform: uppercase;
		color: #b7c1bb;
		font-size: 24px; 
		letter-spacing: 3.1px; 
		font-weight: bold;
	}
	.content-1-1 {
		background: url("../images/site/Paul_Gellner_orig.jpg") center top no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}

@media only screen and (min-width : 1200px) {
	.content-1-1 {
		height: 100%;	
	}
	.content-1-1 .h1-gellner {
		margin-top: 65%;
		width: 100%;
		animation-duration: 1.25s;
		animation-name: fadeInLeft;
	}
	.content-1-1 h1 {
		text-transform: uppercase;
		color: #b7c1bb;
		font-size: 44px; 
		letter-spacing: 3.1px; 
		font-weight: bold;
	}
	.content-1-1 {
		background: url("../images/site/Paul_Gellner_orig.jpg") center top no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}
