@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


* {
	margin: 0;
}

body {
	font-family: sans-serif ;
	color: #ccc ;
	font-family: 'Courier New', Courier, monospace;
	background-image: url('/bg.png');
	background-repeat: repeat;
	background-attachment: fixed;
}

a {
	color: #fff;
}

main {
	max-width: 1000px ;
	width: auto;
	margin: auto ;
}

img {
	max-width: 100% ;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Merriweather monospace;
	width: 100%;
	text-align: center;
}

blockquote{
	background-color: #ddd;
	padding: 1rem 3rem;
	color: #333;
	font-size: 1.2rem;
	font-style: italic;
	position: relative;
	border-radius: 16px;
	margin: 1rem 0 1rem 4rem;
}

blockquote::before {
  content: "\201C";
  color: #aaa;
  font-size: 4em;
  position: absolute;
  left: 10px;
  top: -10px;
  font-family: Arial, sans-serif;
}

blockquote::after {
  content: "\201D";
  color: #aaa;
  font-size: 4em;
  position: absolute;
  right: 10px;
  bottom: -30px;
  font-family: Arial, sans-serif;
}

blockquote  a {
	color: #000;
}

details{
	box-sizing: border-box;
	margin: 1rem 0;
}

summary{
	text-decoration: underline;
	background-color: transparent;
}

details>p{
	background-color: rgba(0, 0, 0, 0.4);
	margin: 0 3rem;
	padding: 0.5rem 1rem !important;
	width: auto;
}

a img {
	margin:1rem 0;
}

p {
	text-align: justify;
	width: 100%;
	box-sizing: border-box;
	line-height: 1.3rem;
	margin: 0.7rem 0;

}

p>img{
	margin: 1rem 0;
}

p.centered {
	text-align: center;
}

p.align-right {
	text-align: right;
}

hr {
	margin: 1rem 0;
}

table{
	margin-top: 1rem;
	margin-left: 2rem;
	outline: 1px solid white;
}

thead {
	background-color: #777;
}

tr, td {
	outline: 1px solid #777;
	text-align: center;
}

ol {
	margin: 1rem 1rem 1rem 3rem;
}

header {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	background-color: #478AC9;
	padding: 0 1rem;
	height: 4rem;
}

.header_items {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	width: 100%;
	max-width: 1000px;
	flex-wrap: wrap;
}

.header_items img{
	width: 4rem;
	aspect-ratio: 1;
}

header h1 {
	text-align: left ;
	color: white;
	font-size: 2.5rem;
	font-family: Merriweather monospace;
	font-weight: 200;
	width: auto;
}

header a{
	color: #eee;
}

header a:hover{
	color: #e9de08;
}

header a:active{
	color: #000;
}

.header_nav{
	padding: 0.5rem 0 0 2rem;
	font-size: 1rem;
}

.header_title {
	height: 100%;
	display: flex;
	align-items: center;
}



h1 .small {
	font-size: 1.25rem;
}

footer {
	text-align: center ;
	clear: both ;
	margin: 2rem 0 0 0;
	padding: 2rem 0 4rem 0;
	width: 100%;
	background-color: #333;
}

footer a {
	color: white;
}

footer > img {
	width: 80px;
	height: 15px;
}

footer > p {
	margin: 0.5rem 0 0.7rem 0;
	font-size: 0.9rem;
}

/* Navegação */
nav {
	background: #478AC9;
	padding: 1rem 0;
	margin-bottom: 2rem;
}
nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
nav ul li {
	margin: 0 1rem;
}
nav ul li a {
	color: white;
	text-decoration: none;
	padding: 0.5rem 1rem;
	display: block;
	border-radius: 4px;
	transition: all 0.3s ease;
}
nav ul li a:hover,
nav ul li a.menuactive {
	background: #e9de08;
	color: #110000;
}

/* For TAGLIST.HTML */
.taglist {
	text-align: center ;
	clear: both ;
}

.taglist > a{
	color: #ddd;
}

/* For NEXTPREV.HTML */
#nextprev {
	clear: both;
	margin: 2rem 0;
	overflow: hidden;
	border-top: 2px solid #aaa;
	padding-top: 1rem;
}
#prevart {
	float: left;
	text-align: left;
}
#nextart {
	float: right;
	text-align: right;
}
#nextart,#prevart {
	max-width: 45%;
	padding: 0.5rem;
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 4px;
	color: #ddd;
}
#nextart a, #prevart a {
	color: #fff;
	text-decoration: none;
}
#nextart a:hover, #prevart a:hover {
	color: #e9de08;
}

/* Estilos para a página inicial */
.homepage section {
	padding: 1.5rem 0;
	border-radius: 8px;
	max-width: 100%;
}

.homepage section h2 {
	color: #e9de08;
	margin-bottom: 0.5rem;
	font-size: 2rem;
}

.date-section {
	text-align: center;
	background: #2a2a2a !important;
	color: #e9de08;
}

.date-section h2 {
	color: #ffffff !important;
}

.daily-games {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 0;
	width: 1000px;
	max-width: 100%;
	margin: 1rem 0 0 0;
	
}
.daily-games li {
	width: 280px;
	min-height: 200px;
	background-color: #ddd;
	color: #000;
	list-style: none;
	border-radius: 16px;
	padding: 1rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.daily-games a {
	background-color: #478AC9;
	padding: 0.5rem 0;
	width: 150px;
	text-align: center;
	border-radius: 32px;
	color: white;
	font-weight: 600;
	font-size: 1.2rem;
	margin-top: 1rem;
	text-decoration: none;
}

.daily-games p {
	height: 50px;
}

.icon_container{
	border-radius: 200px;
	background-color: #7ea7ce;
	width: 50%;
	overflow: visible;
	margin: 0 0 1rem 0;
}

.icon_container img{
	width: 120%;
	aspect-ratio: 1;
}

.current-day {
	padding: 0.5rem 0 0 1rem;
	margin-right: 2rem;
	margin-bottom: -2rem;
	margin-top: -2rem;
}

section.alt-color {
	background-color: #ddd;
	color: #000;
	padding: 1.5rem;
	margin-bottom: 2rem;
}

section.alt-color h2{
	color: #000 !important; 
}

.acervo-links{
	display: flex;
	flex-direction: row;
	padding: 2rem 0 2rem 0;
	row-gap: 12px;
	column-gap: 12px;
	list-style: none;
	flex-wrap: wrap;
	align-items: center;
	justify-content: baseline;
	height: max-content;
}

.acervo-links a {
	background-color: #478AC9;
	padding: 0.5rem 2rem;
	text-align: center;
	border-radius: 32px;
	color: white;
	font-weight: 300;
	font-size: 1.2rem;
	text-decoration: none;
	white-space: nowrap;
	margin: 1rem 0;
	line-height: 2.2rem;
}

.margin-top-2rem{
	margin-top: 2rem;
}

.blog-posts{
	margin: 1rem 0 0 0;
	color: #777;
}

.blog-posts a{
	color: #333 !important;
}

.dark-text {
	color: #333 !important;
}

.centered {
	width: 100%;
	text-align: center;
}

.centered img{
	max-width: 300px;
}

/* pages */

main>h2{
	margin: 2rem 0 1rem 0;
	font-size: 2rem;
	color: #e9de08;
}

main>article>p{
	padding: 0 2rem;
}

main>article>h2{
	font-size: 2rem;
	margin: 1rem 0;
}

main>article>h3{
	font-size: 1.5rem;
	margin: 1rem 0;
}

.hidden {
	display: none !important;
}


@media (max-width: 620px) {
	.header_items{
        justify-content: center;
    }

    header{
        height: 5rem;
    }

    center{
        margin-top: 2rem;
    }

	.current-day {
		margin-bottom: -1.5rem;
		margin-top: 2rem;
		text-align: center;
	}
}

