/*
Theme Name: Ritual Roots Festival
Theme URI: https://ritualrootsfestival.com
Author: EPF Produtora
Author URI: https://instagram.com/epfprodutora
Description: Tema WordPress customizado para o Ritual Roots Festival
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ritualrootsfestival
*/

body, html {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  background: linear-gradient(135deg, #E31C25, #F9E100, #1D8F2A);
  color: #fff;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}

header img {
  max-width: 200px;
  margin-bottom: 20px;
}

h1 {
  font-size: 3rem;
  margin-bottom: 10px;
  text-shadow: 2px 2px 6px rgba(0,0,0,0.7);
}

p.description {
  font-size: 1.25rem;
  color: #fff8d1;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.6);
}

.buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 40px 0;
}

.buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
  background: #fff8d1;
  color: #1D8F2A;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50px;
  box-shadow: 0 6px 10px rgba(0,0,0,0.3);
  min-width: 180px;
  font-size: 1.2rem;
}

footer {
  background-color: #1D8F2A;
  text-align: center;
  padding: 20px;
  color: #fff8d1;
  font-weight: 700;
}
.social.buttons {
    margin: 40px 0;
}

.social.buttons .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 1.3rem;
    margin: 10px;
    padding: 12px 28px;
    border-radius: 30px;
    font-weight: bold;
    text-decoration: none;
    color: white;
    transition: transform 0.3s ease, background 0.3s ease;
}

.social.buttons .btn.whatsapp {
    background-color: #25D366;
}

.social.buttons .btn.instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.social.buttons .btn:hover {
    transform: scale(1.1);
    filter: brightness(1.1);
}



