body {
  background-position: center 80px;
  background-repeat: no-repeat;
  font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
  padding: 0;
}

h1, h2, h3, h4, h5, .u {
  font-family: Georgia, 'Times New Roman', Times, serif;
  text-transform: uppercase;
}

.btn-light,
.bg-light {
  background-color: #eff8fb !important;
}

.btn-secondary {
  background-color: #81b3be !important;
  border: 0px;
}

.center-cropped {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover, a:focus {
  color: #333;
  text-decoration: none;
}

.thumbs img,
.thumbs-0 img,
.thumbs-1 img {
  cursor: pointer;
}

@media (max-width: 991px) { 
  body, .btn {font-size:1.5rem;}
}

.img-main-0,
.img-main-1 {
  max-height: 500px;
}

.btn-rank {
  width: 38px;
  height: 38px;
  border-radius: 20px;
}

.dot {
  height: 25px;
  width: 25px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  margin: 0px 10px;
}

.vl {
  border-left: 4px solid #bbb;
  height: 30px;
  display: inline-block;
  margin: 0px 20px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}