/*!
Theme Name: Take5 Digital
Theme URI: http://underscores.me/
Author: GIANT Creative
Author URI: https://giantcreativeinc.com/
Description: A theme for Take5 Digital.
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: take5digital
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.

Take5 Digital 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/
*/

.entry-title {
    text-align: center;
    padding-top: 100px; /* Adjust as needed */
    padding-bottom: 100px; /* Adjust as needed */
    color: #fff; /* Adjust text color as needed */
}
.single-post {
    background: #fff !important;
}
main#primary {
    padding: 70px 100px;
    text-align: justify;
    margin: 0px 15rem;
}
#primary h3 {
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    line-height: 75px;
}
#primary img {
    width: 100%;
    height: auto;
}
main#primary a.app-aware-link {
    color: #f15a29;
}
main#primary p {
    color: #000;
}
footer.aos-init.aos-animate {
    background: #000;
}
div#scene2 {
    display: none;
}