body {
	font-size: 1em;
	max-width: 900px;
	margin: 0px auto;
	width: 100%;
}



/*
	SMOOTH SCROLL attempt

	overflow-y: scroll;
	scroll-behavior: smooth;
*/



p {
	font-size: 1em;
	letter-spacing: .035em;
	padding: 20px;
	margin: 60px;
	color: #444444;
}



p a {
letter-spacing: .06em;
	}



/* Navigation Stuff 2025 */

nav ul li a {
  text-decoration: none;
  padding: 0.25em 0.5em;
  font-weight: 500;
}

nav ul li a:hover {
  text-decoration: underline;
}


.wide-nav {
  width: 100%;
  margin: 2rem 0;
  text-align: center;
}

.wide-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.wide-nav li a {
  text-decoration: underline;
  color: #3B3; /* Or whatever your link color is */
  font-weight: 500;
}

.wide-nav li a:hover {
  color: #000;
  text-decoration: none;
}



/* New modern way to CENTER */

.centered-block {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}








/* padding: top right bottom left    or  topbottom rightleft; */


section {
	font-family: 'Arial', sans-serif;
	color: rgb(18,18,18);
}

/*
li {
	display: inline;
}
*/

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1em;
}

li {
  display: block;
  padding-left: 0;
  margin-bottom: 0.3em;
  font-size: 1rem;
  line-height: 1.5;
}

article {
	border-style: solid;
	border-width: medium;
	border-left: dashed;
	border-right: dotted;
	background-color: #CCFFCF;
	width: 640px;
}

section {
	margin-top: 60px;
	margin-left: 60px;
}



h1 {
	text-align: center;
	font-style: italic;
	font-size: 3em;
	color: #196;
	text-shadow:
    1px 1px 0 #33f,
    1px 0px 0 #f33,
    0px 1px 0 #aa3;
    padding-bottom: 30px;
    padding-top: 30px;
}

h2 {
	font-size: 2.5em;
	/*	color: #DA0; */
	color: #333;
	font-style: bold;
	/* text-shadow:
    1px 1px 0 #33f,
    1px 0px 0 #f33,
    0px 1px 0 #aa3; */
	text-align: center;
	padding-bottom: 30px;
	padding-top: 30px;
}

h3 {
	font-size: 1.8em;
	color: rgb(0,0,0); 
/*	text-shadow:
    1px 1px 0 #33f; */
	text-align: center;
	padding-bottom: 25px;
}

h4 {
	font-size: 1.5em;
/*	color: rgb(148,128,198);
	text-shadow:
    1px 1px 0 #33f; */
	text-align: center;
	padding-bottom: 15px;
}

h5 {
	font-size: 1.2em;
	color: rgb(10,10,10);
	font-style: bold;
/*	text-shadow:
    1px 0px 0 #999; */
	text-align: center;
	padding-bottom: 15px;
}

h6 {
	font-size: 1.2em;
	color: rgb(38,38,38);
	/* font-style: bold; */
/*	text-shadow:
    1px 0px 0 #999; */
	text-align: center;
	padding-bottom: 15px;
}

h11 {
	font-size: 0.7em;
	color: rgb(10,10,10);
	font-style: bold;
/*	text-shadow:
    1px 0px 0 #999; */
	text-align: center;
	padding-bottom: 15px;
}

h12 {
	font-size: 0.5em;
	color: rgb(80,80,80);
	font-style: italic;
/*	text-shadow:
    1px 0px 0 #999; */
	text-align: right;
}



/* set the backgrounds differently */
.home-bg {
	background-color: rgb(8,8,8);  
	background-image: url('monolith.jpg');
	background-repeat: repeat-x repeat-y
}

.black-bg {
	background-color: rgb(8,8,8);
	background-image: url('background.jpg');
	background-repeat: repeat-x repeat-y;
}

.white-bg {
	background-color: #fff;
}

.asfree-bg {
	background-color: rgb(5,5,5);
}

.about-bg {
	background-color: rgb(255,255,255);
}

.other-bg {
	background-color: rgb(255,255,255);
}

.pink-bg {
	background-color: #ffaadd;
}

.construction-bg {
	background-image: url('funballs in the funzone 2 copy.jpg');
}

a {
 color: black;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #beffc0;
}

a:active {
    text-decoration: underline;
}

/* stuff heather added */
.row {
	padding: 40px 0;
}

.intro img {
	margin: 0px auto;
	text-align: center;
	width: 100%;
	padding: 22px 0px;
}

.intro p {
	max-width: 550px;
	text-align: center;
	margin: 0px auto;
}

form {
	max-width: 350px;
	text-align: center;
	margin: 0px auto;
	padding: 0px 30px;
}

label {
	color: rgb(188,188,188);
	text-align: left;
}

form div {
	text-align: left;
}

input[type=submit] {
	margin: 30px 0 0;
}

audio {
	margin: 0px auto 30px;
	text-align: center;
	width: 100%;
}



/* Responsive layout - when the screen is less than 850px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 850px) {
  .column {
    width: 100%;
  }
}



/* tables by jacob */

table {
	border-spacing: 30px;
	text-shadow:
    1px 1px 0 #999,
    1px 0px 0 #f33,
    0px 1px 0 #aa3;
    font-size: 17px;
}


th, td {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 12px;
  padding-right: 12px;
}






.audio-col {
	padding: 0px 60px;
}


.column {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


/* navigation bar */

.topnav {
/*	background-color: #ffaadd; */
/*	background-color: rgb(248,118,118); */
  background-color: rgb(30, 30, 30);
	overflow: hidden;
	padding-left: 40px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-radius: 52px;
}

.topnav a {
	font-size: 25px;
  	color: black;
    text-shadow:
    1px 1px 0 #bbf,
    1px 0px 0 #f55,
    0px 1px 0 #ff8;
}

.topnav a:hover {
    text-decoration: underline;
    color: #beffc0;
    }







.link-columns {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 10px 30px; /* row gap, column gap */
  padding-top: 10px;
}

.link-columns a {
  display: block;
  text-decoration: none;
  font-style: italic;
  color: black;
}








/* index body */

.indexbody {

	
padding: 10px;
margin: 60px;

color: #222;
}


/* Responsive layout - when the screen is less than 850px wide, make indexbody use more of the screen */
@media screen and (max-width: 850px) {
  .indexbody {
    padding: 10px;
    margin: 10px;
  }
}


.indexbody a {
/*	color: #f8d; */
	color: rgb(248,98,98);
	text-shadow:
    1px 1px 0 #33f,
    1px 0px 0 #f33,
    0px 1px 0 #aa3;
}

.indexbody a:hover {
    text-decoration: underline;
    color: #33ff44;
}

.indexbody img:hover {
	-webkit-filter: sepia(.75);
}







/* nice body */

.nicebody {
padding: 30px;
margin: 60px;
color: #222;
}


/* Responsive layout - when the screen is less than 850px wide, make nicebody use more of the screen */
@media screen and (max-width: 850px) {
  .nicebody {
    padding: 10px;
    margin: 10px;
  }
}


.nicebody a {
/*	color: #f8d; */
	color: rgb(248,98,98);
	text-shadow:
    1px 1px 0 #33f,
    1px 0px 0 #f33,
    0px 1px 0 #aa3;
}

.nicebody a:hover {
    text-decoration: underline;
    color: #33ff44;
}


.nicebody a:hover img {
	-webkit-filter: sepia(.75);

}


/* image types */

.rounded-image {
	border-radius: 18%;
	border: 10px #00f dotted;
}

.porthole-image {
	border-radius: 50%;
}





/* GENERAL BUTTON */



.button a {
/*	color: #f8d; */
	color: rgb(0,0,0);
	text-shadow:
    1px 1px 0 #33f,
    1px 0px 0 #f33,
    0px 1px 0 #aa3;
}

.button a:hover {
    color: #33ff44;
}


.button a:hover img {
	-webkit-filter: sepia(.75);

}



.button {
  width: 200px; /* Full width */
  padding: 12px; /* Some padding */  
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}






.button {
  background-color: rgb(210,240,210);
  color: rgb(255,255,255);
  text-shadow:
    1px 1px 0 #33f,
    1px 0px 0 #f33,
    0px 1px 0 #aa3;
  padding: 14px 22px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.button:hover {
  color: #ff0;
  background-color: #084;
}





/* CONTACT FORM */

/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 200px; /* Full width */
  padding: 12px; /* Some padding */  
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}


input[type=longtext], select, textarea {
  width: 300px; /* Full width */
  padding: 12px; /* Some padding */  
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: rgb(248,108,108);
  color: rgb(255,255,255);
  text-shadow:
    1px 1px 0 #33f,
    1px 0px 0 #f33,
    0px 1px 0 #aa3;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  color: #ff0;
  background-color: #084;
}
