/* @import url(http://fonts.googleapis.com/css?family=Lato:300,400,700); */
@import url('https://fonts.googleapis.com/css?family=Raleway');

body {
    font-family: 'Raleway', sans-serif;
	background: #f7f7f7;
	font-weight: 300;
	font-size: 1.3em;
	color: #333; 
	margin: 0px;
	padding: 0px;
	font-size: 1.1em;
	line-height: 1.5;
	text-align: center; 
	height: 100%;
}

.ad {
	width: 150px;
}

.header {
	background: #1b1b1b;
	background-image: url("img/main-header.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	/* padding: 100px 0px; */
	padding-top: 120px;
	padding-bottom: 140px;
}


h1 {
	margin: 0 auto 0.3em;
	font-size: 2.625em;
	color: #4C4C4C;
	padding-top: 0px;
}

h2 {
	padding: 0px 60px;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	color: white;
	font-size: 38px;
	line-height: 42px;
}

h4 {
	max-width: 600px;
	padding: 0px 50px;
	margin-left:auto;
	margin-right:auto;
	font-weight: 600;
	color: white;
}

.container {
	padding-top: 50px; 
	bottom: 30px;
	position: relative;
	max-width: 1060px;
	min-width: 200px;
	min-height: 400px;
	margin-left:auto;
	margin-right:auto;
	/* padding-left: 30px; */
}
.container-wrapper {
	margin-left: 35px;
	
	top: 45px;
	position: relative;
	
}
.column {
	background: black;
	color: white;	
	float: left;
	width: 250px;
	padding: 25px 25px 40px 25px;
	margin: 15px;
	/*cursor:pointer;*/
	
	-webkit-border-radius: 24px 0;
	border-radius: 24px 0;
	/*
	-moz-box-shadow:    3px 3px 5px 6px #ccc;
	-webkit-box-shadow: 3px 3px 5px 6px #ccc;
	box-shadow:         3px 3px 3px 3px #ccc;	*/
}
.column:hover{
	opacity: 0.85;
	background: blue;	
}
.column.dark:hover {
	background: blue;
	
}
.column.soft {	
	background: #26b7a0;
}
.column.dark {
	background: #1b1b1b;	
}
.a {
	color: white;
	letter-spacing: 1px;
	/*cursor: pointer;*/
	display: inline-block;
	margin: 3px 2px;
	border-radius: 2px;
	text-decoration:none; 
}
a:active, a:link, a:visited{
	text-decoration:none; 
	color: white;
}
a:hover {
	color: #D0D0D0;
}
p span
{
    display: block;
}

.contact-footer {
	position: relative;
    clear: both;	
	padding-top: 3em;
	padding-bottom: 0.5em;
	font-size: 9pt; 
	color: #4C4C4C !important;
}

/* a.contact-us {
	text-transform: uppercase;
	
	display: inline-block;
	text-decoration:none; 
}
*/
a.contact-footer:active, a.contact-footer:link, a.contact-footer:visited {
	color: blue;
	font-size: 30px;
	background-color: red;
}
a.contact-footer:hover {
	color: #fff888 !important;
	font-size: 20px !important;
		background-color: red;
}

.genre {
	font-size: 0.6em;
}

.download {
	padding: 0.6em 1.2em;
	color: white;
	letter-spacing: 1px;
	text-transform: uppercase;
	/*cursor: pointer;*/
	display: inline-block;
	margin: 3px 2px;
	border-radius: 2px;
	background: #64BB5D;
}

.teaser {
	width: 300px; 
	margin-top: -25px; 
	margin-left: -25px;
	position: relative;
	z-index: 100;
}