/* 
  styles.css
  Simple Launch student website template.
  Students can safely change colors, fonts, spacing, and borders here.
*/
@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
/* Basic page setup */
body {
  margin: 0;
  font-family: "Comic Neue", cursive;
  line-height: 1.6;
      background: -moz-linear-gradient(45deg, #762c0d 0%, #f27b26 29%, #d911f2 66%, #ffa079 100%);
    background: -webkit-linear-gradient(45deg, #762c0d 0%,#f27b26 29%,#d911f2 66%,#ffa079 100%);
    background: linear-gradient(45deg, #762c0d 0%,#f27b26 29%,#d911f2 66%,#ffa079 100%);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
  -moz-animation: Gradient 15s ease infinite;
  animation: Gradient 15s ease infinite;
  /*min-height: calc(100vh - 2rem);*/
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-evenly;
  overflow: auto;
  position: relative; 
}

/* Header section */
header {
  background-color: #582828;
  color: white;
  text-align: center;
  padding: 30px 20px;
  
}

header h1 {
  margin: 0;
  font-size: 36px;
}

.tagline {
  font-size: 18px;
  margin-bottom: 0;
}

/* Navigation menu */
nav {
  background-color: #641b2d;
  text-align: center;
  padding: 12px;
}



.card2 {
  text-align: center;
  background-color: white;
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 20px;
}
nav a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  margin: 0 12px;
  padding: 8px 12px;
}

nav a:hover {
  background-color: rgb(255, 255, 255);
  animation-name: rainbow;
  position: relative;
  animation-iteration-count: infinite;
  animation-duration: 5s;
  animation-direction: forwards;  

}
@keyframes rainbow {
  0%   { background-color: #520707; }
  16.66% { background-color: #633b12; }
  33.33% { background-color: #8c8c08; }
  50%  { background-color: #522c1e; }
  66.66% { background-color: #5c6208; }
  83.33% { background-color: #501818; }
  100% { background-color: #3d0916; }
}
/* Main content area */
main {
  max-width: 900px;
  margin: 25px auto;
  padding: 0 20px;
}

/* Content cards */
.card {
  text-align: left;
  background-color: white;
  border: 1px solid #ddd;
  
  padding: 20px;
  margin-bottom: 20px;
}

.card h2 {
  color: #463a58;
  margin-top: 0;
}

/* Images */
img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  border: 1px solid #ccc;
}

button {
    padding: 10px 20px;
    font-size: 50px;
    background-color: #644519;
    color: white;
    border: none;
    cursor: pointer;
    text-align: center;

}

 #order {
    text-align: center;
    padding: 10px 20px;
    font-size: 50px;
    background-color: #644519;
    color: white;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
    margin: 0 12px;
}
#order:hover {
    background-color: #582828;
}

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

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

/* Mobile-friendly layout */
@media screen and (max-width: 600px) {
  header h1 {
    font-size: 28px;
  }

  nav a {
    display: block;
    margin: 6px 0;
  }

  main {
    padding: 0 12px;
  }
}


body::before, 
body::after {
  content: "";
  width: 70vmax;
  height: 70vmax;
  position: absolute;
  background: rgba(255, 255, 255, 0.07);
  left: -20vmin;
  top: -20vmin;
  animation: morph 15s linear infinite alternate, spin 20s linear infinite;
  z-index: 1;
  will-change: border-radius, transform;
  transform-origin: 55% 55%;
  pointer-events: none; 
}
  
body::after {
    width: 70vmin;
    height: 70vmin;
    left: auto;
    right: -10vmin;
    top: auto;
    bottom: 0;
    animation: morph 10s linear infinite alternate, spin 26s linear infinite reverse;
    transform-origin: 20% 20%; 
}

@-webkit-keyframes Gradient {
  0% {
    background-position: 0 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0 50%
  }
}

@-moz-keyframes Gradient {
  0% {
    background-position: 0 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0 50%
  }
}

@keyframes Gradient {
  0% {
    background-position: 0 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0 50%
  }
}

@keyframes morph {
  0% {
    border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%; }
  100% {
    border-radius: 40% 60%; } 
}

@keyframes spin {
  to {
    transform: rotate(1turn); 
  } 
}
  .st0{display:none;}
  .st1{display:inline;}
  .st2{opacity:0.29;}
  .st3{fill:#FFFFFF;}
  .st4{clip-path:url(#SVGID_2_);fill:#FFFFFF;}
  .st5{clip-path:url(#SVGID_4_);}
  .st6{clip-path:url(#SVGID_6_);}
  .st7{clip-path:url(#SVGID_8_);}
  .st8{clip-path:url(#SVGID_10_);}
  .st9{fill:none;}
  .st10{clip-path:url(#SVGID_12_);}
  .st11{opacity:0.7;}
  .st12{clip-path:url(#SVGID_14_);}
  .st13{opacity:0.2;}
  .st14{clip-path:url(#SVGID_16_);}
  .st15{opacity:0.3;fill:#FFFFFF;enable-background:new    ;}