*{
    margin:0;
    padding:0;
    font-family: sans-serif;
}
#hidden-login {
    align-self: flex-end; /* Aligns the button to the right edge of the header */
    margin-top: -1.5em; /* Moves it up to the top edge of the header */
    color: black; /* Matches the background */
    text-decoration: none; /* Removes underline */
    font-size: 0.9em; /* Adjust font size to blend in */
    transition: color 0.3s; /* Smooth hover transition */
}

#hidden-login:hover {
    color: white; /* Changes color on hover */
}
#header{
    background-color: black;
    color:white;
    padding:1.3em;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#header a{
    color:white;
    text-decoration:none;
}
#header svg{
    height:4em;
}
#header h6{
    margin-top:0.7em;
    margin-bottom:2.2em;
}
#navbar{
    width:61%;
    display:flex;
    justify-content:space-between;
}

#navbar a{
    padding:0.15em;
}

#textContainer{
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top:1.6em
}

#textContainer img{
    /* display:block; */
    float:right;
    margin:0.7em;
}

.centerFlex{
    display:flex;
    align-items: center;
    justify-content: center;
}

#donationAmountsGrid{
    display: grid;
    grid-template-columns: auto auto auto auto;
}
#donationAmountsGrid div{
    margin:1em;
    padding: 0.75em;
    border: 3px solid LightCyan;
    border-radius: 15px;
}
#donationAmountsGrid div:hover{
    margin:1em;
    padding: 0.75em;
    background-color: aqua;
    border: 3px solid #91F2E0;
    border-radius: 15px;
}

#donationMethodsGrid{
    display: grid;
    grid-template-columns: auto auto;
}

#donationMethodsGrid button{
    margin:1.25em;
    width:5em;
    height:3em;
}















h2{
	text-align:center;
 	color:#154DA4; 
	font-size:2em;
}

#changeBodyContainer{
	display:grid;
	grid-template-columns:17% 83%;
}

#chat{
	height:100%;
/* 	background-color:navy; */
}

#title{
/*     color: #A70B0B; */
    text-decoration: none;
}

a{
    text-decoration: none;
    color:#154DA4; 
}

a:visited{color:#154DA4;}

body{
/* 	background-color: #E1E6FA; */
}

h1{
	margin-top: 0px;
	margin-bottom:0px;
/* 	color: #A70B0B; */
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 55px;
}

h2{
	margin-top: 0px;
	margin-bottom: 0px;
}

#startThread{
    text-align: center;
    font-size:22px;
}


#nav { 
	text-align: center;
	margin-bottom: 0px;
}
#nav ul { 
	list-style: none;
	margin-bottom:0px; 
}
#nav ul li { 
	display: inline;
	font-size: 22px;
	margin:1em;
}

#boardTitle h2{
/* 	color: #A70B0B; */
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 55px;
}

.aboveTitle{
	margin-top:15px;
}

.belowTitle {
	margin-bottom: 15px;
}

#hide{
    margin-left:2em;
/*     color:#154DA4; */
}
#banner img{
	display: block;
	margin: 0 auto;
}
.pageContainer{
	display: grid;
	grid-template-columns:auto auto auto ;
}
.formContainer {
	display: grid;
	justify-content: center;
}
.arrowGrid{
	display:grid;
	text-align: right;
	 
}
.formGrid {
	display: grid;
	grid-template-columns:33px 88px 288px;
	grid-column-gap: 1px;
	grid-row-gap: 1px;
	margin-bottom: 1px;
	margin-top: 1px;
	/*justify-content: center;*/

}
.formGridYoutubeVid {
	display: grid;
	grid-template-columns:55px 88px 333px;
	grid-column-gap: 1px;
	grid-row-gap: 1px;
	margin-bottom: 1px;
	
	/*justify-content: center;*/

}
.formGridYoutube {
	display: grid;
	grid-template-columns:33px 88px 288px;
	grid-column-gap: 1px;
	grid-row-gap: 1px;
	margin-bottom: 1px;
	
	/*justify-content: center;*/

}
.hide{
	text-align: right;
}
.formGridFile {
	display: grid;
	grid-template-columns:33px 88px 333px;
	grid-column-gap: 1px;
	grid-row-gap: 1px;
	margin-bottom: 1px;
	margin-top: 0px;
	/*justify-content: center;*/

}

.formGridRecord {
	display: grid;
	grid-template-columns:33px 88px 44px 188px;
	grid-column-gap: 1px;
	grid-row-gap: 1px;
	margin-bottom: 1px;
	margin-top: 0px;
	/*justify-content: center;*/
}



.formCommentGrid {
	display: grid;
	grid-template-columns:33px 88px 288px;
	grid-row-gap: 1px;
	grid-column-gap: 1px;
	margin-bottom: 1px;
	/*justify-content: center;*/
}
.formCaptchaGrid {
	display: grid;
	grid-template-columns:33px 88px 288px;
	grid-row-gap: 1px;
	grid-column-gap: 1px;
	margin-bottom: 1px;
	/*justify-content: center;*/
}

.standard {
	border:1px solid black;
	text-align: center;
/* 	background-color:#ABC8E2; */
	height: 22px;
	font-size: 15px;
	font-family: "Lucida Console", Monaco, monospace;
	line-height:21px;
}

.special {
	border:1px solid black;
	text-align: center;
/* 	background-color:#ABC8E2; */
	height: 22px;
	font-size: 12px;
	font-family: "Lucida Console", Monaco, monospace;
	line-height:22px;
}
.specialCaptcha {
	border:1px solid black;
	text-align: center;
/* 	background-color: #ABC8E2; */
	height: 173px;
	font-size: 15px;
	font-family: "Lucida Console", Monaco, monospace;
	line-height:160px;
}

.audio{
	font-size: 15px;
	font-family: "Lucida Console", Monaco, monospace;
	margin:4px;
	text-align: center;
}

.comment {
	border:1px solid black;
    	text-align:center;
/* 	background-color:#ABC8E2; */
	height: 88px;
	font-family: "Lucida Console", Monaco, monospace;
	line-height: 84px;
	font-size: 16px;
}

.commentInput {

}

.submit{
text-align: center;
margin-top: 10px;
}

.submit button{
	width:177px;
	height:47px;
	font-size: 1.3em;
}
.submit button:hover {
    box-shadow: 0 0 3px 1px rgb(255, 0, 0);
}


.belowForm{
	margin-top: 17px
}

.catalogCom{
	max-height: 75px;
	overflow: hidden;
}

.catalogSub{
	max-height:60px;
	/* min-height:min-content; */
	overflow:hidden;
	font-weight:bold;	
}
.catalogSub:empty{
	display:none;
}

.subHeader:empty{
	display:none;
}
.subIMG:empty{
	display:none;
}

.catalogR{
	font-size: 13px;
}

#catalogGrid{
	 display: grid;
	 grid-template-columns: repeat(auto-fit,175px);
	 width: 100%;
	 grid-row-gap: 30px;
	 grid-column-gap: 10px;
	 justify-content: center;
}
/*#catalogGrid div{
	-webkit-box-flex:auto;
	-ms-flex:auto;
	flex: auto;
	width:180px;
	margin:.15vw;
}*/








#thumbnail{
    text-align:center;
    max-height:333px;
    padding:10px;
}

#thumbnail1{
    text-align:center;
    max-height:333px;
    display:grid;
}

#thumbnail1 img{
	margin-left: auto;
    margin-right: auto;
}

#thumbnail img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/**THREAD PAGE STYLES**/
.post p{
        margin:0;
        padding:0;
    }
.postR p{
        margin:0;
        padding:0;
    }
.post {
	display: grid;
	min-width: 777px;
    /*max-width:95%;*/
	min-height: 77px;
	/*margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 2em;*/
	padding: 0px;
	overflow: auto;
	display: inline-block;
}
.postR {
	min-width: 500px;
    max-width:95%;
	min-height: 77px;
	/*margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 2em;*/
	padding: 0px;
	overflow: auto;
	display: inline-block;
/* 	background: #C4D7ED; */
	padding:5px;
	border-style:outset;
}


/*.post a {
	color: #deffef;
}*/


.headerGridOP{ 
	max-height: 25px;
	display: grid;
	grid-template-columns: 50% 50%
	
}
.headerGridOPleft{
	display:grid;
	grid-template-columns: fit-content(500px) fit-content(200px) fit-content(150px) fit-content(150px);
	grid-column-gap: 8px;
}
.headerGridreply{
	display: grid;
	grid-template-columns: 50% 50%;
}
.headerGridreplyLeft{
	display:grid;
	grid-template-columns: fit-content(150px) fit-content(150px) fit-content(150px);
	grid-column-gap: 8px;
}
.header2{
	text-align: center;
}
.timestamp{
	text-align: center;
}
.timestampReply{
	text-align: center;
	line-height: 23.5px;
}
.OPname{
	text-align: center;
	line-height: 26px;
}
.flagContainerpost{
	margin-top: 3.5px;
}
.flagContainerpostReply{
	margin-top: 2px;
}
.OPtextarea{
	text-align: left;
}

.post .header {
	min-width: 350px; 
	max-width: 777px;
	padding: 1px;
	padding-left: 4px;
	height: 22px
}

.post .header2 {
	min-height: 1px;
	
	padding: 1px;
	padding-left: 4px;
}
.content{
	
}
.post .content {
	min-height: 40px;
	grid-gap: 3px;
	/*padding-right: 4px;*/
	
	overflow: auto;
}

.post .footer {
	margin-top: 2px;
}
.flag img{
	width: 18px;
}
.post img {
	margin-right: 4px;
    max-height:1000px;
    margin-right:7px;
    max-width:;
}
.post img:hover {
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

.postR .header {
	min-width: 350px;
	max-width: 777px
	padding: 1px;
	padding-left: 4px;
}

.postR .header2 {
	min-height: 1px;
	
	padding: 1px;
	padding-left: 4px;
}

.postR .content {
	min-height: 40px;
	grid-gap: 3px;
	/*padding-right: 4px;*/
	
	overflow: auto;
}

.postR .footer {
	margin-top: 2px;
}

.postR img {
	margin-right: 3px;
    max-height:1000px;
    
}
.postR img:hover {
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

.postNumb {
	margin-left: 12px;
	margin-right: 6px;
	margin-top: 1px;
    float:right;
}
.postNumb {
	margin-left: 12px;
	margin-right: 6px;
	margin-top: 1px;
    float:right;
}
.headerOP{
    grid-template-columns: minmax(min-content,max-content) minmax(min-content,max-content) max-content max-content max-content;
    white-space: nowrap;
    grid-gap:3px;
}
.headerReply{
    grid-template-columns: minmax(min-content,max-content) max-content max-content max-content;
    white-space: nowrap;
    grid-gap:3px;
}
.headerRightR{
    float:left;
}

.wrapperPost{
    text-align:left;
    align-content: left;
    margin-left:33px;
    display:grid;
    max-width: 1333px;
}
.wrapperPostR{
    text-align:left;
    align-content: left;
    margin-left:33px;

}

/**^THREAD PAGE STYLES^**/


.thumbnailImg{
    height:auto;
	max-width:85%;
	max-height:175px;
}

#thumbnail{
    overflow:hidden;
}

.textArea{
    
    font-size:18px;
    height:stretch;
    text-align: justify;
}

.repliesFooter{
    background-color: lightgrey;
   
}

#threadImg{
	height:200px;
	max-width:100%;
}

#threadImgBig{
	height:400px;
	max-width:100%;
}

/*HOME PAGE CSS*/

.boardGrid {
    border:1px solid black;
    text-align: center;
    width: 222px;
}
.boards {
    background-color: #4cbfce;
    border-bottom:1px solid black;
}
.anime {
    text-align: left;
    margin-top:7px;
}
.random {
    text-align: left;
    margin-top:7px;
}
.pol{
    text-align: left;
    margin-top:7px;
    
}
.headerWrapper{
    display:flex;
    justify-content: center;
    align-items:center;
}

.creedo{
    border:1px solid black;
    width:777px;
    font-family: Verdana, Geneva, sans-serif;
    padding: 33px;

}
.creedoWrapper{
    margin-top:0px;
    display:flex;
    justify-content: center;
    align-items:center;
}

#makePost{
	text-align:center;
/* 	color:#154DA4; */
	font-size: 2em;
}

/*popupform styles VVV*/
.popupForm{
  display: none;
  position: fixed;
  top: 111px;
  right: 15px;
  border-style:outset;
  background-color: white;
  border: 5px solid black;
  z-index: 9;
  width: 500px;
  padding-top: 15px;
}

.formGrid2{
	display: grid;
	grid-template-columns: 88px 333px;
	justify-content: center;
	margin-top: 15px;
}

/*arrow css VV*/
#topArrow{
    position: fixed;
    top: 22px;
    right: 15px;
    z-index: 9;
    font-size: 2.2em;
}


#bottomArrow{
    position: fixed;
    bottom: 22px;
    right: 15px;
    z-index: 9;
    font-size:2.2em;
}

#captcha_text{
	width:278px;
	height:18px;
	margin-left:2px;
	
}

/* #svg{
	display:grid;
	grid-gap: 1px;
} */

#captchaButtons{
	text-align: center;
	line-height: 150px;
}

/* #svg{
	display:grid;
	grid-template-columns: 3fr 1fr;
	grid-template-rows: 150px 20px;
	grid-gap: 1px;
	height: 150px

} */

#svg{
	display:flex;
	justify-content: center;
	align-items:center;
	height: 150px
}

#svg2{
	display:flex;
	justify-content: center;
	align-items:center;
	height: 150px
}

#captchaGrid{
	display:grid;
	grid-template-columns: 3fr 1fr;
	

}

#captchaGrid input{
	border:1px solid black;	
}

#popup_comment{
	display:grid;
	grid-template-columns: 3fr 1fr;
	grid-template-rows: 150px 20px;
}





#hide2{
	text-align: center;
}

.commentPopR {
	border:1px solid black;
    	text-align:center;
/* 	background-color:#3F7EA6; */
	height: 88px;
	font-family: "Lucida Console", Monaco, monospace;
	line-height: 84px;
	font-size: 16px;
}

.standardPopR {
	border:1px solid black;
	text-align: center;
/* 	background-color:#3F7EA6; */
	height: 22px;
	font-size: 15px;
	font-family: "Lucida Console", Monaco, monospace;
	line-height:21px;
}

.specialCaptchaPopR {
	border:1px solid black;
	text-align: center;
/* 	background-color: #3F7EA6; */
	height: 173px;
	font-size: 15px;
	font-family: "Lucida Console", Monaco, monospace;
	line-height:160px;
}

.specialPopR {
	border:1px solid black;
	text-align: center;
/* 	background-color:#3F7EA6; */
	height: 22px;
	font-size: 12px;
	font-family: "Lucida Console", Monaco, monospace;
	line-height:22px;
}

#imageContainer{
	float: left;
	margin-right: 8px;
}

#postNumberOP{
	margin-left:3em;
}
.postNumber{
	float:right;
}

.paypal-button{
    background-color:#FFD74F;
    border:none;
    border-radius:1em;
    width:5em;
    height:2em;
    color:#281B59;
    font-family: 'Cabin', sans-serif;
    font-size:1.4em;
}
