body {
  margin:0px auto;
}


.text-center {
  font-family: 'Alegreya';
  font-size:49px;
  text-align: center;
  line-height: 1.1;
  letter-spacing: -0.04em;
  color:#000000;
  padding:55px;
}



#nested-list {
  background-color: #fff4e5;
  color:#000000;
  font-family: 'Alegreya';
  line-height: 1.1;
  font-size: 33px;
}
.nested-list {
   list-style-type: none;
   padding-left: 0; 
   margin: 0; 
  }
 .nested-list > li { 
      padding: 8px 12px;
        margin-bottom: 4px; 
         border-radius: 4px;
         } 
         
         .nested-list a { 
          text-decoration: none; 
          color: #000000; 
           font-weight: 500;
           } 
           .nested-list a:hover {
             text-decoration:
              underline;
             }
.nested-list ul {
   list-style-type:none; 
    margin-top: 6px; margin-left: 20px; 
   padding-left: 0; 
  } .nested-list ul li {
     padding: 4px 0; border: none;
      background: none;
       margin: 0; 
    }
    
    .nested-list ul a { 
      font-weight: normal; 
      color: #000000; 
      font-size: 31px;
      font-family: 'Alegreya';
     } 
     .nested-list ul a:hover {
       color: #000000; 
      }

.center-flex {
    display: flex;
    justify-content: center;
    font-family: 'Alegreya';
    font-size:16px;
    color:#FFFFFF;
  }


small {
  font-size:31px;
  font-weight: bold;
  font-family: 'Alegreya';
  color:#FFFFFF;
  margin:20px auto;

}

strong {
font-weight: bold;
font-size: 200%;
color: #000000;
font-family: 'Alegreya';
}


details {
 padding: 10px;
background:#000000;
 
}
summary {
 color: #FFFFFF;
 padding: 0px;
 cursor: pointer;
 font-family: 'Alegreya';
}


summary  h4  {
  font-family:'Alegreya';
font-weight:400;
font-size:25px;
color: #FFB343;
line-height: 1.1;
letter-spacing:-0.02em;

}




details[open] {
 background: #000000;
 border: 2px solid  #CCFF00;
  border-radius: 12px;
  font-family: 'Alegreya';
}

a {
  color: #000000;
  font-family:'Alegreya';
}

a:hover {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

 ul {
list-style-type: none;
  margin: 0;
  padding: 0;
  justify-content: center;
  font-size: 140%;
  font-weight: bold;
	
}




h1 {
 font-family:'Alegreya';

}




h2 {
 font-family:'Alegreya';
 font-size:40px;
 font-weight:800;
 color:#000000;
 text-align:center;
 line-height: 1.1;
 letter-spacing: -0.04em;

}

h3 {
font-family:'Alegreya';
}

h4 {
font-family:'Alegreya';
font-weight:400;
font-size:33px;
color: #000000;
line-height: 1.1;
letter-spacing:-0.02em;
}

h5 {
font-family:'Alegreya';

}

h6 {
font-family:'Alegreya';
}

p {
font-family:'Alegreya';
line-height: 1.1;
font-size:28px;
font-weight:400;
letter-spacing:-0.02em;
padding:10px;
width:100%;     
color:#000000;
	
}



img {
  border-radius: 50%; 
  border: 4px dotted #CCFF00; 
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px; 
  padding:10px;
  margin:30px auto;
}

.profile-img {
  border-radius: 50%; 
  border: 4px dotted #CCFF00; 
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px; 
  padding:10px;
  margin:30px auto;
}

   


 blockquote {
  background-color:#FFDBBB;
  margin: 20px auto;
  padding: 0px;
  font-size:25px;
  font-family:'Alegreya';
  font-weight:400;
  border-radius:25px;
  color:#000000;
  padding:21px;
}

blockquote p {
  font-family: 'Alegreya';
  font-weight: 400;
  font-size:33px;
  color:#000000;

}



blockquote p::before {
  content: "\201C";
}

blockquote p::after {
  content: "\201D";
}

blockquote + p {
  text-align: right;
  font-size:25px;
}



nav {
  border-bottom:2px solid #e5e5e5;

 
}


.crumb {
  display: inline-block;
  font-family: 'Alegreya';
  font-size: 140%;
  font-weight: 400;
  color:#000000;

}


.crumbs ol {
  list-style-type: none;
  padding-left: 0;
  
}

.crumb a {
  color:#000000;
}

.crumb a:hover {
  color:#000000;
}

.crumb a::after {
  display: inline-block;
  color: black;
  content:'\203A';
  font-size: 140%;
  font-weight: normal;
  padding: 0 3px;
}




.navbar {
      background-color: #D32F2F; 
      padding: 0.5rem 1rem;
      height: 30px;
      font-family: 'Alegreya';
      font-size: 16px;
      color:#FFB343;
     margin-bottom: 0 !important; 
}

      



    .navbar-brand {
      font-weight: bold;
      color: #333;
    }

    .nav-link {
      color:#FFB343;
      margin-right: 15px;
      transition: color 0.3s ease;
    }

    .nav-link:hover {
      color: #000000; 
    }

#header {
  background-color:#FFFFFF;
  width:100%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin:0px auto;
  border-top:18px solid #e5e5e5;
	border-bottom:2px solid #e5e5e5;
	font-family: 'Alegreya';
	font-size:21px;
  height:110px;

}





#intro  {
  background-color: #000000;
  width:100%;
  font-family:'Alegreya';
  border-bottom:2px solid #e5e5e5;
  color:#FFFFFF;
  font-weight: normal;
  font-size: 21px;
  border-bottom: 60px solid #D32F2F;
  background-image: linear-gradient(283deg, rgba(228, 228, 228,0.04) 0%, rgba(228, 228, 228,0.04) 30%,rgba(130, 130, 130,0.04) 30%, rgba(130, 130, 130,0.04) 49%,rgba(31, 31, 31,0.04) 49%, rgba(31, 31, 31,0.04) 100%),linear-gradient(297deg, rgba(228, 228, 228,0.04) 0%, rgba(228, 228, 228,0.04) 20%,rgba(130, 130, 130,0.04) 20%, rgba(130, 130, 130,0.04) 60%,rgba(31, 31, 31,0.04) 60%, rgba(31, 31, 31,0.04) 100%),linear-gradient(242deg, rgba(228, 228, 228,0.04) 0%, rgba(228, 228, 228,0.04) 29%,rgba(130, 130, 130,0.04) 29%, rgba(130, 130, 130,0.04) 48%,rgba(31, 31, 31,0.04) 48%, rgba(31, 31, 31,0.04) 100%),linear-gradient(90deg, rgb(0,0,0),rgb(0,0,0));
}


#intro h1 {
   font-family:  'Rochester', cursive;
  font-weight: 400;
  font-style: normal;
  color:#FFFFFF;
   background: linear-gradient(to right, #E55D87, #5FC3E4);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-size: 101px;
}

#intro p {
font-family:'Alegreya';
line-height: 1.1;
font-size:28px;
font-weight:400;
letter-spacing:-0.02em;
padding:10px;
width:100%;     
color:#D32F2F;
}


#intro strong {
font-weight: bold;
font-size: 200%;
color: #FFFFFF;
font-family: 'Alegreya';
}


.highlight {
  color:#D32F2F;
  font-family: 'Rochester', cursive;
  font-weight: 400;
  font-style: normal;
   background: linear-gradient(to right, #D32F2F , #D32F2F);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-size: 31px;

}

#google-ads {
  background-color: #fff4e5;
  border-bottom: 2px solid #e5e5e5;
}

#bsky-feed {
width:100%;
background-color:#fff4e5;
color:#000000;
font-family: 'Alegreya';
font-size:21px;
font-weight:normal;


}


#content {
  width:100%;
  font-family:'Alegreya';
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  color:#000000;
  font-weight: normal;
  border-radius:25px;
  background:#fff4e5;
}



#feedback {
  width:100%;
  background-color:#f9bcc8;
  color:#000000;
  font-family: 'Alegreya';
  font-weight: normal;
  font-size:21px;
  padding:40px;
  
  
  

}


#about {
  background-color:#fff4e5;
  margin:0px auto;
  width:100%;  
  padding:20px;
  font-family:'Alegreya';
  font-size:31px;
  font-weight: bold;
}

#privacy  {
   width:100%;
  font-family:'Alegreya';
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  color:#000000;
  font-weight: normal;
  background:#fff4e5;

}




#contact form{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap:20px;
  
 
}

.contact form label{
  display:block;
}

.contact form p{
  margin:0;
}

.contact form .full{
  grid-column: 1 / 3;
}

.contact form button, .contact form input, .contact form textarea{
  width:100%;
  padding:1em;
  border:2px solid #000000;
  border-radius:25px;
  background: #ffffce;
}

.contact form button{
  background:#F5276C;
  border:21;
  text-transform:lowercase;
  font-family:'Alegreya';
  font-size: 42px;
  
}

.contact form button:hover,.contact form button:focus{
  background:#CCFF00;
  color:#fff;
  outline:0;
  transition: background-color 2s ease-out;
}

.alert{
  text-align: center;
  padding:10px;
  background:#79c879;
  color:#fff;
  margin-bottom:10px;
  display:none;
  border-radius: 25px;
  border: 4px solid #000000;
  
}


footer {
  background-color: #000000; 
  padding: 2rem 1rem;
  border-top: 60px solid #D32F2F;
  font-family: 'Alegreya';
  font-weight: bold;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
              rgba(0, 0, 0, 0.3) 0px 7px 13px -3px,
              rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  border-bottom: 25px solid #333333;

  /* Gradient stripes */
  background-image: repeating-linear-gradient(
    90deg,
    transparent,
    transparent 35px,
    rgba(9,9,9,.9) 35px,
    rgba(3,3,3,.3) 70px
  );

  /* Make gradient wide enough to slide */
  background-size: 140px 100%;

  /* Animate the sliding effect */
  animation: slideBackground 6s linear infinite;
}

@keyframes slideBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 140px 0;
  }
}




    footer h5 {
      font-weight: bold;
      font-size:31px;
      margin-bottom: 1rem;
      color: #FFB343;
    }

    footer h1 {
   font-family: "Rochester", cursive;
  font-weight: 400;
  font-style: normal;
  color:#FFFFFF;
   background: linear-gradient(to right, #E55D87, #5FC3E4);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-size: 38px;
}

     footer ul {
      list-style: none;
      padding: 0;
    }

    footer .nav-link {
      color:#ef642d;
      margin-bottom: 0.5rem;
      display: inline-block;
      transition: color 0.3s ease;
    }

    footer .nav-link:hover {
      color: #D32F2F;
    }