/*!
Theme Name: Fearless
Theme URI: fearless2.wpengine.com
Author: Denis Bogdanov
Author URI: fearless2.wpengine.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fearless
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/


section.hero .content a {
    color: inherit;
}


@import url('https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');
.section-top h1 {
	font-family: "Space Mono", monospace;
	font-weight: 400;
	font-style: normal;
}

.founders-box {
	left: 50%;
	transform: translateX(-50%);
	width: 75%;
	text-align: center;
}

@media only screen and (max-width: 950px) {
	.section-top {
		margin-top: 100px;
	}
	
	.founders-box .inner {
		padding: 5px;
	}
	
	.founders-box .inner .text {
		font-size: 12px;
	}
	.founders-box {
	    bottom: 10px;
	}
}