body {
	overflow: hidden;
	background: transparent url(../img/default.jpg);
	background-position: 0px -300px;
}

a {
	font-weight: 600;
	color: #ffcc33;
}

a:hover,
a:focus {
	color: #fff;
}

/* Header */

.codrops-header {
	position: absolute;
	z-index: 1000;
	right: 0;
	bottom: 0;
	width: 100%;
	padding: 1em 1em 0 1em;
	text-align: right;
}

.codrops-header h1 {
	font-family: 'quicksandlight', sans-serif
	font-size: 1.5em;
	font-weight: normal;
	font-weight:100;
	line-height: 1;
	margin: 0.75em 0.25em 0.5em;
}

.codrops-links a {
	color: #fff;
}

.codrops-links a:hover,
.codrops-links a:focus {
	color: #adc53b;
}

.codrops-demos {
	color: #aaa;
}

.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover,
.codrops-demos a.current-demo:focus {
	color: #fff;
}

.Background {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.Background::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), transparent 50%, rgba(0, 0, 0, 0.5));
}

.intro {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5em;
}
.cust_title {
	font-size: 3em;
  	font-family:'Bahagia',Arial,sans-serif;
  	color:rgba(204,0,0,1);
	font-weight:100;
	letter-spacing:2px;
	text-shadow:#222 1px 1px 1px ;
	}
.intro__title {
	font-family: 'quicksandregular', sans-serif;
	font-size: 7em;
	line-height: 0.9;
	margin: 0;
	margin-left: -0.1em;
	letter-spacing: -0.025em;
	background:url(../img/corp.png) no-repeat right ; 
}

.intro__subtitle {
	font-size: 1.8em;
	margin: 0.5em 0;
	color:#FFCC33;
	font-family:'quicksandlight', sans-serif;
	font-weight:bold;
	text-shadow:#222 1px 1px 1px ;
	
}

.intro__button {
	font-weight: 600;
	margin: 2em 0 0 0;
	padding: 1em 2.5em;
	letter-spacing: 0.05em;
	color: #adc53b;
	border: 2px solid #adc53b;
	border-radius: 2em;
	background: none;
	-webkit-transition: color 0.2s, background 0.2s;
	transition: color 0.2s, background 0.2s;
}

.intro__button:hover,
.intro__button:focus {
	color: #fff;
	outline: none;
	background: rgba(102,153,51,0.5);
}

.codrops-demos {
	padding: 0 0 1.5em;
}
@media screen and (max-width: 900px) {

	.intro__title {	font-size: 4em; padding:40px; }
	.intro__button {
		margin: 1em;
		padding: 0.8em 1em;
		font-size:11px;
	}
}
@media screen and (max-width: 600px) {
	
	body { background-size:none; background-position: 0px 0px }
	.Background::after {
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent 80%);
	}
	.intro {
		padding: 1em;
	}
	.intro__title {
		font-size: 2em;
		padding:50px;
	}
	.intro__subtitle {
		font-size: 1em;
	}
	.cust_title {
		font-size:2em;
	}
	.intro__button {
		font-size: 0.75em;
	}
	.codrops-header h1 {
		font-size: 1.25em;
	}
	.codrops-demos {
		font-size: 0.75em;
	}
	.codrops-demos span {
		display: none;
	}
	.intro__button {
	
}
