#nav-top {
	display: block;
	text-align: center;
}
#nav-bottom {
	display: block;
	text-align: center;
}

.warning-text {
    color: red;
    font-size: 2rem;
    font-weight: bold;
  }
  
  #text-block {
    color: #ffffff;
    text-align: justify;
    font-size: 1.4rem;
	display: block !important;
  }
  
  #nav {
	  font-weight: bold;
  }
  .site-header {
    width: 50%; 
  }
	.nav-links {
    color: brown;
    font-size: 2rem;
    font-weight: bold;
  }

  .nav-links a {
    color: inherit;
    text-decoration: underline;
  }

  .promo-link {
    font-size: 2rem;
    font-weight: bold;
    color: red;
    margin-top: 1rem;
  }

  .promo-link a {
    color: black;
    text-decoration: underline;
  }
  .link-row {
    color: #d52349;
    margin-bottom: 1.5rem;
    font-size: 2rem;
	font-weight: bold;
  }

  .separator {
    color: white;
    margin: 0 0.5rem;
  }

  .link-row a {
    color: inherit;
    text-decoration: underline;
  }
  
  .download-block {
    font-weight: bold;
    margin: 2rem 0;
    font-size: 1.6rem;
	color: #d52349;
  }
  .onion-link {
    font-weight: bold;
    font-size: 1.6rem;
	color: #d52349;
	margin-bottom: -1.2rem;
  }

  .download-block a,
  .onion-link a {
    text-decoration: underline;
    color: inherit;
  }
  .mirror-link {
    margin-bottom: 2.2rem;
    font-weight: bold;
    font-size: 1.8rem;
	color: #d52349;
  }

  .mirror-link a {
    text-decoration: underline;
    color: inherit;
  }
  a:hover {
  text-decoration: none !important;
  }
    .expert-link {
    font-size: 1.5rem;
	color: #d52349;
  }
  
#banner header.site-header h1 {
font-size: 2.0em;
    margin: 0 0 0.65em 0;
	color: #fff;
  font-weight: 700;
}

.category-block {
  margin-bottom: 2rem;
}

.category-title {
  color: white;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
}

.category-links a {
  color: #d52349;
  text-decoration: underline;
  font-size: 1.4rem;
  font-weight: bold;
}
