@font-face {
  font-family: 'Nunito';
  src: url('../Nunito-Regular.woff2') format('woff2'),
  url('../Nunito-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

body {
      background-image: url('../img/bg1.png');
      background-attachment: fixed;
}

img {
		border-radius: 30px;
}

a {
	color: white;
	font-family: 'Nunito';
	font-weight: bold;
}

a.sq {
	color: #2d0261;
}

p {
	font-family: 'Nunito';
	color: black;
	font-size: 18px;
}

h1 {
	font-family: 'Nunito';
	color: black;
}

h2 {
	font-family: 'Nunito';
	font-size: 20px;
}

h2.archive {
	padding: 5px;
	background-color: #ea93b1;
}

h2.news {
	padding: 5px;
	background-color: #ea93b1;
}

ul {
	list-style-type: none;
	font-family: 'Nunito';
	color: white;
}

li {
	list-style-type: none;
	font-family: 'Nunito';
	color: black;
}

.flex {
	display: flex;
	justify-content: center;
}

.flex-archive {
	display: flex;
}

.sidebar {
	width: 900px;
	margin-right: 20px;
	margin-top: 90px;
	padding: 10px;
	border-radius: 20px;
	height: 60px;
	
}

.main {
	width: 700px;
	height: auto;
	padding: 10px;
	background-color: #f7eeda;
	border-radius: 20px;
	margin: auto;
}

#authorNotes {
	width: 940px;
	height: auto;
	padding: 10px;
	background-color: #f7eeda;
	border-radius: 20px;
}

.header {
	width: 790px;
	height: 150px;
	margin-bottom: 20px;
	background-image: url('../img/sqbanner.png');
	background-position: 30% 50%;
	border-radius: 20px;
	background-size: fixed;
}

.button {
	border: none;
	padding: 10px;
	height: 20px;
	margin-bottom: 10px;
	border-radius: 20px;
	background-color: #f6c352;
	transition: 0.3s;
	width: 110px;
	margin-right: 5px;
}

.update {
	border: 3px solid #f6c352;
	border-radius: 25px;
	height: auto;
	width: 600px;
	background-color: #f6c352;

}

.update-inside {
	background-color: white;
	height: 210px;
	margin-top: 10px;
	border-radius: 25px;
}

.button:hover {
	background-color: #ea93b1;
}

.charaflex {
	display: flex;
}

.chara {
	border: 1px solid black;
	height: auto;
	width: 300px;
}

.charainfo {
	height: auto;
	width: 400px;
	text-align: center;
	padding: 15px;
	word-wrap: break-word;
}

#charaimg {
	max-width: 40%;
	padding: 15px;
}

#charaimg img {
	max-width: 250%;
}

/* style nav button images */
.comicNav {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  padding: 10px 0px;
}

.comicNav img {
  width: 80px;
  max-width: 98%;
  padding-right: 30px;
}

/* style comic page image */
.comicPage img {
  width: 780px;
  max-width: 98%;
}

/* highlight a table row and make pointer into hand when moused over */
.archiveRow:hover {
  background-color: #DA5437;
  cursor: pointer;
}

a.footer-link {
	color: white;
	text-decoration: none;
}

tr.archiveRow {
	font-family: 'Nunito';
	font-size: 20px;
}

img.archive {
	width: 30%;
	margin-right: 20px;
}

@media only screen and (max-width: 900px) {
	.main {
		width: auto;
	}
	.body {
		background-repeat: repeat;
		background-size: fixed;
		background-image: url('../img/bg1.png');
	}
	.header {
		width: auto;
		background-position: 45% 50%;
	}
	.sidebar {
		width: auto;
		height: auto;
	}
	.button {
		width: auto;
		justify-content: center;
	}
	.flex {
		flex-direction: column;
	}
	#authorNotes {
		width: auto;
	}
}

/* =========== COMMENT BOX =========================== */

#sq-comments {
	border-top: 3px double #000000;
}

#sq-comment-section {
	border-top: 3px double #000000;
}

.cactus-container {
	width: 900px;
	margin: auto;
}

.cactus-editor {
	display: flex;
	flex-direction: column;
	padding-bottom: 30px;
}

.cactus-comments-container {
	display: flex;
	flex-direction: column;
	border-radius: 15px;
	border: 5px solid black;
	padding: 5px;
	background-color: green;
}

.cactus-editor-textarea {
	display: flex;
	flex: 1;
	height: 3.5rem;
	border-radius: var(--cactus-broder-radius);
	padding: 15px;
	background-color: yellow;
}

.cactus-editor-below {
	display: flex;
	flex-wrap: wrap;
}

.cactus-editor-name {
	display: flex;
	flex: 1;
}

.cactus-comments-list {
	display: flex;
	flex-direction: column;
	height: 300px;
	overflow: auto;
}

#a.webcomicwebring{
	color: white;
}

.test-flex {
	display: flex;
	justify-content: center;
}

.test-1 {
	border: 3px solid black;
	width: 900px;
	height: 170px;
	margin: auto;
	background-color: gray;
}

.test-2 {
	border: 3px solid black;
	width: 900px;
	height: auto;
	margin: auto;
	margin-top: 20px;
	border-radius: 15px;
	background-color: gray;
}

.test-flex-2 {
	display: column;
}

.test-3 {
	border: 3px solid black;
	width: 900px;
	height: 900px;
	margin: auto;
	background-color: gray;
}

.test-button {
	background-color: gray;
	color: orchid;
	width: 100px;
	height: auto;
	margin-left: 1px;
	padding: 5px;
	border-radius: 15px 0px 0px 15px;
	margin: auto;
}

.test-button-flex {
	display: flex;
}

.test-4 {
	border: 3px solid black;
	width: 900px;
	height: 900px;
	margin: auto;
}

.test-flex-3 {
	display: flex;
	max-width: 1500px;
	margin: auto;
}

.test-5 {
	width: 700px;
	height: 900px;
	margin-top: 10px;
}

.test-flex-4 {
	flex-direction: column;
	display: flex;
	margin: auto;
	justify-content: center;
}

.test-6 {
	padding: 15px;
	width: 450px;
	height: auto;
	background-color: none;
}

.test-7 {
	padding: 15px;
	width: 450px;
	height: auto;
	background-color: none;
}

.test-7, .test-6 {
	margin-left: 5px;
}

img.link {
	border-radius: 0px;
}

.comicSidebar {
	border: none;
	padding: 15px;
	width: 220px;
	max-height: 780px;
	margin-top: 140px;
	background-color: ;
}

.sq-container {
	border: none;
	padding: 5px;
	height: auto;
	width: 1200px;
	margin: auto;
	background-color: rgb(17,5,133, 0.80);
	border-radius: 20px;
}

.sq-header-flex {
	display: flex;
}

.sq-container-inner {
	border: none;
	padding: 15px;
	height: auto;
	width: 1000px;
	margin: auto;
	background-color: rgb(182,104,255, 0.30);
	border-radius: 20px;
}

