

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}


.container{
	margin:5px auto;
	
}

/*nav*/
.demo a{color: #fff;text-decoration: none;}
.demo{width: 100%;height: 500px;padding-bottom: 1.2em;}
.demo a,button{display: inline-block;border: 3px solid #fff;font-weight: 700;}
.demo a.current{background:#1d7db1;color: #fff; }

.center{text-align: center;}

