/*
	Theme Name: ayrbelleislegolfclub
	Theme URI: http://www.studiopress.com/themes/ayrbelleislegolfclub
	Description: Decor is a two or three column child theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 1.0
	Tags: black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, white, yellow, dark, light, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, custom-background, custom-header, custom-menu, featured-images, full-width-template, post-formats, sticky-post, theme-options, threaded-comments
	Template Version: 1.8
	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Base Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Times New Roman', times, serif;
  color: #c6ba92;
  /* var(--color_24) */
  background-color: #1a380a;
  /* var(--color_11) */
  background-image: url("../img/41d000_d59982eba4885307e53ac5a442b1921b.webp");
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
  font-size: 16px;
  line-height: 1.4;
}

/* Container Layout */
.site-container {
  width: 980px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.6);
  border: 1px solid #aa9550;
  /* var(--color_23) */
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  min-height: 1000px;
}

/* Header Area */
header {
  position: relative;
  width: 100%;
}

/* Banner / Slideshow Area */
.banner {
  width: 978px;
  height: 436px;
  position: relative;
  overflow: hidden;
  border: 1px solid #aa9550;
  margin: 0 auto;
}

.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .banner-caption {
  position: absolute;
  left: 21px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px 15px;
  color: #fff;
  font-size: 24px;
  border: 1px solid #aa9550;
}

/* Header logo and title overlay */
.header-top {
  position: relative;
  height: 120px;
  margin: 15px;
  display: flex;
  align-items: center;
}

.logo-box {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  background-color: #000;
  border: 3px solid #c6ba92;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

.logo-box img {
  width: 74px;
  height: 73px;
  object-fit: cover;
  border-radius: 50%;
}

.title-box {
  margin-left: 20px;
  background-color: #000;
  border: 1px solid #aa9550;
  padding: 10px 20px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

.title-box h1 {
  font-family: 'Niconne', fantasy, serif;
  font-size: 36px;
  color: #aa9550;
  font-weight: normal;
}

/* Navigation Menu */
nav.menu-bar {
  width: 978px;
  margin: 10px auto;
  border: 1px solid #aa9550;
  background-color: #000;
}

nav.menu-bar ul {
  display: flex;
  list-style: none;
}

nav.menu-bar li {
  position: relative;
  border-right: 1px solid #aa9550;
}

nav.menu-bar li:last-child {
  border-right: none;
}

nav.menu-bar a {
  display: block;
  padding: 8px 16px;
  color: #aa9550;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  transition: background-color 0.4s, color 0.4s;
}

nav.menu-bar li.selected a,
nav.menu-bar a:hover {
  background-color: rgba(51, 51, 51, 0.4);
  color: #e2d9ba;
  /* var(--color_25) */
}

/* Main Grid Content Area */
main {
  padding: 20px;
  display: grid;
  grid-template-columns: 240px 500px 220px;
  gap: 20px;
}

/* Columns styling */
.col-left,
.col-center,
.col-right {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.img-card {
  border: 1px solid #aa9550;
  background-color: #000;
  padding: 1px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

.img-card img {
  width: 100%;
  display: block;
  object-fit: cover;
}

/* Welcome Text Styling */
.welcome-text {
  color: #b9d4aa;
  /* var(--color_15) */
  text-align: center;
}

.welcome-text h2 {
  font-size: 24px;
  color: #b9d4aa;
  margin-bottom: 15px;
  font-family: 'Times New Roman', times, serif;
}

.welcome-text p {
  font-family: 'Niconne', fantasy, serif;
  font-size: 22px;
  color: #b9d4aa;
  margin-bottom: 15px;
}

.welcome-text p.fun-highlight {
  font-size: 28px;
  color: #fff;
  margin-top: 20px;
}

/* Footer Area */
footer {
  border-top: 1px solid #aa9550;
  background-color: rgba(56, 49, 26, 0.9);
  /* var(--color_21) */
  padding: 15px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.social-bar {
  display: flex;
  list-style: none;
  gap: 10px;
}

.social-bar img {
  width: 20px;
  height: 20px;
  opacity: 0.8;
  transition: opacity 0.3s;
}

.social-bar img:hover {
  opacity: 1;
}

/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Niconne&display=swap');