/* 
Theme Name:		 ENIUGH Childtheme (Hemingway)
Theme URI:		 https://research.uni-leipzig.de/~eniugh/
Description:	 ENIUGH Childtheme (Hemingway) is a child theme of Hemingway
Author:			 Florian Förster
Author URI:		 https://research.uni-leipzig.de/~eniugh/
Template:		 hemingway
Version:		 1.0.0
Text Domain:	 eniugh-childtheme-hemingway
*/


/*
    Add your custom styles here
*/

body {
	font-family: 'Times', sans-serif;
}

.section.bg-dark {
    background: #20283B;
	
}

.blog-menu li:hover a {
	background-color: #dc8f15;
}

.blog-menu ul li {
	width: 240px; 
	
		background: #dc8f15;
}

.blog-menu a {
	
		display: block;
	
		padding: 20px 20px;	
		color: rgba( 255, 255, 255, 0.5 );	
}

.mobile-menu a {
		
		display: block;
		
		padding: 12px;			
		font-size: 12px;
		
		border-bottom: 1px solid rgba(255,255,255,0.1);
		
		background: #dc8f15;
	
		display: block;
		
		text-transform: uppercase;
		
		letter-spacing: 1px;
		
		color: rgba(255,255,255,0.8);	
		
		font-size: 13px;
	
}

.toggle-container { 
		
				
		background: #1e273b;	
}

.search-toggle .glass {
		background: #1e273b;
}