@charset "UTF-8";
* {
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: Apple LiGothic, Heiti TC, "微軟正黑體";
}

body, html {
  background-color: #191919;
  z-index: 100;
}

body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 715px;
  z-index: -10;
  background: url(https://imgur.com/ldP9t7j.jpg) no-repeat center center;
  background-size: cover;
}

.row {
  width: inherit;
}

nav.navbar.navbar-default.navbar-fixed-top.navbar-top {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 0px;
}
nav.navbar.navbar-default.navbar-fixed-top.navbar-top a {
  color: #eeeeee;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
nav.navbar.navbar-default.navbar-fixed-top.navbar-top a:hover {
  color: #D8770C;
}

.title {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  color: #eeeeee;
}
.title h1 {
  letter-spacing: 3px;
  font-weight: 900;
  display: inline-block;
  padding: 0px 0px 5px 3px;
  border-bottom: solid 2px grey;
}

#welcome_page.jumbotron {
  border-radius: 0px;
  height: 715px;
  color: #eeeeee;
  background-color: transparent;
  text-align: center;
}
#welcome_page.jumbotron .container {
  width: 100%;
  position: absolute;
  bottom: 33%;
}
#welcome_page.jumbotron .container .row {
  margin-left: auto;
  margin-right: auto;
}
#welcome_page.jumbotron i {
  margin-top: 50px;
  width: 100px;
  height: 60px;
  opacity: 0.6;
  color: rgba(255, 255, 255, 0.8);
  border: solid 1px #eeeeee;
  border-radius: 10px;
}

#recent_activity {
  margin-top: -20px;
  background-color: #eeeeee;
}
#recent_activity .col-sm-12.title {
  color: #191919;
}
#recent_activity .pic {
  padding: 100px;
  background-position: center center;
}
#recent_activity .pic1 {
  background-image: url(https://i.imgur.com/NYNackZ.png);
  background-size: 135% auto;
}
#recent_activity .pic2 {
  background-image: url(https://i.imgur.com/2zGserl.png);
  background-size: 135% auto;
}
#recent_activity .pic3 {
  background-image: url(https://imgur.com/rOYHHzn.jpg);
  background-size: 135% auto;
}
#recent_activity .text_panel h2, #recent_activity .text_panel h4, #recent_activity .text_panel p {
  text-align: left;
}
#recent_activity .text_panel h4 {
  color: #D8770C;
}
#recent_activity .text_panel p {
  color: grey;
  letter-spacing: 1px;
}
#recent_activity .btn.btn-default {
  background-color: #eeeeee;
  margin-bottom: 25px;
}

#about_us {
  background-color: #040F2D;
  padding-bottom: 25px;
}
#about_us .image {
  height: 300px;
  background-image: url(https://i.imgur.com/MnRRYeC.jpg);
  background-size: cover;
  background-position: center;
}
#about_us .story {
  padding: 50px;
}
#about_us .story p {
  color: #eeeeee;
  font-weight: 100;
  text-align: left;
  margin-bottom: 15px;
  letter-spacing: 2px;
}
#about_us .intro {
  padding-top: 25px;
  padding-bottom: 50px;
}
#about_us .intro .pic {
  width: 80px;
  height: 80px;
  margin: auto auto;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
#about_us .intro .pic1 {
  background-image: url(http://i.imgur.com/dAz1JYc.png);
}
#about_us .intro .pic2 {
  background-image: url(http://i.imgur.com/PsA5Kl6.png);
}
#about_us .intro .pic3 {
  background-image: url(http://i.imgur.com/lFGskjp.png);
}
#about_us .intro .text {
  padding: 5px;
  color: #eeeeee;
}
#about_us .intro .text h4 {
  color: #D8770C;
  margin-bottom: 5px;
}
#about_us .intro .text p {
  margin-bottom: 0px;
}

#schedule {
  background-color: #eeeeee;
}
#schedule .col-sm-12.title {
  color: #191919;
}

#features.section-spacing.text-center {
  background-color: #eeeeee;
}

#features.section-spacing.text-center .overlay {
  position: absolute;
  width: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
}

#gallery {
  padding-bottom: 50px;
  background-color: #040F2D;
}
#gallery #myCarousel.carousel.slide {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
#gallery #myCarousel .nav {
  background: #eee;
}
#gallery #myCarousel .nav .item {
  width: 600px;
  height: 400px;
  background-image: url(http://i.imgur.com/ioJyFKY.jpg);
}
#gallery #myCarousel .nav a {
  border-radius: 0px;
}
#gallery #myCarousel .nav a small {
  display: block;
}

#foreword {
  background-color: transparent;
  padding-top: 50px;
  padding-bottom: 50px;
}
#foreword .col-sm-12 {
  height: 300px;
}
#foreword .col-sm-12 .text_panel {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#foreword .col-sm-12 .text_panel h2 {
  color: White;
  text-align: center;
}

#copyright {
  background-color: #191919;
  background-size: cover;
  padding: 50px 0px 20px 0px;
  text-align: center;
  color: grey;
}
#copyright .icon {
  border-radius: 100%;
  display: inline-block;
  margin: 25px;
  height: 50px;
  width: 50px;
  background-position: center center;
  background-size: 120%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#copyright .icon:hover {
  cursor: pointer;
  background-size: 130%;
}
#copyright .icon.fb {
  background-image: url(http://graph.facebook.com/nthuastro/picture?width=200&height=200);
}
#copyright .icon.acuut {
  background-image: url(http://graph.facebook.com/AstronomyClubUnion/picture?width=200&height=200);
}
#copyright .icon.email {
  background-image: url(http://i.imgur.com/67XYGpi.png);
}
#copyright p {
  margin: 0;
}
