h1, h2, h3, h4, h5, h6, p {
  margin: 0; }

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px; }

@media (min-width: 768px) {
  html {
    font-size: 16px; } }

.border-top {
  border-top: 1px solid #e5e5e5; }

.border-bottom {
  border-bottom: 1px solid #e5e5e5; }

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05); }

button.accept-policy {
  font-size: 1rem;
  line-height: inherit; }

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%; }

body {
  /* Margin bottom by footer height */
  min-height: 100vh;
  background-color: black;
  color: white;
  display: grid;
  grid-gap: 0;
  grid-template-rows: auto 1fr auto; }

navbar {
  grid-row: 1; }

.content {
  grid-row: 2; }

.footer {
  padding: 1rem;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
  /* Vertically center the text there */
  grid-row: 3; }

.youtube-embed {
  width: 1000px;
  height: 562PX; }
  @media screen and (max-width: 1200px) {
    .youtube-embed {
      width: 720px;
      height: 405PX; } }
  @media screen and (max-width: 720px) {
    .youtube-embed {
      width: 450px;
      height: 253PX; } }
  @media screen and (max-width: 520px) {
    .youtube-embed {
      width: 320px;
      height: 180PX; } }

.row .youtube-embed {
  width: 450px;
  height: 253PX; }
  @media screen and (max-width: 520px) {
    .row .youtube-embed {
      width: 320px;
      height: 180PX; } }

article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

hr {
  background-color: white;
  margin: 2rem 0; }

.channel-link {
  transition-duration: 0.4s; }
  .channel-link:link, .channel-link:visited, .channel-link:active, .channel-link:hover {
    font-weight: bolder;
    color: #fff; }
  @media screen and (max-width: 720px) {
    .channel-link h1 {
      font-size: 2.9rem; } }

.sub-btn {
  font-family: oswald;
  color: #f00;
  font-weight: bold;
  font-size: 2rem; }
  .sub-btn span {
    white-space: nowrap; }
  @media screen and (max-width: 520px) {
    .sub-btn {
      font-size: 1.5rem; }
      .sub-btn i {
        font-size: 1.8rem; } }
  .sub-btn:link, .sub-btn:visited, .sub-btn:active, .sub-btn:hover {
    color: #f00;
    text-decoration: none; }
