/*
Theme Name: Kentek Photography Theme
Theme URI: https://kentek.co.za
Author: Ken Lovell
Description: Custom theme for underwater fashion and wildlife photography
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: kentek
*/

body {
  background-color: #2b1d12; /* dark brown */
  color: #f5f5f5;
  font-family: 'Cormorant Garamond', serif;
}

header, footer {
  background-color: #3b2a1a;
  color: #fff;
  padding: 20px;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 20px;
}

nav ul li a {
  color: #fff;
  text-decoration: none;
}

.hero {
  position: relative;
  text-align: center;
  color: #fff;
}

.hero img {
  width: 100%;
  border: 15px solid transparent;
  border-image: url('assets/african-border.png') 30 round;
}

.section-title {
  color: #d4a017; /* golden accent */
  font-size: 2em;
  margin: 20px 0;
}

.image-frame {
  border: 12px solid transparent;
  border-image: url('assets/african-border.png') 30 round;
  margin: 10px;
}
