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

html { scroll-behavior: smooth; }

/* ----- THEME ----- */
:root {
  --bg:          #f8fafc;
  --surface:     #ffffff;
  --surface-alt: #f1f5f9;

  --text:        #111827;
  --muted:       #6b7280;

  --accent:      #eab308;
  --accent-2:    #ca8a04;

  --border:      #e5e7eb;
  --shadow:      rgba(17, 24, 39, 0.08);
}
[data-theme="dark"] {
  --bg:          #0d0b0a;
  --surface:     #1a1613;
  --surface-alt: #141110;
  --text:        #efe9e1;
  --muted:       #b6a89c;
  --accent:      #f8c150;
  --accent-2:    #e0883f;
  --border:      #2c2622;
  --shadow:      rgba(0, 0, 0, 0.45);
}

body {
  font-family: 'Inter', sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: background 0.3s ease, color 0.3s ease;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ----- HEADER / NAVIGATIE (altijd donker) ----- */
header {
  background: #0a0a0a;
  padding: 12px 0;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

.logo-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.logo-nav img {
  height: 2.7rem;
  width: auto;

}

.logo-text {
  color: var(--accent);
  font-weight: 800;
  font-size: 1.5rem;
  letter-spacing: -0.5px;
}

/* Desktop nav (gecentreerd) */
.nav-links {
  display: flex;
  gap: 28px;
  list-style: none;
  font-weight: 600;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.nav-links a {
  color: #f0e9e1;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.2s;
  letter-spacing: 0.3px;
  position: relative;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0%;
  height: 2px;
  background: var(--accent);
  transition: 0.2s;
}

.nav-links a:hover::after { width: 100%; }
.nav-links a:hover { color: var(--accent); }

/* actieve sectie */
.nav-links a.active { color: var(--accent); }
.nav-links a.active::after { width: 100%; }

.nav-controls {
  display: flex;
  gap: 8px;
  align-items: center;
}

.theme-toggle {
  background: transparent;
  color: #f0e9e1;
  border: 1px solid rgba(248,193,80,0.25);
  padding: 6px 10px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
}

.theme-toggle:hover { border-color: var(--accent); }

/* Hamburger (mobiel) */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 6px 0;
  position: relative;
  z-index: 101; /* boven het fullscreen menu (z-index 90) zodat de X klikbaar blijft */
}

.hamburger span {
  display: block;
  width: 28px;
  height: 3px;
  background: var(--accent);
  border-radius: 4px;
  transition: 0.25s ease;
}

.hamburger.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* Mobiel menu — fullscreen overlay */
.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 90; /* onder de sticky header (z-index 100) zodat de hamburger zichtbaar/klikbaar blijft */
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #0a0a0a;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 8px;
}

.mobile-menu li { width: 100%; text-align: center; }

.mobile-menu li a {
  color: #f0e9e1;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.8rem;
  display: block;
  padding: 16px 20px;
  transition: color 0.2s;
}

.mobile-menu li a:hover,
.mobile-menu li a.active { color: var(--accent); }
.mobile-menu.open { display: flex; }

/* ----- HERO (slider achtergrond) ----- */
.hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #1a1410;
  overflow: hidden;
  padding: 30px 20px;
}

.hero-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation: heroFade 18s infinite;
  opacity: 0;
}

.hero-slider:nth-child(1) {
  background-image: url('https://images.unsplash.com/photo-1550547660-d9450f859349?q=80&w=1965&auto=format&fit=crop');
  animation-delay: 0s;
}
.hero-slider:nth-child(2) {
  background-image: url('https://images.unsplash.com/photo-1568901346375-23c9450c58cd?q=80&w=1899&auto=format&fit=crop');
  animation-delay: 6s;
}
.hero-slider:nth-child(3) {
  background-image: url('https://images.unsplash.com/photo-1626700051175-6818013e1d4f?q=80&w=1974&auto=format&fit=crop');
  animation-delay: 12s;
}

@keyframes heroFade {
  0%   { opacity: 0; }
  6%   { opacity: 1; }
  33%  { opacity: 1; }
  39%  { opacity: 0; }
  100% { opacity: 0; }
}

.hero-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.55); z-index: 1; }
.hero-content { position: relative; z-index: 2; max-width: 780px; color: #fff; padding: 20px 0; }
.hero-logo { width: 160px; height: auto; margin: 0 auto 18px; display: block; filter: drop-shadow(0 6px 14px rgba(0,0,0,0.7)); }

.hero-content h1 { font-size: 2.8rem; font-weight: 800; letter-spacing: -1px; text-shadow: 0 4px 20px rgba(0,0,0,0.8); color: var(--accent); }
.hero-content h1 small { display: block; font-size: 1.5rem; color: #fff; font-weight: 400; letter-spacing: 2px; }
.hero-content .tagline { font-size: 1.15rem; margin: 20px 0 0; background: rgba(0,0,0,0.4); display: inline-block; padding: 8px 24px; border-radius: 60px; backdrop-filter: blur(4px); }
.hero-cta {
  margin-top: 32px; display: inline-block; background: var(--accent); color: #0a0a0a;
  padding: 14px 44px; border-radius: 60px; font-weight: 700; font-size: 1.1rem;
  text-decoration: none; transition: 0.2s; box-shadow: 0 8px 18px rgba(0,0,0,0.4); border: none; cursor: pointer;
}
.hero-cta:hover { transform: scale(1.03); }

/* ----- SECTIES ----- */
section { padding: 24px 0; }
.section-alt { background: var(--surface-alt); transition: background 0.3s ease; }

.section-title {
  font-size: 2.2rem; font-weight: 700; margin-bottom: 9px; letter-spacing: -0.5px;
  border-left: 6px solid var(--accent); padding-left: 18px; color: var(--text);
}
.section-intro { color: var(--muted); margin: 0 0 28px 24px; max-width: 640px; }

/* ----- MENU ----- */
.menu-controls { margin-bottom: 24px; display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.menu-controls input {
  flex: 1; min-width: 220px; padding: 11px 16px; border-radius: 10px;
  border: 1px solid var(--accent); background: var(--surface); color: var(--text); font-size: 0.95rem;
}
.menu-controls input::placeholder { color: var(--muted); }

.category-buttons { display: flex; gap: 8px; flex-wrap: wrap; }
.cat-btn {
  background: var(--surface); border: 1px solid var(--accent); color: var(--text);
  padding: 9px 16px; border-radius: 30px; cursor: pointer; font-weight: 600; font-size: 0.9rem; transition: 0.15s;
}
.cat-btn:hover { border-color: var(--accent); }
.cat-btn.active { background: var(--accent); color: #0a0a0a; border-color: var(--accent); }

.menu-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }

/* Paginering */
.menu-pagination { display: none; justify-content: center; align-items: center; gap: 16px; margin-top: 32px; }
.page-btn {
  display: inline-flex; align-items: center; gap: 8px; background: var(--surface);
  border: 1px solid var(--border); color: var(--text); padding: 10px 20px; border-radius: 30px;
  font-weight: 700; font-size: 0.9rem; cursor: pointer; transition: 0.15s;
}

.page-btn:hover:not(:disabled) { background: var(--accent); color: #0a0a0a; border-color: var(--accent); }
.page-btn:disabled { opacity: 0.4; cursor: not-allowed; }
.page-info { font-weight: 600; color: var(--muted); min-width: 110px; text-align: center; }
.menu-empty { text-align: center; color: var(--muted); padding: 30px 0; font-size: 1rem; }

/* ----- OVER ONS ----- */
.heritage-badge{
    position:absolute;
    bottom:20px;
    left:20px;

    background: var(--accent);
    color: var(--surface);

    padding:14px 22px;
    border-radius:14px;

    font-weight:700;
    letter-spacing:.08em;


}
.about-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: 40px; align-items: center; }
.about-text p { color: var(--muted); margin-bottom: 16px; font-size: 1.02rem; }
.about-text strong { color: var(--text); }
.about-stats { display: grid; gap: 16px; }
.about-image {position: relative;}
.about-image img {  width: 100%;
  max-width: 550px;
  height: 350px;
  border: 1px solid var(--accent);
  object-fit: cover;
  border-radius: 20px;
  display: block;
  margin: 0 auto;}
.stat { justify-content: center; align-items: center; width: 65%; background: var(--surface); border: 1px solid var(--border); border-radius: 18px; padding: 20px 24px; box-shadow: 0 8px 20px var(--shadow); display: flex; flex-direction: column; }
.stat-num { font-size: 2.2rem; font-weight: 800; color: var(--accent-2); line-height: 1; display: flex; gap: 8px; }
.stat-label { color: var(--muted); font-weight: 600; margin-top: 6px; }

/* ----- BEL-MODAL ----- */
.modal-overlay {
  position: fixed; inset: 0; z-index: 200; display: flex; align-items: center; justify-content: center;
  background: rgba(0,0,0,0.6); backdrop-filter: blur(4px); padding: 20px; animation: modalFade 0.2s ease;
}
.modal-overlay[hidden] { display: none; }
@keyframes modalFade { from { opacity: 0; } to { opacity: 1; } }

.modal {
  position: relative; background: var(--surface); color: var(--text); border-radius: 22px;
  padding: 30px 28px; width: 100%; max-width: 420px; border: 1px solid var(--border);
  box-shadow: 0 24px 60px rgba(0,0,0,0.4);
}
.modal h3 { font-size: 1.4rem; display: flex; align-items: center; gap: 10px; }
.modal h3 i { color: var(--accent-2); }
.modal-sub { color: var(--muted); margin: 8px 0 22px; }
.modal-close {
  position: absolute; top: 14px; right: 16px; background: transparent; border: none;
  font-size: 1.8rem; line-height: 1; color: var(--muted); cursor: pointer;
}
.modal-close:hover { color: var(--accent-2); }

.modal-options { display: grid; gap: 12px; }
.call-option {
  display: grid; gap: 2px; text-decoration: none; background: var(--bg);
  border: 1px solid var(--border); border-radius: 14px; padding: 14px 18px; transition: 0.15s;
}
.call-option:hover { border-color: var(--accent); transform: translateY(-2px); }
.call-loc { font-weight: 800; font-size: 1.05rem; color: var(--text); }
.call-addr { font-size: 0.85rem; color: var(--muted); }
.call-num { font-weight: 700; color: var(--accent-2); margin-top: 4px; display: flex; align-items: center; gap: 8px; }

.menu-card {
   background: var(--surface);
  backdrop-filter: blur(16px);
  border: 1px solid var(--border);
  box-shadow:
    0 4px 12px rgba(0,0,0,0.04),
    0 16px 40px rgba(15,23,42,0.06);

  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.8s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.menu-card:hover { transform: translateY(-4px);  box-shadow: 0 16px 32px var(--shadow); border: 1px solid var(--accent); }

.menu-thumb {
  background: linear-gradient(135deg, var(--accent-2), var(--accent));
  position: relative;
}
.menu-thumb img { width: 100%; height: 160px; object-fit: cover; display: block; }

.menu-body { padding: 16px 18px; display: flex; flex-direction: column; }
.menu-body h3 { font-size: 1.15rem; font-weight: 700; color: var(--text); }
.menu-body p { color: var(--muted); margin-top: 5px; font-size: 0.88rem; flex: 1; }
.menu-meta { margin-top: 12px; font-weight: 800; font-size: 1.05rem; color: var(--accent-2); }
.order-phone {
  display: inline-flex; align-items: center; gap: 6px; margin-top: 8px;
  color: var(--muted); font-weight: 600; font-size: 0.8rem; text-decoration: none;
}
.order-phone:hover { color: var(--accent-2); }

/* ================================
   WOLLY'S GALLERY (UPDATED WITH FIX)
   ================================ */

.gallery-section {
  padding: 80px 0;
  background: var(--bg);
  transition: background 0.3s ease;
}

.gallery-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.gallery-header {
  margin-bottom: 40px;
}

.gallery-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Row 1: 3 columns */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  aspect-ratio: 4/3;
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: 0 8px 24px var(--shadow);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              box-shadow 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gallery-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px var(--shadow);
  border-color: var(--accent);
}

.gallery-item:hover img {
  transform: scale(1.08);
}

/* Overlay on hover */
.gallery-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 24px;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.gallery-overlay span {
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.3px;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
  transform: translateY(0);
}

/* Row 2: Full width - FIXED for mobile */
.gallery-full {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  width: 100%;
  height: 300px; /* Fixed height instead of aspect-ratio */
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: 0 8px 24px var(--shadow);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              box-shadow 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
}

.gallery-full:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px var(--shadow);
  border-color: var(--accent);
}

.gallery-full img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  border-radius: 10px;
  object-position: center; /* Ensures image stays centered */
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gallery-full:hover img {
  transform: scale(1.03);
}

.gallery-full-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 40px;
  background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.gallery-full-overlay span {
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.5px;
}

.gallery-full:hover .gallery-full-overlay {
  opacity: 1;
  transform: translateY(0);
}

/* ----- LOCATIES / Google Maps ----- */
.locations-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 26px; }
.location-card { background: var(--surface); border-radius: 20px; padding: 22px 20px; box-shadow: 0 8px 20px var(--shadow); border: 1px solid var(--border); }
.location-card h3 { font-size: 1.3rem; display: flex; gap: 8px; align-items: center; color: var(--text); }
.location-card h3 i { color: var(--accent-2); }
.location-card .addr { font-weight: 500; margin: 10px 0 6px; color: var(--text); }
.location-card .tel { color: var(--accent-2); font-weight: 700; }
.location-card .tel a { color: inherit; text-decoration: none; }
.location-card .hours { font-size: 0.85rem; margin: 6px 0 10px; color: var(--muted); }
.location-card:hover { box-shadow: 0 12px 28px var(--shadow); border: 1px solid var(--accent); transform: translateY(-5px); transition: transform 0.8s ease, box-shadow 0.2s ease, border-color 0.2s ease; }
.map-embed { margin-top: 16px; border-radius: 14px; overflow: hidden; height: 170px; border: 1px solid var(--border); }
.map-embed iframe { width: 100%; height: 100%; border: 0; display: block; }

/* ----- FAQ ----- */
.faq-item { background: var(--surface); border-radius: 16px; padding: 0 24px; margin-bottom: 14px; border: 1px solid var(--border); box-shadow: 0 2px 6px var(--shadow); overflow: hidden; }
.faq-item summary { font-weight: 700; font-size: 1.1rem; display: flex; gap: 12px; align-items: center; color: var(--text); cursor: pointer; padding: 16px 0; list-style: none; }
.faq-item summary i { color: var(--accent-2); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item .chevron { margin-left: auto; transition: transform 0.2s; color: var(--muted); }
.faq-item[open] .chevron { transform: rotate(180deg); }
.faq-item p { color: var(--muted); padding: 0 0 18px 36px; }

/* ----- CONTACT ----- */
.contact-box { background: var(--surface); border-radius: 24px; padding: 32px 30px; border: 1px solid var(--border); display: flex; flex-wrap: wrap; gap: 30px; align-items: center; justify-content: space-between; box-shadow: 0 8px 20px var(--shadow); }
.contact-info { display: flex; flex-wrap: wrap; gap: 18px 40px; }
.contact-info > div { display: flex; align-items: center; gap: 12px; color: var(--text); font-weight: 500; }
.contact-info i { font-size: 1.4rem; color: var(--accent-2); }
.contact-info a { color: inherit; text-decoration: none; }
.contact-btn { background: #0a0a0a; color: var(--accent); border: none; padding: 14px 36px; border-radius: 60px; font-weight: 700; font-size: 1rem; cursor: pointer; transition: 0.2s; box-shadow: 0 6px 12px rgba(0,0,0,0.15); }
.contact-btn:hover { background: var(--accent); color: #0a0a0a; }

/* ----- ZWEVENDE FACEBOOK-KNOP ----- */
.fab-facebook {
  position: fixed;
  right: 22px;
  bottom: 34px;
  z-index: 150;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1877f2;
  color: #fff;
  border-radius: 50%;
  font-size: 1.5rem;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(24,119,242,0.45);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.fab-facebook:hover {
  transform: scale(1.08) translateY(-2px);
  box-shadow: 0 10px 24px rgba(24,119,242,0.55);
}
/* helpers */
.sr-only { position: absolute; left: -9999px; }

/* ----- FOOTER ----- */
.footer { background: #0a0a0a; color: #b9aaa0; padding: 28px 0; text-align: center; font-size: 0.9rem; border-top: 2px solid #1f1a16; }

/* ----- FADE-IN ON SCROLL ----- */
.fade-in { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  .fade-in { opacity: 1; transform: none; transition: none; }
  .hero-slider { animation: none; }
  html { scroll-behavior: auto; }
}

/* Responsive */
@media (max-width: 992px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  .gallery-full {
    aspect-ratio: 16/4;
  }
}
/* ----- RESPONSIVE ----- */
@media (max-width: 768px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .hero-content h1 { font-size: 2rem; }
  .hero-logo { width: 120px; }
  .section-title { font-size: 1.8rem; }
  .menu-grid { grid-template-columns: repeat(2, 1fr); }
  .locations-grid { grid-template-columns: 1fr; }
  .contact-box { flex-direction: column; align-items: flex-start; }
  .about-grid { grid-template-columns: 1fr; gap: 28px; }
  .about-stats { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .stat { padding: 16px 14px; }
  .stat-num { font-size: 1.7rem; }
    
    .about-image{
        order:1;
    }

    .about-image img{
        height:320px;
    }
 .gallery-section {
    padding: 60px 0;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .gallery-item {
    aspect-ratio: 16/10;
    height: auto; 
  }

  .gallery-full {
    height: 200px; 
    border-radius: 14px;
  }
.gallery-full img {
    object-fit: contain;   
    height: auto;
    width: 100%;
    display: block;
 
  }
  .gallery-full-overlay {
    padding: 20px 24px;
  }

  .gallery-full-overlay span {
    font-size: 1rem;
  }

  .gallery-overlay {
    padding: 16px 20px;
  }
}


@media (max-width: 480px) {
  .hero-content h1 { font-size: 1.7rem; }
  .logo-text { font-size: 1.2rem; }
  .contact-info { flex-direction: column; gap: 14px; }
  .map-embed { height: 150px; }
  .menu-grid { grid-template-columns: 1fr; }
  .menu-thumb img { height: 150px; }
  .section-intro { margin-left: 0; }
  .section-title { font-size: 1.6rem; }
  /* Over ons: stats gestapeld als compacte rijen */
  .about-grid { gap: 22px; }
  .about-text p { font-size: 0.98rem; }
  .about-stats { grid-template-columns: 1fr; gap: 10px; }
  .stat { flex-direction: row; align-items: baseline; gap: 12px; padding: 14px 18px; }
  .stat-num { font-size: 1.8rem; }
  .stat-label { margin-top: 0; }
    .gallery-item {
    aspect-ratio: 16/12;
    height: auto;
  }

  .gallery-full {
    height: 180px; /* Even smaller on very small screens */
    border-radius: 12px;
  }

  .gallery-full-overlay {
    padding: 16px 20px;
  }

  .gallery-full-overlay span {
    font-size: 0.9rem;
  }
   .fab-facebook { width: 50px; height: 50px; font-size: 1.3rem; right: 16px; bottom: 80px; }
}
