@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
.notosans {
    font-family: 'Noto Sans TC';
}

.home-title {
    font-weight: 300;
    margin-bottom: 20px;
}

.n-highlight {
    color: #00b4e0;
}

.n-white {
    color: #fff;
}

.gallery .hover-overlay .overlay>div {
    padding: 0 15%;
}
a {
    font-size: 15px;
    color: #00b4e0;
  }
  a:visited {
    color: #00b4e0;
  }
  a:hover,a:active, a:focus {
    color:#0f7892;
  }