html {
  font-family: 'Noto Sans', 'sans-serif', 'Microsoft Jhenghei';
  width: 100%;
  height: 100%; }

body {
  color: #222; }

.main {
  margin: 20px;
  margin-top: 50px;
  margin-bottom: 0px;
  height: 150px; }

header.container {
  height: 300px; }

.contact-info {
  float: right; }

i.fa-5 {
  font-size: 2em; }

header {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover; }

footer {
  margin: 50px 0; }

.about {
  background-color: #F8F8F8;
  border: 1px solid;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  -webkit-border-radius: 3px;
  min-height: 250px; }

.about-img {
  height: 300px; }

.news {
  float: left;
  margin: 30px; }

.photos .row {
  margin: 20px; }

.photos img {
  width: 200px;
  padding: 10px; }

.photo {
  float: left; }

.relatedLink {
  margin: 20px;
  background: #e7e7e7;
  border: 1px solid;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  -webkit-border-radius: 3px; }

@media screen and (max-width: 768px) {
  .news-title {
    width: 86%;
    margin: auto; }

  .row .col-sm-4 {
    clear: both;
    width: 96%;
    margin: auto; }

  .row .col-sm-8 {
    width: 86%;
    margin: auto; }

  .about {
    clear: both;
    margin: 20px; }

  .about-img {
    width: 100%; } }
.ribbon-container {
  z-index: 100000;
  position: relative;
  display: inline-block;
  line-height: 1; }

.ribbon {
  position: fixed;
  bottom: 1em;
  left: 0;
  margin-right: 1em;
  padding: .75em 1.25em .75em .75em;
  border-radius: 0 .5em .5em 0;
  background-color: #39f;
  background-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.1) 100%);
  box-shadow: inset 0 0.062em 0 rgba(255, 255, 255, 0.6), 0 0.125em 0.25em rgba(0, 0, 0, 0.2);
  color: #fff;
  text-shadow: 0 -0.062em 0 rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  transition: background-color .2s ease-in-out; }

.ribbon:before,
.ribbon:after {
  position: absolute;
  background-color: inherit;
  content: ""; }

.ribbon:before {
  bottom: 0;
  left: -.5em;
  width: .5em;
  height: 3em;
  border-radius: 0 0 0 .5em;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, transparent 100%); }

.ribbon:after {
  top: -1em;
  left: -.5em;
  width: .5em;
  height: 1em;
  border-radius: .5em 0 0 .5em;
  background-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
  box-shadow: 0 0.062em 0 rgba(255, 255, 255, 0.6); }

.ribbon-container:hover .ribbon {
  background-color: #7acc29; }
