/*
Theme Name: FT Charity NGO Child
Version: 0.1.17
Author: Siegal Works
Author URI: https://siegalworks.com
Description: FT Charity NGO Child is a child theme of FT Charity NGO from https://www.flawlessthemes.com/theme/ft-charity-ngo-best-charity-ngo-wordpress-theme-ever/ from https://flawlessthemes.com/
Tested up to: 5.7
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-background, custom-logo, custom-menu, editor-style, featured-images, post-formats, theme-options, threaded-comments, translation-ready
Text Domain: ft-charity-ngo-child
Template: ft-charity-ngo

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.

FT Charity NGO is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/

*/

/*
 *    15.1 - >= 480px
 *    15.2 - >= 640px
 *    15.3 - >= 768px
 *    15.4 - >= 1024px
 *    15.5 - >= 1120px
 *    15.6 - >= 1366px
 *    15.7 - >= 1600px
 *    15.8 - >= 1920px
 */

 @font-face {
     font-family: 'a_applicant_signatureregular';
     src: url('fonts/applicantsignature-zvolq-webfont.woff2') format('woff2'),
          url('fonts/applicantsignature-zvolq-webfont.woff') format('woff');
     font-weight: normal;
     font-style: normal;
 
 }
 
 @font-face {
     font-family: 'yesteryearregular';
     src: url('fonts/yesteryear-mdvp-webfont.woff2') format('woff2'),
          url('fonts/yesteryear-mdvp-webfont.woff') format('woff');
     font-weight: normal;
     font-style: normal;
 
 }
 
 @font-face {
     font-family: 'fake_seriffake_serif';
     src: url('fonts/fakeserif-k4dp-webfont.woff2') format('woff2'),
          url('fonts/fakeserif-k4dp-webfont.woff') format('woff');
     font-weight: normal;
     font-style: normal;
 
 }
 

/** MODAL **/
.modal-content span.ourCovenantHdr {
     font-size: 34px;
     color: #28C77B;
}

.modal-content p {
     margin-top: 2em;
}
/* The Modal (background) */
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
background-color: #fefefe;
margin: 15% auto; /* 15% from the top and centered */
padding: 20px;
border: 1px solid #888;
     width: 600px;
max-width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
}