/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: medium;
	text-align: center;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* General Demo Style */


* {
	-webkit-transition-property: all;
	-webkit-transition-duration: .2s;
  -moz-transition-timing-function: cubic-bezier(100,50,21,6);
	-moz-transition-property: all;
}


body{
	font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	background: #000;
	font-weight: 400;
	font-size: 15px;
	color: #aa3e03;
	overflow-y: auto;
	overflow-x: auto;
}
.ie7 body{
	overflow:hidden;
}
a{
    color: #821D15;
    text-decoration: none;
    transition: all 0.3s ease;
}
.container{
    position: relative;
    opacity: 1;
    padding-left: 0px;
    width: 100%;
    margin: auto;
    max-width: 1000px;
}
.clr{
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    background-color: #000000;
    -webkit-box-shadow: 5px 5px 21px 4px #000000;
    box-shadow: 5px 5px 21px 4px #000000;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    opacity: 0.75;
    position: relative;
    top: 60vh;
    display: block;
    background-image: -webkit-linear-gradient(180deg,rgba(31,5,6,1.00) 0%,rgba(0,0,0,1.00) 100%);
    background-image: -moz-linear-gradient(180deg,rgba(31,5,6,1.00) 0%,rgba(0,0,0,1.00) 100%);
    background-image: -o-linear-gradient(180deg,rgba(31,5,6,1.00) 0%,rgba(0,0,0,1.00) 100%);
    background-image: linear-gradient(270deg,rgba(31,5,6,1.00) 0%,rgba(0,0,0,1.00) 100%);
    min-width: 300px;
    max-width: 1000px;
    margin: auto;
    horizontal-align: center;
}
.container > header{
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	text-align: center;
}
.container >header h1, p.nadp{
	color: #3F3F3F;
	text-shadow: 0 0px 10px #FFFFFF;
	text-align: left;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	letter-spacing: 1px;
	word-spacing: 1px;
	white-space: normal;
	vertical-align: baseline;
	font-style: normal;
	font-size: xx-small;

}
.container > header h2, p.info{
	font-size: 16px;
	color: #B9B9B9;
	text-shadow: 0 0px 6px #000000;
	text-align: left;
	line-height: 22px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	letter-spacing: 1px;
	word-spacing: 1px;
	white-space: normal;
	vertical-align: baseline;
}
/* Header Style */

.menu{
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    opacity: 0.9;
    z-index: 9999;
    position: fixed;
    text-shadow: 0 0 0px;
    border-style: none;
    -webkit-box-shadow: -0px 0px;
    box-shadow: -0px 0px;
    letter-spacing: 0pt;
    word-spacing: 1pt;
    vertical-align: baseline;
    font-weight: 100;
    font-variant: normal;
    background-attachment: scroll;
    top: 0px;
    text-decoration: none;
    padding-left: 0px;
    background-image: -webkit-linear-gradient(90deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,1.00) 100%);
    background-image: -moz-linear-gradient(90deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,1.00) 100%);
    background-image: -o-linear-gradient(90deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,1.00) 100%);
    background-image: linear-gradient(0deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,1.00) 100%);
    width: 100%;
    padding-top: 20px;
    padding-bottom: 75px;
    text-align: center;
    background-origin: border-box;
}


.btn{
    color: #FFFFFF;
    font-size: 12px;
    text-decoration: none;
    letter-spacing: 2px;
    opacity: 1;
    text-align: center;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    float: none;
    -webkit-box-shadow: inset 0px 0px 0px 0;
    box-shadow: inset 0px 0px 0px 0;
    vertical-align: sub;
    border-spacing: 0px 0px;
    text-transform: uppercase;
    clear: none;
    margin-left: 5px;
    margin-right: 5px;
}

.btn:hover{
    border-left: none;
    border-right: none;
    border-bottom: 0px solid rgba(255,255,255,0.50);
    border-top: none;
    color: #FF7274;
    transition: all 0.3s ease;
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 0px;
}



.codrops-top{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	width: 60%;
	opacity: 1;
	z-index: 9999;
	position: relative;
	text-shadow: 0 0px 0px;
	border-style: none;
	-webkit-box-shadow: 0 0 0 0;
	box-shadow: 0 0 0 0;
	letter-spacing: 0pt;
	left: 20%;
	top: 21px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	word-spacing: 1pt;
	white-space: normal;
	vertical-align: baseline;
	font-weight: normal;
	font-variant: normal;
	float: left;
	clear: none;
	text-align: left;
	background-attachment: scroll;
	min-width: 700px;
	max-width: 1400px;
}
.codrops-top a{
	padding: 10px 10px;
	letter-spacing: 2px;
	color: #ddd;
	display: block;
	float: none;
}
.codrops-top a:hover{
	color: #fff;
}
.codrops-top span.right{
	float: left;
	color: #3B3B3B;
	font-variant: small-caps;
	font-size: xx-small;
}
.codrops-top span.right a{
	float: none;
	display: inline;
}

p.codrops-demos{
	display: block;
	padding: 15px 0px;
}
p.codrops-demos a,
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
    display: inline-block;
	border: 1px solid #6d0019;
	padding: 4px 10px 3px;
	font-size: 13px;
	line-height: 18px;
	margin: 2px 3px;
	font-weight: 800;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #a90329;
	background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019));
	background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: -o-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: -ms-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
}
p.codrops-demos a:hover{
	background: #6d0019;
}
p.codrops-demos a:active{
	background: #6d0019;
	background: -moz-linear-gradient(top, #6d0019 0%, #8f0222 56%, #a90329 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d0019), color-stop(56%,#8f0222), color-stop(100%,#a90329));
	background: -webkit-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	background: -o-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	background: -ms-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	background: linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
	-moz-box-shadow:0px 1px 1px rgba(255,255,255,0.9);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
}
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
	color: #A5727D;
	background: #6d0019;
}
.font-big   {
    font-size: 3em;
    font-weight: 100;
    font-variant: normal;
    font-style: normal;
    text-shadow: 0 0px;
    text-transform: uppercase;
    letter-spacing: 10px;
    word-spacing: 10px;
    color: #A62F32;
    text-align: left;
    line-height: 2.5rem;
}
.datum {
	font-size: xx-large;
	color: #B9B9B9;
	font-weight: lighter;
	font-style: normal;
	letter-spacing: 6px;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	text-shadow: 0px 0px;
}
.credits {
    font-variant: normal;
    font-size: xx-small;
    color: #B9B9B9;
    font-style: normal;
    font-weight: bolder;
    text-transform: uppercase;
}



/* Media Queries */

@media screen and (max-width:100%){
	.container > header{
	}
	p.codrops-demos {
		position: relative;
		top: auto;
		left: auto;
	}
}
