@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}

@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");

*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after {display: table;  content: ''; }
.clearfix:after { clear: both; }

body {
	background: #222222;
	font-weight: 400;
	font-size: 1em;
	font-family: "codropsicons", "Helvetica Neue", Helvetica, sans-serif;
}

a {
	color: #e6cdb7;
	text-decoration: none;
}

a:hover,
a:focus {
	outline: none;
	color: #fff !important;
}

.codrops-links {
	position: relative;
	-webkit-flex: none;
	flex: none;
	white-space: nowrap;
}

.codrops-icon {
	display: inline-block;
	margin: 0.5em;
	padding: 0em 0;
	width: 1.5em;
	text-decoration: none;
}

.codrops-icon span {
	display: none;
}

.codrops-icon:before {
	margin: 0 5px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'codropsicons';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon--drop:before {
	content: "\e001";
}

.codrops-icon--prev:before {
	content: "\e004";
}

.demos {
	margin-top: 0.5em;
}

.demos__item {
	display: inline-block;
	margin: 0 1em 0 0;
	padding: 0.2em 0;
	text-transform: uppercase;
	white-space: nowrap;
	letter-spacing: 2px;
	font-size: 0.75em;
}

.demos__item--current {
	border-bottom: 1px solid #000;
	border-color: initial;
}

.related {
	padding: 9em 1em;
	text-align: center;
	font-size: 1.5em;
	line-height: 1.8;
}

.intro__logo {
	display: none;
}

.ipnrm.ipnrm-theme-modern .ipnrm-popover {
  width: 180px;
  text-align: center;
  background-color: rgba(255, 255, 255, 1);
  border: 2px solid rgba(0, 0, 0, 0.75);
  border-radius: 8px;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 2px;
  font-weight: 400;
}

.ipnrm.ipnrm-theme-modern .ipnrm-popover.ipnrm-popover-top > .ipnrm-arrow:after {
  content: "";
  bottom: 1px;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: rgba(255, 255, 255, 1);
}



@media screen and (max-width: 590px) {
	.demos__item {
		margin-bottom: 1.5em;
	}
}
