/*
Theme Name: Davila Notary & Apostille
Theme URI: https://davilafarm.com/notary
Author: BizGPT
Description: Custom theme for a bilingual Houston-based notary, apostille, and translation service.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: davila-notary
Tags: custom-background, custom-logo, custom-menu, featured-images, translation-ready
*/

body {
  font-family: 'Segoe UI', sans-serif;
  background-color: #f7f7f7;
  color: #333;
  margin: 0;
  padding: 0;
}

a {
  color: #006699;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

header {
  background: #003049;
  color: #fff;
  padding: 20px;
  text-align: center;
}

nav {
  background: #d62828;
  display: flex;
  justify-content: center;
  padding: 10px;
}

nav a {
  margin: 0 15px;
  color: #fff;
  font-weight: bold;
}

main {
  max-width: 1200px;
  margin: 30px auto;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border-radius: 12px;
}

footer {
  background: #003049;
  color: #fff;
  text-align: center;
  padding: 20px;
  margin-top: 30px;
}

.home-hero {
  background: #eae2b7;
  padding: 60px 20px;
  text-align: center;
  color: #003049;
}

.home-hero h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.home-hero p {
  font-size: 1.2rem;
}

.language-switcher {
  position: absolute;
  top: 20px;
  right: 20px;
}

.language-switcher a {
  margin-left: 10px;
  color: #fff;
  font-weight: bold;
}

.section {
  margin-bottom: 40px;
}

.section h2 {
  color: #003049;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.section p {
  font-size: 1rem;
  line-height: 1.6;
}

@media (max-width: 768px) {
  nav {
    flex-direction: column;
  }

  .language-switcher {
    position: static;
    text-align: center;
    margin-top: 10px;
  }
}
