/*!
Theme Name: SJVSQP
Theme URI: http://underscores.me/
Author: Never Borning Design Associates
Author URI: https://neverboring.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: sjvsqp
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

SJVSQP 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/
*/

:root {
	--theme-dark-color: #123A67;
	--theme-highlight-color: #FFB400;
	--theme-light-color: #EEF0F6;
}

html, body { font-size: 16px; }

p { margin-bottom: 0; padding-bottom: 0; }
footer.footer.dark-footer { background: url('https://t9j.161.myftpupload.com/wp-content/themes/sjvsqp/assets/images/leaf.svg') bottom left/contain no-repeat #123A67; }
.light-bg { background: url('https://t9j.161.myftpupload.com/wp-content/themes/sjvsqp/assets/images/background.svg') top center/cover no-repeat white; }

h1, h2, h3, h4, h5, h6 { font-weight: 800; font-family: 'Poppins', sans-serif; }

.navbar .navbar-nav .nav-link { font-size: 14px; text-transform: uppercase; }
.logo img { width: 250px; }

.navbar .navbar-nav .active .nav-link, .navbar .navbar-nav .nav-item:hover .nav-link, .white-vr .navbar .navbar-nav .active .nav-link, .white-vr .navbar .navbar-nav .nav-item:hover .nav-link {
	color: var(--theme-dark-color);
}

.pill { border-radius: 30px; background: var(--theme-dark-color); color: white; padding: 10px 35px; text-transform: uppercase; font-size: 14px; }
.pill:hover { background: var(--theme-highlight-color); color: white;  }

.internal { background-color: #ffffff;}

body { background: url('https://t9j.161.myftpupload.com/wp-content/uploads/2024/01/Creamy-Gradient-Texture-Background-8-scaled.webp') top center/cover no-repeat; }

.tribe-events { margin-top: 100px; }
.tribe-events-c-subscribe-dropdown__container { display: none!important; }

.comment-form textarea { width: 100%; display: block; }
.comment-form input { width: 30%; max-width: 300px; display: block; }
.comment-form input.submit { border-radius: 30px; background: var(--theme-dark-color); color: white; padding: 10px 35px; text-transform: uppercase; font-size: 14px; }
h3.comment-reply-title { font-size: 20px; }