/*
Theme Name: Harington Child
Theme URI: https://harington.clapat-themes.com/
Description: Responsive Wordpress Theme
Template: harington
Version: 1.0
Author: You
Author URI: https://your site
License: Themeforest
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: harington-child
*/


/*------------------------------------------------------------------

Add here your own styles
-------------------------------------------------------------------*/

@media only screen and (max-width: 2000px) {
	
	.next-hero-subtitle-wrapper {
  		max-width: 95%;
	}
	.page-nav-caption {
		padding-top: 80px;

	}
	
}

	::selection {
    background: #025c5a;
    color: #fff;
    text-shadow: none;

}

	
	.light-content h1, .light-content h2, .light-content h3, .light-content h4, .light-content h5, .light-content h6, .dark-section h1, .dark-section h2, .dark-section h3, .dark-section h4, .dark-section h5, .dark-section h6 {
		color: #fff;
	}
	
	.light-content .light-section h1, .light-content .light-section h2, .light-content .light-section h3, .light-content .light-section h4, .light-content .light-section h5, .light-content .light-section h6 {
		color: #025c5a;
	}


	.light-content p, .dark-section p{
		color:#fff;
	}
	
	.light-content .light-section p {
		color:#025c5a;
	}

