/*
Theme Name: NDF Theme
Theme URI: https://www.nyledimarcofoundation.com
Author: Stoked Industries
Author URI: http://stoked-industries.com
Description: Child Theme of Illdy for the Nyle DiMarco Foundation
Template: illdy
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: ndftheme

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* begin custom styles */

a {
	color: #167eb7 !important;
}
a:hover {
	color: #bed9e8 !important;
	text-decoration: underline;
}

#header {
	background-position: 50%;
}
#header .bottom-header .row {
	background-color:rgba(0, 0, 0, 0.5);
	padding: 20px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#header .bottom-header .header-button-two {
	background-color: #167eb7;
	color: #ffffff !important;
}
#header .bottom-header .header-button-two:hover {
	background-color: #bed9e8 !important;
}
#header .bottom-header .header-button-one {
	color: #ffffff !important;
	margin-bottom: 15px;
}
#header .bottom-header .header-button-one:hover {
	color: #bed9e8 !important;
}

#testimonials {
	background: #167eb7; /* Old browsers */
	background: -moz-linear-gradient(top, #167eb7 0%, #176c9b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #167eb7 0%,#176c9b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #167eb7 0%,#176c9b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#167eb7', endColorstr='#176c9b',GradientType=0 ); /* IE6-9 */
}

#testimonials .section-content .testimonials-carousel .carousel-testimonial .testimonial-content {
	background-color: #000000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#testimonials .section-content .testimonials-carousel .carousel-testimonial .testimonial-content:after {
	border-color: #000000 transparent transparent;
}

#testimonials .section-header {
	margin-bottom: 0;
}

#contact-us {
	background-color: #000000;
}

#contact-us .section-content .contact-us-box .box-right span {
	color: #bed9e8;
}

#contact-us .section-header {
	margin-bottom: 20px;
}

input[type=checkbox] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}

.front-page .give-goal-progress {
	background: rgba(255,255,255,0.75);
	padding: 30px;
	border-radius: 20px;
	margin-top: 50px;
}

.front-page .give-goal-progress .raised {
	color: #2e6da4;
}
.front-page .give-goal-progress .income {
	color: #4caf50;
}

#header .front-page {
	padding-bottom: 100px;
}
