

body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
}

header {
  background: #222;
  color: #fff;
  padding: 1rem;
  text-align: center;
  transition: transform 0.3s ease-in-out;
}

nav ul {
  list-style: none;
  padding: 0;
  display: flex;
}

nav ul li {
  margin-right: 1rem;
}

nav ul li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

nav ul li a:hover {
  color: #ff5733;
}

footer {
  background: #222;
  color: #fff;
  text-align: center;
  padding: 1rem;
}

main {
  padding: 2rem;
}

/* Responsive Layouts */

/* For screens 640px and below (Mobile layout) */
@media screen and (max-width: 640px) {
  header {
    padding: 0.8rem;
  }

  nav ul {
    flex-direction: column;
    align-items: center;
  }

  nav ul li {
    margin-bottom: 0.5rem;
  }

  main {
    padding: 1rem;
  }
}


@media screen and (min-width: 641px) {
  header {
    padding: 1rem;
  }

  nav ul {
    justify-content: center;
  }

  nav ul li {
    margin-right: 1rem;
  }

  main {
    padding: 2rem;
  }
}

h2{
  text-align: center;
}
.video-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh; /* Ensure the section fills the viewport height */
  background-color: #645f5f; /* Optional background color */
  
}

.video-section video {
  margin: 15px;
  border-radius: 8px;
  transition: transform 0.3s;
  background-color: #000000;
}
.video-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh; 
  background-color: #645f5f; 
  width: 300%; 
  max-width: 3000px; 
  height: auto; 
  border-radius: 20px;
}


h1{
transition: 0.3s; 
}
h1:hover {
  color: #ff5733;
}
/* General styling for video sections */
.video-section {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  max-width: 100%;
}



.video-section video {
  width: 100%;
  height: auto;
  max-width: 450px; 
}

body {
  font-family: 'Tilt Neon', 'Titillium Web', sans-serif;
  margin: 0;
  padding: 0;
  color: #333;
  background: linear-gradient(to bottom right, #f7f7f7, #e1e1e1);
}


header {
  background-color: #222;;
  color: white;
  text-align: center;
  padding: 20px 10px;
}

header h1 {
  font-size: 3rem;
  margin: 0;
  text-shadow: 2px 2px 4px #000;
}

header h3 {
  font-size: 1.5rem;
  margin: 10px 0 0;
  text-shadow: 1px 1px 3px #000;
}

/* Navigation */
nav {
  background: #333;
  padding: 10px 0;
}

nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}

nav ul li {
  margin: 0 15px;
}

nav ul li a {
  text-decoration: none;
  color: white;
  font-size: 1.2rem;
  padding: 5px 10px;
  transition: background-color 0.3s, color 0.3s;
}

nav ul li a:hover, nav ul li a#currentPage {
  background: #222;;
  color: white;
  border-radius: 5px;
}

/* Hero Section */
blockquote#heroPic {
  text-align: center;
  margin: 20px auto;
}

iframe {
  border: 5px solid #222;;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Section */
section {
  margin: 20px;
  padding: 20px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

section h2 {
  color: #222;;
  margin-bottom: 10px;
}

section p {
  font-size: 1rem;
  line-height: 1.6;
}

/* Button Styles */
button {
  background-color: #222;;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s;
}

button:hover {
  background-color: #333;
}

/* Form Styling */
.center-form {
  display: flex;
  justify-content: center;
  margin: 20px;
}

form {
  background: white;
  padding: 20px;
  border-radius: 10px;
  width: 100%;
  max-width: 400px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

form label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #222;;
}

form input, form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1rem;
}

form input[type="submit"] {
  background-color: #222;;
  color: white;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}

form input[type="submit"]:hover {
  background-color: #333;
}

/* Footer */
footer {
  background: #333;
  color: white;
  text-align: center;
  padding: 15px;
  margin-top: 20px;
}

footer p {
  margin: 0;
}

footer a {
  color: #ffffff;;
  text-decoration: none;
  margin: 0 10px;
}

footer a:hover {
  color: white;
  text-decoration: underline;
}

/* Media Queries */
@media (max-width: 768px) {
  header h1 {
      font-size: 2rem;
  }

  nav ul {
      flex-direction: column;
      align-items: center;
  }

  nav ul li {
      margin: 10px 0;
  }
}
#meme-universe {
  text-align: center;
  font-size: 1.5rem;
  font-family: 'Titillium Web', sans-serif;
  color: #333;
  margin: 20px 0;
  padding: 10px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
/* Center the form on the page */
.contact-form {
  width: 50%; /* Adjust as needed */
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Center form elements */
.contact-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 2px;
  margin-bottom: 15px;
  border: 1px solid #d70404;
  border-radius: 5px;
}

.contact-form input[type="submit"] {
  width: auto;
  background-color: #333;
  color: white;
  border: none;
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 4px;
}

.contact-form input[type="submit"]:hover {
  background-color: #333;
  
}

@media (max-width: 768px) {
  .contact-form {
      width: 80%;
  }
}

.contact-form input[type="submit"] {
  display: block;
  width: auto;
  margin: 0 auto;
  background-color: #333;
  color: white;
  border: none;
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 4px;
}

.contact-form input[type="submit"]:hover {
  background-color: #333;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 10px auto;
}

a {
  text-decoration: none;
  display: inline-block;
}

body {
  padding: 10px;
  font-family: Arial, sans-serif;
}

@media (max-width: 600px) {
  .map-container iframe {
    height: 300px;
  }
}


@media (max-width: 768px) {
  header {
    padding: 15px;
  }

  header h1 {
    font-size: 1.5em;
  }

  nav ul {
    grid-template-columns: 1fr 1fr;
  }

  main {
    padding: 15px;
  }

  main h2 {
    font-size: 1.5em;
  }

  button {
    font-size: 0.9em;
    padding: 8px 16px;
  }
}

@media (max-width: 480px) {
  header {
    padding: 10px;
  }

  header h1 {
    font-size: 1.2em;
  }

  nav ul {
    grid-template-columns: 1fr;
  }

  nav ul li a {
    padding: 8px;
    font-size: 0.9em;
  }

  main {
    padding: 10px;
  }

  main h2 {
    font-size: 1.3em;
  }

  button {
    font-size: 0.8em;
    padding: 6px 12px;
  }
}
















