:root {
  --rd-red: #b32017;
  --rd-darkred: #5e140f;
  --rd-black: #050505;
  --rd-charcoal: #121212;
  --rd-tan: #c6a36c;
  --rd-cream: #f4ead5;
  --rd-white: #ffffff;
}

/* =========================================================
   GLOBAL
========================================================= */

body {
  background: var(--rd-black);
  color: var(--rd-cream);
  font-family: Georgia, serif;
  line-height: 1.8;
  margin: 0;
  padding: 0;
}

a {
  color: var(--rd-tan);
  text-decoration: none;
}

a:hover {
  color: var(--rd-red);
}

/* =========================================================
   HEADER
========================================================= */

.site-header,
header {
  background: #000;
  border-bottom: 4px solid var(--rd-red);
  padding: 15px 40px;
}

.site-branding {
  text-align: center;
}

.site-title {
  color: var(--rd-red);
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.site-description {
  color: var(--rd-tan);
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* =========================================================
   NAVIGATION
========================================================= */

.main-navigation,
nav {
  text-align: center;
  margin-top: 20px;
}

.main-navigation ul,
nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-navigation li,
nav li {
  display: inline-block;
  margin: 0 20px;
}

.main-navigation a,
nav a {
  color: var(--rd-cream);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.95rem;
}

.main-navigation a:hover,
nav a:hover {
  color: var(--rd-red);
}

/* =========================================================
   HERO SECTION
========================================================= */

.hero-section {
  position: relative;
  min-height: 90vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  padding: 80px;
  border-bottom: 5px solid var(--rd-red);
}

.hero-overlay {
  background: rgba(0,0,0,0.65);
  padding: 60px;
  max-width: 700px;
}

.hero-title {
  font-size: 5rem;
  color: var(--rd-white);
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
  text-shadow: 4px 4px 10px #000;
}

.hero-subtitle {
  color: var(--rd-tan);
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

.hero-text {
  color: var(--rd-cream);
  font-size: 1.2rem;
  margin-bottom: 40px;
}

/* =========================================================
   BUTTONS
========================================================= */

.btn-red-dirt,
.wp-block-button__link,
button,
input[type="submit"] {
  background: var(--rd-red);
  color: var(--rd-white);
  border: 2px solid var(--rd-tan);
  padding: 15px 30px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 0;
  transition: .3s ease;
}

.btn-red-dirt:hover,
.wp-block-button__link:hover,
button:hover,
input[type="submit"]:hover {
  background: var(--rd-darkred);
  color: var(--rd-white);
}

/* =========================================================
   SECTIONS
========================================================= */

.section-dark {
  background: var(--rd-charcoal);
  padding: 80px 40px;
  border-top: 1px solid #2a2a2a;
  border-bottom: 1px solid #2a2a2a;
}

.section-title {
  color: var(--rd-red);
  text-transform: uppercase;
  font-size: 3rem;
  margin-bottom: 10px;
}

.section-subtitle {
  color: var(--rd-tan);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 40px;
}

/* =========================================================
   CARDS
========================================================= */

.rdp-card {
  background: #0a0a0a;
  border: 1px solid #333;
  padding: 35px;
  margin-bottom: 30px;
  box-shadow: 0 0 25px rgba(0,0,0,.6);
}

.rdp-card h3 {
  color: var(--rd-red);
  text-transform: uppercase;
}

.rdp-card p {
  color: var(--rd-cream);
}

/* =========================================================
   BLOG POSTS
========================================================= */

.post,
.entry-content {
  background: #080808;
  color: var(--rd-cream);
}

.entry-title {
  color: var(--rd-red);
  text-transform: uppercase;
}

/* =========================================================
   FEATURE TEXT
========================================================= */

.big-red-text {
  color: var(--rd-red);
  font-size: 4rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
}

.tagline {
  color: var(--rd-tan);
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* =========================================================
   FORMS
========================================================= */

input,
textarea,
select {
  background: #0a0a0a;
  color: var(--rd-cream);
  border: 1px solid var(--rd-tan);
  padding: 12px;
  width: 100%;
}

input:focus,
textarea:focus {
  border-color: var(--rd-red);
  outline: none;
}

/* =========================================================
   FOOTER
========================================================= */

footer,
.site-footer {
  background: #000;
  border-top: 4px solid var(--rd-red);
  padding: 50px 20px;
  text-align: center;
}

footer h3,
.site-footer h3 {
  color: var(--rd-red);
  text-transform: uppercase;
}

footer p,
.site-footer p {
  color: var(--rd-tan);
}

/* =========================================================
   IMAGE STYLING
========================================================= */

img {
  max-width: 100%;
}

.wp-block-image img,
.rdp-image {
  border: 3px solid #222;
  box-shadow: 0 0 35px rgba(0,0,0,.7);
}

/* =========================================================
   CUSTOM TAB STYLING
========================================================= */

.rdp-tab {
  display: inline-block;
  background: #111;
  color: var(--rd-cream);
  padding: 15px 25px;
  border: 1px solid #333;
  margin-right: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 900;
}

.rdp-tab:hover {
  background: var(--rd-red);
  color: #fff;
}

/* =========================================================
   BUILT-IN WEBSITE TEXT BLOCKS
========================================================= */

.homepage-intro::before {
  content: "REAL HUNTS. REAL FISHING. REAL STORIES.";
  display: block;
  color: var(--rd-red);
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 20px;
}

.moose-series::before {
  content: "FROM WEST TEXAS TO MOOSE COUNTRY";
  display: block;
  color: var(--rd-tan);
  font-size: 2rem;
  margin-bottom: 20px;
}

.fishing-section::before {
  content: "OFFSHORE. BASS. ADVENTURE.";
  display: block;
  color: var(--rd-red);
  font-size: 2rem;
  margin-bottom: 20px;
}

.gear-section::before {
  content: "GEAR THAT EARNS ITS SPOT.";
  display: block;
  color: var(--rd-red);
  font-size: 2rem;
  margin-bottom: 20px;
}

/* =========================================================
   MOBILE
========================================================= */

@media(max-width:768px){

.hero-section {
  padding: 30px;
  min-height: 70vh;
}

.hero-overlay {
  padding: 30px;
}

.hero-title {
  font-size: 2.8rem;
}

.hero-subtitle {
  font-size: 1rem;
}

.section-title {
  font-size: 2rem;
}

.big-red-text {
  font-size: 2.5rem;
}

.main-navigation li,
nav li {
  display: block;
  margin: 15px 0;
}

}