/* ===================================================================================

* Theme Name: Pizza Done Super Duper Right!
* Theme URI: https://themeforest.net/user/tripples/portfolio
* Author: Josh Slebodnik
* Author URI: https://josher8.github.io/
* Description: A Gloreya theme
* Version: 1.0
* Template: gloreya
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

/* Header */
#header {
    background-color: #f68500;
}

.hero-button {
    background-color: #e7272d !important;
    border-color: #e7272d !important;
}

.hero-button:hover {
    background-color: #b92125 !important;
    border-color: #b92125 !important;
}

.logo img {
    margin-top: 30px;
    max-width: 250px;
}

.navbar-container {
    background-color: #f68500;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* Page */
.banner-area * {
  position: relative;
  z-index: 2;
}

.banner-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5); 
  z-index: 1;
  pointer-events: none;
}

/* Footer */
.footer-logo img {
    max-width: 100px;
    border-radius: 10px;
}