/*
Theme Name: RiqTech Media
Theme URI: https://riqtechmedia.com/
Author: RiqTech Media
Description: A sleek, gold-accented, black and white media company theme with a customizable header and footer.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: riqtech-media
*/

body {
  font-family: 'Poppins', sans-serif;
  background-color: #fff;
  color: #111;
  margin: 0;
  padding: 0;
}

header {
  background: linear-gradient(90deg, #000 0%, #111 70%);
  color: gold;
  padding: 15px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 3px solid gold;
}

header img.logo {
  max-height: 60px;
}

.site-title {
  font-size: 1.8em;
  font-weight: 700;
  color: gold;
}

.site-slogan {
  color: #fff;
  font-size: 0.9em;
}

nav {
  background: black;
  border-top: 2px solid gold;
}

nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul li {
  margin: 0;
}

nav ul li a {
  display: block;
  padding: 15px 25px;
  color: white;
  text-decoration: none;
  transition: background 0.3s;
}

nav ul li a:hover {
  background: gold;
  color: black;
}

footer {
  background: linear-gradient(90deg, #003366, #001F4D);
  color: gold;
  padding: 30px 20px;
  text-align: center;
}

footer .socials a {
  color: gold;
  margin: 0 10px;
  text-decoration: none;
}

footer .socials a:hover {
  color: white;
}

.gold-ribbon {
  height: 5px;
  background: gold;
}
