@import url('https://fonts.googleapis.com/css?family=DM+Serif+Display&display=swap');
@import url('https://fonts.googleapis.com/css?family=Anonymous+Pro&display=swap');
@import url('https://fonts.googleapis.com/css?family=Aoboshi+One&display=swap');

body{
	background-color: black;
	font-family: "Anonymous Pro", sans-serif;
	font-size: 25px;
	color: white;
}
img{
	max-width: 100%;
	height: auto;
}
ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
li{
	padding-bottom: 1rem;
}
li:hover{
	color: #75E8F6;
}
h1{
	font-size: 4.75rem;
	color: white;
	font-family: "DM Serif Display", sans-serif;
	text-align: center;
	margin: 0rem;
	font-weight: normal;
	font-weight: 400;
}
h2{
	font-size: 64px;
	color: white;
	font-family: "DM Serif Display", sans-serif;
	margin: 0rem;
	font-weight: 400;
}
a{
	text-decoration: none;
}

.citation{
	position: relative;
	padding-bottom: 5rem;
}

/*header starts here*/
*{
	box-sizing: border-box;
}

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 */
}


	.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;
}

.goodforum:hover a{
    color: #75E8F6;
}

.badforum:hover a{
    color: #51DA22;
}
.fanforum:hover a{
    color: #9D26B0;
}


.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 */
}
/*header ends here*/

.top a{
	text-decoration: none;
	color: white;
}
.top a:hover{
	color: #51DA22;
}
.top{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.text{
	padding-top: 90px;
}

.font, .img, .ins, .tut{
	padding-left: 100px;
	padding-bottom: 10px;
	width: 1000px;
}


/*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;
}

  .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 a {
    display: inline-block;
  	margin: 20px 30px; 
  }

  .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 end*/


/*screen change @ 768px*/
@media only screen and (max-width: 768px) {
  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 */
	}

	.font, .img, .ins, .tut{
	padding-left: 5px;
	padding-bottom: 0;
	width: 150px;
	}
}

@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;
  }
}