/*
Theme Name: ActionFonts
Author: ActionFonts
Description: This is the new theme for ActionFonts.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ActionFonts
*/

body {
	background-color: GhostWhite;
	font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size: 16px;
}

.navbar-brand {
    font-family: 'Oswald', sans-serif;
	font-size: 26px;
}

h1, h2, h3, h4 {
	color: black;
	font-family: 'Open Sans', sans-serif;
}

h1 {
	color: black;
	font-size: 2rem;
}

h2 {
	font-size: 1.2rem;
}

h2 a {
    color: black;
	text-decoration: none;
}

h2 a:hover {
    color: red;
	text-decoration: underline;
}

a {
    color: var(--bs-gray-800);
    text-decoration: underline;
}

p {
    line-height: 1.625;
}

.navbar-dark, .navbar[data-bs-theme=dark] {
    font-size: 16px;
}

.single h1 {
	font-size: 36px;
	margin-bottom: 30px;
}

.single h2 {
	font-weight: 600;
	margin-bottom: 30px;
}

.single p, .single ul {
	margin-bottom: 30px;
}

.single li {
	margin-bottom: 11px;
}

.single hr {
	margin-bottom: 30px;
}

.home h2, .category h2, .search-results h2 {
	font-size: 1rem;
}

.home .card-body p {
	margin-bottom: 0;
}

.files > p {
    margin-bottom: 0;
}




.footer {
	background-color: black;
	color: white;
	font-size: 14px;
}

@media (min-width: 1400px) {
  .container {
    width: 1000px;
  }
}