/*
 Theme Name:   Harrison Child
 Theme URI:    
 Description:  Harrison Child Theme
 Author:       John Doe
 Author URI:   
 Template:     harrison
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         child, tour
 Text Domain:  harrisonchild
*/




/*--------------------------------------------------------------
# - CSS Variables
--------------------------------------------------------------*/
:root {
	--primary-color: #c9493b;
	--secondary-color: #e36355;
	--accent-color: #078896;
	--highlight-color: #5bb021;
	--light-gray-color: #e4e4e4;
	--gray-color: #848484;
	--dark-gray-color: #242424;
	--text-color: rgba(0, 0, 0, 0.9);
	--medium-text-color: rgba(0, 0, 0, 0.7);
	--light-text-color: rgba(0, 0, 0, 0.5);
	--link-color: #c9493b;
	--link-hover-color: #e36355;
	--button-color: #cd0000; /*rot    #ccc;*/
	--button-text-color: #ffd700; /*gelb    #fff;*/
	--button-hover-color: #e36355;
	--button-hover-text-color: #fff;
	--page-background-color: #fff;
	--page-border-color: rgba(0, 0, 0, 0.1);
	--page-light-bg-color: rgba(0, 0, 0, 0.05);
	--header-background-color: #cd0000; /*rot    #fff;*/
	--header-text-color: #ffd700; /*gelb rgba(0, 0, 0, 0.9);*/
	--header-text-hover-color: #fff; /*weiss #e36355; */
	--header-border-color: rgba(0, 0, 0, 0.1);
	--title-color: #202020;
	--title-hover-color: #e36355;
	--footer-background-color: #202020;
	--footer-text-color: rgba(255, 255, 255, 0.5);
	--footer-link-color: rgba(255, 255, 255, 0.95);
	--footer-link-hover-color: rgba(255, 255, 255, 0.5);
	--footer-border-color: rgba(255, 255, 255, 0.1);
	--text-font: "Barlow", arial, helvetica, sans-serif;
	--title-font: "Barlow", arial, helvetica, sans-serif;
	--navi-font: "Barlow", arial, helvetica, sans-serif;
	--title-font-weight: bold;
	--navi-font-weight: normal;
	--title-text-transform: none;
	--navi-text-transform: none;
}
	
	
	
	
.more-link {
    padding: 0.05em 0.6em;
}	