
* {
  box-sizing: border-box;
}

a {
	text-decoration: none;
}

body {
	background-color: black;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

p {
	color: white;
	font-family: "Anonymous Pro";
	font-size: 1rem; 
}

h1 {
	color: white;
	font-family: 'DM Serif Display', serif;
	font-weight: normal;
/*	font-size: 6.25rem; */
	font-size: 51px;
}

	h2 {
		font-size: 100px;
		color: white;
		font-family: "DM Serif Display", sans-serif;
		font-weight: normal;
		/*-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: black;
		*/
	}

h3 {
	color: white;
	font-family: 'DM Serif Display', serif;
	font-weight: normal;
	font-size: 1rem; 
}

/*a {
	color: white;
	font-family: "DM Serif Display";
	font-size: 1rem; 
	width: 50%;
}*/
a {
	color: black;
	text-decoration: none;
}

nav img{
	width: 250px;
	height: auto;
}

nav a{
	display: inline-block;
	font-family: 'DM Serif Display', serif;
	color: white;
	font-size: 1.5rem;
	text-decoration: none;
/*	top and bottom, left and right*/
	padding: 0.25em 0.45em;
}

/*--------------------------NAVIGATION BAR---------------------------*/

 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a.close-icon {
  display: none;
}

a.icon {
  display: none;
}

li {
  display: inline;
}

.nav-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0; /* Adjust top and bottom padding to control the height */
	position: fixed; /* Add this to make the navigation bar sticky */
	top: 0; /* Add this to position the navigation bar at the top */
	left: 0; /* Add this to align the navigation bar to the left */
	right: 0; /* Add this to align the navigation bar to the right */
	background-color: black; /* Optional: Add a background color to the navigation bar */
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional: Add a shadow effect for the navigation bar */
	height: 90px; /* Set a fixed height for the navigation bar background */
	 z-index: 9999; /* Set a high z-index value */
}

.goodforum:hover a{
    color: #75E8F6;
}

.badforum:hover a{
    color: #51DA22;
}
.fanforum:hover a{
    color: #9D26B0;
}


	.nav-container .icon {
  	display: none;
	}

.logo img {
	margin-right: 20px; /* Optional: Add some right margin to separate logo from nav links */
	width: 200px;
	height: auto;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 20px;
}

ul.nav-links {
	list-style-type: none;
	margin: 0;
	padding: 0;
/*	font-size: 4rem;*/
	display: flex; /* Optional: Display the nav links as flexbox */
	margin-right: 20px;
}

ul.nav-links li {
	margin-left: 10px; /* Optional: Add some left margin between nav links */
	padding-right: 35px;
}

.tickets button {
  /* Remove background-color to have no filled-in color */
  background-color: transparent;
  border: 2.6px solid #9D26B0; /* Add a blue border around the button */
  border-radius: 30px;
  width: 170px;
  outline: none; /* Remove outline on focus */
}

.tickets button:hover a {
  color: black; /* Change the text color to black on hover */
}

.tickets button:hover {
  background-color: #9D26B0; /* Add a background color on hover */
  color: black; /* Change the text color to black on hover */
}
div.desc {
	color: white;
	text-align: center;
}


@media only screen and (max-width: 700px) {
  .wardrobe {
    width: 32%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .wardrobe {
    width: 100%;
  }
}


 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li {
  display: inline;
/*  float: right;*/
}

.hero {
	position: 0;
	margin: 0 auto; 
  padding: 0;
}

.hero img {
	width: 100%;
	height: auto;
	padding-top: 0.5rem;
}

.cta-text {
	font-family: 'Aoboshi One', serif;
}

.hero-text {
  text-align: center;
  position: absolute;
  color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-bottom: 17rem;
}

/*.left-menu{
	float: right;
	text-align: center;
}*/

/*grid*/
.blockquote{
	align-items: center;

}
.twitter section{
	background:black;
	padding: 1rem;
	margin-left: 30px;
	/*padding-left: 2rem;
	padding-right: 2rem;*/
}

.twitter{
	width:clamp(16rem, 90%, 90rem);
	padding:1rem;
	margin-left:auto;
	margin-right:auto;
	display:grid;
	grid-template-columns:repeat(4, 1fr);
	grid-template-rows:repeat(3, auto);
	grid-gap:0em;

	
}

@media screen and (min-width: 1200px){
	.twitter {
		margin-top: 80px;
	}
}

#intro{
	grid-column:1 / span 4;
}

.thread{
	grid-column: auto / span 2;
}

/*wow this is some neat stuff*/
@media screen and (max-width:900px){

	.thread{
		grid-column:auto / span 4;
	}
	nav {
	width:100%;
	align-items:stretch;
	}

	.nav-container{
	position: relative;
	}
	/*oh wow its that easy*/

}

section.hero{
	margin-bottom:1rem;
	position:relative;
}

/*--------------------------FOOTER---------------------------*/

.footer {
	background-color: black;
	height: 170px;
	margin: 0;
	padding: 0;
}

.citations-button a{
	color: white;
	font-family: 'DM Serif Display', serif;
	font-weight: 400;
		font-size: 1.5rem;
}

.mockups-button a{
	color: white;
	font-family: 'DM Serif Display', serif;
	font-weight: 400;
		font-size: 1.5rem;
}

 /*.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }*/

  .first-line {
  	margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    opacity: 0.9;
  }

  .first-line img {
  	max-width: 33px;
  }

  /*.first-line h2 {
    margin: 0 10px; 
  }*/

  .first-line a {
    display: inline-block;
  	margin: 20px 30px; 
  }

  /*.second-line {
    display: flex;
    flex-wrap: wrap; 
    justify-content: center; 
  }*/

  .second-line {
  	display: flex;
  justify-content: center;
  margin-top: 35px;
  }

  .second-line p {
/*  	padding-top: ;*/
    display: inline-block;
  	margin: 0 45px; 
  	font-size: 0.9rem;
  	opacity: 0.7;
  }


	.footer {
		height: 140px;
	}

  .button2 a {
  	font-size: 1.5rem;
  	width: 17.5rem;
  	height: 65px;
  }
}

@media screen and (max-width: 1200px){
	.citations-button a{
		color: white;
		font-family: 'DM Serif Display', serif;
		font-weight: 400;
		font-size: 1rem;
	}

	.mockups-button a{
		color: white;
		font-family: 'DM Serif Display', serif;
		font-weight: 400;
			font-size: 1rem;
	}
}

@media screen and (max-width: 1200px){
	.first-line {
		padding-top: 25px;
	}
  .first-line a {
    display: inline-block;
  	margin: 0 20px; 

  	position: relative;
 	  top: -3vh;
  }
}

@media screen and (max-width: 1200px){
  .second-line p {
/*  	padding-top: ;*/
    display: inline-block;
  	margin: 0 15px; 
  	font-size: 0.58rem;
  	opacity: 0.7;
  	padding-top: -50px;
  }
}

@media only screen and (max-width: 768px) {

/*--------------------------GENERAL---------------------------*/
  
  /* Adjust the font size for better readability on small screens */
  body {
    font-size: 16px;
  }

  h2 {
  	font-size: 50px;
  }

/*--------------------------NAVIGATION BAR---------------------------*/

  /* Modify the navigation bar to stack the links vertically */
  .nav-container {
    flex-direction: column;
    height: 110px;
    padding: 5px 0; /* Adjust the top and bottom padding */
  }

  .nav-container ul.nav-links {
    display: none;
  }
  
  /* Show the icon on mobile */
  .nav-container a.icon {
    float: right;
    display: block;
  }

  /* Add styles for the mobile navigation menu */
  .nav-container.active ul.nav-links {
    display: flex;
    flex-direction: column;
  }

  .nav-container ul.nav-links.active {
 	 display: flex;
 	 flex-direction: column;
	}

.logo {
  display: flex;
  align-items: center;
  margin-right: 10px;
  margin-left: 5rem;
}

.nav-container .icon {
  display: none;
  margin-left: 25px; /* Adjust the spacing between the logo and the icon */
  font-size: 40px;
}

  .logo img {
    margin-right: 1px; /* Remove the right margin */
    margin-bottom: 10px;
    margin-top: 10px; /* Adjust the top margin */
  }

  ul.nav-links {
    display: flex;
    flex-direction: column; /* Stack the nav links vertically */
    margin-right: 0; /* Remove the right margin */
  }

  ul.nav-links li {
    margin-left: 0; /* Remove the left margin */
    padding-right: 0; /* Remove the right padding */
  }

  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    margin: 0;
    background-color: black; /* Change the background color as per your design */
    width: 100%;
    height: 100vh;
    text-align: center; /* Align the navigation links to the left */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Add a shadow effect for better visibility */
}
.nav-container a.close-icon {
  display: none;
  font-size: 20px; 
  color: white; 
  padding: 5px 1px; 
  cursor: pointer;
  position: absolute;
/*  top: 10px;*/
  right: 60px; /* Adjust the right distance as per your preference */
}

.nav-container .close-icon {
/*	padding-left: 50px;*/
}

.close-icon {
	color: white;
/*	padding-left: 10px;*/
}

:target {
  padding-top: 90px; /* Adjust the padding as needed */
  margin-top: -90px; /* Adjust the margin as needed */
}
}