@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
body {
  font-family: 'Noto Sans TC', sans-serif;
  text-shadow: 0.01em 0.01em 0.05em #999;
  font-weight: 300;
  position: relative;
  margin-bottom: 12%;
}
#myCarousel {
    width: 100%;
}
.carousel-inner .item {
    width: 100%;
    height: 400px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.ad1 {
    background: url(img/intel_PC.jpg) no-repeat center center fixed; 
}
.ad2 {
    background: url(img/dirtyCooler.jpg) no-repeat center center fixed; 
}
.ad3 {
    background: url(img/laptop-on-coach.jpg) no-repeat center bottom fixed; 
}
.ad4 {
    background: url(img/Air_purifier.jpg) no-repeat center center fixed;
}
#Logo{
	height: 16vh;
	width: auto;
	
}
.content-iuc{
	margin-left: 9%;
	padding-top: 2%;
}
#real-hr{
	height: 20px;
	border: 0;
	box-shadow: 0 20px 20px -20px #8c8b8b inset;
	margin-top: -20px;
}
#fake-hr{
	height: 20px;
	border: 0;
	box-shadow: 0 20px 20px -20px # inset;
	margin-top: -20px;
}