/* External CSS */

/* General Body Styles */
body, html {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
  }
  
  /* Navigation Bar */
  .navbar {
    background-color: #480000;
  }
  
  .navbar-brand img {
    width: 50px;
    height: auto;
  }
  
  /* Parallax Section */
  .parallax {
    background-image: url('../images/parallax01.webp');
    height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .text-container {
    text-align: center;
    padding: 100px 20px;
    margin: 50px;
    color: white;
    background-color: #0000007a;

  }
  
  /* General Section Styles */
  .section {
    padding: 80px 20px;
  }
  
  /* Gallery Styles */
  .gallery img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    border-radius: 5px;
  }
  
  .gallery {
    columns: 3;
    column-gap: 15px;
  }
  
  /* Button Styles */
  .btn-primary {
    background-color: #00a19c;
    border: none;
  }
  
  /* Footer */
  footer {
    background-color: #15191E;
    color: #f4fbfb;
    padding: 20px;
  }
  

  .biggy
  {
    font-size: 64px;
    font-weight: bold;
    color: red;
  }