/*!
Theme Name: oceanBreeze45
Theme URI: 
Author: 
Author URI: 
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: oceanbreeze45
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.

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/* CSS Reset */
body,
div {
  margin: 0;
  padding: 0;
}
body {
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  overflow-x: hidden;

  overscroll-behavior: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* Universal selector for border-box */
*,
*:before,
*:after {
  box-sizing: inherit;
}

/* Set box-sizing to border-box for the html element */
html {
  box-sizing: border-box;
  font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* h1,h2,h3,h4,h5,h6 {
  text-wrap: balance;
}
p,li,div{
  text-wrap: pretty;
} */

/**/
/* Default padding for all screen sizes */
.pb-40 {
  padding-bottom: 40px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.-mb-50{
  margin-bottom: -50px;
}


/* Responsive padding */
@media (min-width: 576px) {
  .py-sm-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}

@media (min-width: 768px) {
  
}

@media (min-width: 992px) {
  .py-md-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .py-md-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .pt-md-80{
    padding-top: 80px !important;
  }
  .-mb-md-50{
    margin-bottom: -50px !important;
  }
}

@media (min-width: 1200px) {
  .py-lg-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  
}

@media (min-width: 1400px) {
  
}
