/*
Theme Name: OVAA Block Theme
Author: Abhishek Potdar
Author URI: https://www.purecss.com
Theme URI: https://www.purecss.com
Tags: full-site-editing
Text Domain: ovaa-block-theme
Requires at least: 6.1
Requires PHP: 7.4
Tested up to: 6.4
Version: 1.0.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Generated on fullsiteediting.com. No code version.
*/

.hero-bg-grid{
    inset: 0;
    opacity: 0.06;
    background-image: repeating-linear-gradient(0deg, #fff 0, #fff 1px, transparent 0, transparent 60px), repeating-linear-gradient(90deg, #fff 0, #fff 1px, transparent 0, transparent 60px);
}

@media(min-width: 1366px){
    .container{
    	max-width: 90% !important;
    	width: 90% !important;
    }
}

@media (min-width: 1366px) and (max-width: 1439px) {
  .hero-section-title{
      font-size: 65px;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .hero-section-title{
      font-size: 65px !important;
  }
}