@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@700&display=swap');

body {
  background-color: #ededed;
  color: #000;
  font-family: 'Inter', Arial, Helvetica, sans-serif;
}

#content .wrap1 {
    background-color: #FFF;
}

.adv-text {
  font-size: 16px;
  background-color: #B71E4C;
  color: white;
  padding: 5px;
  max-width: 150px;
}

.ad-text {
  font-size: 12px !important;
}

#content h1 {
  font-weight: 800;
  font-size: 24px;
  line-height: 1.1;
  font-family: 'Libre Baskerville', serif;
}

#content h2 {
  font-weight: 800;
  font-size: 21px;
  line-height: 1.1;
}

#content h4 {
  font-weight: 800;
  font-size: 20px;
}

#content h6 {
  font-weight: 800;
}

p {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 20px;
}

p sup {
  font-size: 50%;
  top: -10px;
  margin-left: 3px;
}

h2 sup {
  font-size: 50%;
  top: -10px;
  margin-left: 3px;
}

.footnote p {
  color: #AFAFAF;
  font-size: 14px;
}

.footnote p:last-child {
  margin-bottom: 0;
}

footer {
  background-color: #B71E4C !important;
  margin-top: 30px;
}

footer ul li {
  list-style-type: none;
  display: inline-block;
  text-align: center;
}

footer ul li a {
  color: #FFF;
  font-size: 14px;
  padding: 0 5px;
  text-decoration: none;
}

footer ul li a:hover,
footer ul li a:active {
  color: #FFF;
  opacity: 0.7;
}

footer p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 12px;
}

footer p:last-child {
  margin-bottom: 0;
}

.bg-grey {
  background-color: #d6d6d6 !important;
}

.btn-watch {
  color: #0000FF;
  font-weight: 800;
  display: block;
  font-size: 20px;
  padding-bottom: 0;
}

.text-blue {
 color: #0000FF;
}

@media (min-width: 768px) {
  #top img {
    width: 250px;
  }
  #header h6 {
    font-size: 16px;
  }
  h2 sup {
    top: -15px;
  }
  #content h1 {
    font-size: 34px;
  }
  #content h2 {
    font-size: 30px;
  }
  #content .wrap1 {
    padding: 30px;
    padding-top: 20px;
    padding-left: 10px;
  }
  #content .wrap {
    padding: 40px;
  }
  p {
    font-size: 19px;
  }
  .btn-primary {
    border-radius: 50px;
    font-size: 28px;
    padding: 15px 0;
  }
  #share p {
    font-size: 19px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px !important;
  }
  #content h1 {
    font-weight: 800;
    font-size: 40px;
    line-height: 1.1;
  }
  #content .wrap1 {
    padding: 40px;
    padding-top: 30px;
    padding-left: 10px;
  }
  #content .wrap {
    padding: 50px;
  }
}