@font-face {
font-family: 'din-regular';
src:url('../fonts/din-regular-webfont.eot');
src:url('../fonts/din-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/din-regular-webfont.woff') format('woff'),
    url('../fonts/din-regular-webfont.ttf') format('truetype'),
    url('../fonts/din-regular-webfont.svg#din-regular-webfont') format('svg');
}
/* 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;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}




/* General Demo Style */
body{	
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	overflow-y:scroll;
	overflow-x: hidden;
}
.ie7 body{
	overflow:hidden;
}
a{
	color: #333;
	text-decoration: none;
}
.container{
	position: relative;
	text-align: center;
}
.clr{
	clear: both;
}
.container > header{
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	text-align: left;
	margin-top: 0px;

	margin-bottom: 10px;
	margin-left: 20px;
	padding-top: 0px;
	
	padding-bottom: 10px;
	padding-left: 20px;
}

/* Header Style */
.codrops-top{
	width: 1300px;
	right: 0;
	background: #000;
	opacity: 0.9;
	text-transform: uppercase;
	z-index: 9999;
	position: fixed;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
	bottom: 40px;
	text-align: right;
	height: 40px;
	  padding-top: 15px;
	  border: 1px solid rgba(0,0,0,0.4);
    border-radius: 10px;
}


home-logo {
	padding-top: 50px;
	padding-left: 10%;
}

#home-navi ul {
	list-style-type: none;
	margin: 40px 0;
	padding: 0 10px;
}

#home-navi ul li {
	/*padding-left: 10%;*/
	/*background-color:#e73276;*/
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#home-navi ul li:hover {
	background-color: #e61e75;
	border: 1px solid #e61e75;
	-webkit-border-radius: 5px; 
  	-moz-border-radius: 5px; 
  	border-radius: 5px; 
}

#home-navi ul li:hover > a {
	color: #FFF;
}

#home-navi ul li a {
	color: #e61e75;
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	font-size: 1.3em;
	text-decoration: none;
}

#home-tagline {
	color: #FFF;
	font-family: 'din-regular';
	font-size: 1.3em;
	font-weight: bold;
}

#home-circle {
	float: right;
	top: 0;
	right: 0;
	max-width: 375px;
	padding-top: 0px;
	padding-bottom: 140px;
	padding-left: 20px;
	padding-right: 30px;
}

#white-line {
	width: 30%;
	background-color: #FFF;
	height: 5px;
	margin: 10px 0;
}

.white-text {
	color: #FFF;
}

p.codrops-demos{
	display: block;
	padding: 15px 0px;
}


#side-navbar {
	margin-left: 3%;
	width: 300px;
	background-color: rgba(0,0,0,0.6);
	text-align: center;
	float: left;
	margin-bottom: 30px;
	border: 1px solid rgba(0,0,0,0.4);
    border-radius: 10px;
}

.blue-text {
	color: #238bc7;
}

.pink-text {
	color: #e73276;
}

.codrops-top ul {
  list-style-type: none;
  text-align: right;
}

.codrops-top ul li {
  display: inline;
  padding-right: 15px;
}

.codrops-top ul li a {
	text-decoration: none;
	font-size: 1.2em;
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	padding: 0px 10px;
	letter-spacing: 5px;
}


@media (max-width: 1500px) { 
.codrops-top{
	width: 1000px;
}

.codrops-top ul li a {
	font-size: 1em;
	padding: 0px 5px;
	letter-spacing: 3px;
}

}

@media (max-width: 1500px) { 
.codrops-top{
	width: 900px;
}

.codrops-top ul li a {
	font-size: 0.8em;
	padding: 0px 5px;
	letter-spacing: 3px;
}

}

@media (max-width: 1100px) { 
.codrops-top{
	width: 800px;
}

.codrops-top ul li a {
	font-size: 0.7em;
	padding: 0px 3px;
	letter-spacing: 3px;
}

}


@media (max-width: 800px) { 

#home-logo {
	padding-top: 30px;
}

#side-navbar {
	margin-left: 10%;
	width: 70%;
	margin-bottom: 70px;
}

#home-navi ul {
	margin: 30px 0;
}

#home-navi ul li a {
	font-size: 1.2em;
}

#home-tagline {
	font-size: 1.5em;
}

#home-circle {
	display: none;
}
.codrops-top {
	width: 100%;
	position: relative;
	min-height: 10px;
	height: auto;
	overflow: auto;
	bottom: 0;
}

.codrops-top ul {
  text-align: center;
  margin: 0;
  padding: 0;
  padding-top: 15px;
}

.codrops-top ul li {
	display: block;
	padding-right: 0;
	padding-bottom: 25px;
}

.codrops-top ul li a {
font-size: 1em;
}

}


/* Media Queries */
@media screen and (max-width: 767px) {

	p.codrops-demos {
		position: relative;
		top: auto;
		left: auto;
	}
}
