/*
Theme Name:   TheOfficers2021
Description:  Write here a brief description about your child-theme
Author:       Josh
Author URL:   https://theofficers.at/website
Template:     dt-the7
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  TheOfficers2021
*/

/* Write here your own personal stylesheet */

/* Change Selection Text Color When Highlighting */ 
::-moz-selection { background-color: #1a1a1a; 
color: #fff; } 
::selection { background-color: #1a1a1a; 
color: #fff; }

.main-nav > li > a .menu-text {
	font-family: "Tiza", Helvetica, Arial, Verdana, sans-serif !important;
}

.main-nav > li > a:hover {
	color: #000 !important;
}