/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

@font-face {
	font-family: 'The Battle Continuez';
	src: url('./TheBattleCont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'DOCALLISME';
	src: url('./DOCALLISME ON STREET.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Sister Spray';
	src: url('./Sister Spray.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

body {
	font: 16px Helvetica, sans-serif;
	color: #FFFFFF;
	background: #33522a;
	background-image: url("./BRICK10.JPG");
}

a {
	color: #22ff00;
}

a:visited {
	color: #ff0000;
}

a:link {
	color: green;
	background-color: transparent;
	text-decoration: none;
}

a:visited {
	color: red;
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	color: red;
	background-color: transparent;
	text-decoration: underline;
}

a:active {
	color: yellow;
	background-color: transparent;
	text-decoration: underline;
}

#main {
	background: #000000;
	width: 900px;
	padding: 40px;
	margin: 0 auto;
}

h1,
h2,
h3 {
	text-align: center;
}

h2 {
	font-size: 30px;
	font-weight: normal;
}

h4 {
	font-family: 'Sister Spray', sans-serif;
	font-size: 30px;
	text-align: center;
	letter-spacing: 0.1em;
}

.sprayfont {
	font-family: 'Sister Spray', sans-serif;
}

#footer {
	margin-top: 7em;
	text-align: center;
	margin-bottom: 100px;
}

.maintext-div {
	background-color: #102400;
	width: 900px;
	padding: 25px;
	margin: 100px auto;
	margin-top: 0;
	margin-bottom: 5;
}

.flex-container {
	display: flex;
	justify-content: center;
	margin: auto;

}


.headerimage {
	width: 900px;
	height: 300px;
	overflow: clip;
	margin: auto;
}

.characterbio {
	position: relative;
	/* background-color: #081100; */
	/* border-color: white;
	border-style: solid;
	border-width: 1px; */
	width: 700px;
	padding: 25px;
	margin-top: 0px;
	margin-bottom: 10px;
	display: flex;
	justify-content: top;
	z-index: 1;
}

.characterbio:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-color: #081100;
	border-color: white;
	border-style: solid;
	border-width: 3px;
	filter: url(#wiggle-filter);
}

.characterbio img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-color: white;
	border-style: solid;
	border-width: 1px;
	margin-right: 25px;
}

.collage {
	position: relative;
	width: 1000px;
	height: 6700px;
	/* background-color:#000000; */
	margin-top: 40px;
	/* border: 3px solid #73AD21; */
}

.flower1 {
	position: absolute;
	top: 100px;
	left: 0px
}

.flower2 {
	position: absolute;
	top: 300px;
	right: 0px
}

.flower3 {
	position: absolute;
	top: 920px;
	right: -70px
}

.flower4 {
	position: absolute;
	top: 2224px;
	left: -20px
}

.flower5 {
	position: absolute;
	bottom: 3615px;
	right: -50px
}

.flower6 {
	position: absolute;
	bottom: 1550px;
	left: -100px
}

.dandy1 {
	position: absolute;
	top: 470px;
	left: 0px
}

.dandy2 {
	position: absolute;
	top: 2244px;
	right: -20px
}

.orchid1 {
	position: absolute;
	bottom: 50px;
	right: -120px
}