/*
Theme Name: WP Bootstrap Oval
Theme URI: https://example.com/wp-bootstrap-oval
Author: Your Name
Author URI: https://example.com
Description: A minimal WordPress theme built with Bootstrap 5, Font Awesome 5, and Google Font Montserrat. Clean, modern, and ready for customization.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-oval
Requires at least: 5.0
Requires PHP: 7.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, full-width-template
*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;s
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}
a{
  text-decoration: none;
}

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Full-height layout (sticky footer)
--------------------------------------------------------------*/
html,
body {
  height: 100%;
}

#main {
  background: hsl(217.5deg 12.9% 36.47%);
}

#page.site,
#primary,
#main,
#main .container,
#main .container article
 #main .container article .entry-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 100vh;
}

#content.site-content {
  flex: 1 0 auto;
  display: flex;
}

.site-footer {
  flex-shrink: 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-content {
  padding: 2rem 0;
}

#main .container {
  margin: 0 auto;
  width: 1600px;
  max-width: 98%;
  background: #fff;
  border-left: 3px solid #d4d4d4;
  border-right: 3px solid #d4d4d4;
}

/*--------------------------------------------------------------
# Posts and Pages
--------------------------------------------------------------*/
.entry-header {
  margin-bottom: 1.5rem;
}

.entry-title {
  margin-bottom: 0.5rem;
}

.entry-content {
  margin-bottom: 1.5rem;
}

.entry-meta {
  color: #6c757d;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.entry-footer {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #dee2e6;
  color: #6c757d;
  font-size: 0.875rem;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.navbar-brand {
  font-weight: 600;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.widget {
  margin-bottom: 2rem;
}

.widget-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #f8f9fa;
  padding: 2rem 0;
  margin-top: 3rem;
  border-top: 1px solid #dee2e6;
}

.site-info {
  text-align: center;
  font-size: 0.875rem;
  color: #6c757d;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
.skip-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
}

.skip-link:focus {
  left: 6px;
  top: 7px;
  text-decoration: none;
}

