@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&family=Varela+Round&display=swap');

body {
  font-family: 'Noto Sans', sans-serif;
}

a {
  text-decoration: none;
}

@media (min-width: 1200px) {
  .container {
      max-width: 970px;
  }
}

/* Carousel */
.slider-size {
  height: 550px;
}
.carousel .carousel-caption {
  font-family: 'Varela Round', sans-serif;
}
.carousel .carousel-caption a {
  text-shadow: 1px 1px 1px #000;
}

/* Article */
.post .thumbnail {
  height: 200px;
  width: 100%;
}
@media (max-width: 768px) {
  .post .thumbnail {
    height: 300px;
    width: 100%;
  }
}

.post .post-header {
  font-family: 'Varela Round', sans-serif;
}

.post .post-category:after {
  content: ",";
}
.post .post-category:last-child:after {
  content: "";
}
.post .post-content img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.post .post-content a {
  text-decoration: underline;
}
.post .post-content .also-read {
  font-weight: bold;
}
.post .post-content .also-read a {
  font-weight: normal;
}
.post .post-content figure {
  margin-bottom: 10px;
}
.post .post-content figcaption {
  margin-top: 8px;
  font-size: 90%;
  color: #999999;
}

ul.pagination li {
  padding: 0 10px;
}
ul.pagination li.disabled {
  color: #555;
}

@media (max-width: 768px) {
  .float {
    width: 90vw;
  }
}

.btn {
	border-radius: .2em;
}