/**
Theme Name: Astra-child
Author: Anna Margrét
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
/* =============================
   Icelandic Nature Inspired Styles
   ============================= */
:root {
  --ice-blue: #e6f2f8;
  --midnight-blue: #00334e;
  --ash-gray: #dfe4e6;
  --moss-green: #8ca08c;
  --lava-black: #1c1c1c;
  --font-color: #2a2a2a;
  --white: #ffffff;
  --font-main: 'Inter', sans-serif;
}

body {
  background: var(--white);
  color: var(--font-color);
  font-family: var(--font-main);
  line-height: 1.6;
}

/* Header / Navigation */
.ast-header-break-point .main-header-bar,
.ast-primary-header-bar {
  background-color: var(--white);
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.main-header-menu a {
  color: var(--midnight-blue) !important;
  margin: 0 1rem;
  font-weight: 500;
}

.main-header-menu a:hover {
  color: var(--moss-green) !important;
}

/* Hero Section (Use a Gutenberg block or page builder row with class .hero) */
.hero {
  background: linear-gradient(rgba(230,242,248,0.9), rgba(255,255,255,0.9)), url('your-hero-image.jpg') center/cover no-repeat;
  padding: 6rem 2rem;
  text-align: center;
  color: var(--midnight-blue);
}

.hero h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

/* Section Titles */
.entry-content h2,
section h2 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 2rem;
  color: var(--midnight-blue);
}

/* Portfolio Grid (use a block or custom class .portfolio-grid) */
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
  gap: 2rem;
}

.portfolio-grid img {
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  object-fit: cover;
}

/* WooCommerce Shop Styles */
.woocommerce ul.products li.product {
  background: var(--ice-blue);
  border-radius: 8px;
  padding: 1rem;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.03);
}

.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
  font-size: 1.1rem;
  margin: 0.5rem 0;
}

.woocommerce ul.products li.product .price {
  color: var(--moss-green);
  font-weight: bold;
}

/* Contact Form 7 */
.wpcf7-form input,
.wpcf7-form textarea {
  width: 100%;
  padding: 0.8rem;
  margin-bottom: 1rem;
  border: 1px solid var(--ash-gray);
  border-radius: 4px;
}

.wpcf7-form input[type="submit"] {
  background-color: var(--midnight-blue);
  color: var(--white);
  border: none;
  padding: 0.8rem 1.5rem;
  border-radius: 4px;
  cursor: pointer;
}

.wpcf7-form input[type="submit"]:hover {
  background-color: var(--moss-green);
}

/* Footer */
.site-footer {
  background-color: var(--ash-gray);
  color: var(--lava-black);
  text-align: center;
  padding: 2rem 0;
  font-size: 0.9rem;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .hero h1 {
    font-size: 2rem;
  }
}
