body {
background-color: #221107;
margin: 0;
}

*::-webkit-scrollbar {
width: 5px;
}

.borda {
height: 30px;
background-image: url('imgs/shrine/grego/borda.png');
background-repeat: repeat-x;
background-size: contain;
background-position: top left;
background-color: #221107;
}

.divisoria {
width: 15px;
background-position: center;
vertical-align: middle;
margin: auto;
}

.fundo {
background-color: #de9959;
margin-top: 3.5em;
}

.fundo2 {
background-color: #de9959;
}

.borda2 {
height: 10px;
background-image: url('imgs/shrine/grego/borda.png');
background-repeat: repeat-x;
background-size: contain;
background-position: top left;
background-color: #221107;
}

.rola {
display: flex;
flex-direction: row;
overflow: auto;
padding-bottom: 20px;
scrollbar-color: #d9883e #de9959;
scrollbar-width: 5px;
}

.conteudo {
padding-left: 15px;
padding-right: 15px;
padding-top: 5px;
padding-bottom: 5px;
max-width: 800px;
max-height: 320px;
min-width: 800px;
overflow: auto;
margin-right: 10px;
margin-left: 10px;
margin-top: 10px;
margin-bottom: 20px;
scrollbar-color: #d9883e #de9959;
scrollbar-width: 5px;
}

h1 {
font-family: "Ancient Geek", serif;
}

h2, h3, h4, h5 {
font-family: "Arima", system-ui;
font-weight: normal;
}

p {
font-family: "Diphylleia", serif;
}

scroll {
scrollbar-color: #de9959 #221107;
}

/* CONFIG MENU */

.menu {
position: fixed:
top: 0px;
background-color: #de9959;
padding-left: 50px;
padding-right: 50px;
padding-top: 0;
padding-bottom: 0;
}

.container {
display: flex;
flex-wrap: wrap;  
padding-left: 15px;
padding-right: 15px;
padding-top: 0;
padding-bottom: 0;
}

.item {
flex: 0 0 12px;
margin-left: auto;
margin-right: auto;
text-align: center;
font-family: "Arima", system-ui;
font-size: 0.8em;
padding-top: 0;
padding-bottom: 0;
}

.item > a {
color: #221107;
text-decoration: none;
}

.item > a:hover {
color: #a6473c;
text-decoration: none;
}

a {
color: #94392e;
text-decoration: none;
}

a:hover {
text-decoration: overline underline;
}

.dropdown {
position: relative;
}

.dropbtn {
color: #221107;
background-color: #de9959;
border: none;
cursor: pointer;
font-family: 'Arima', system-ui;
font-size: 1em;
padding-left: 5px;
padding-right: 5px;
padding-top: 0;
padding-bottom: 0;
}

.dropdown-content {
display: none;
position: absolute;
text-align: left;
min-width: 120px;
background-color: #e2a46c;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
}

.dropdown-content a {
color: #a6473c;
padding: 5px 5px;
text-decoration: none;
display: block;
}

.dropdown-content a:hover {
background-color: #a6473c;
color: #eeca9b;
}

.dropdown:hover .dropdown-content {
display: block;
z-index: 50; 
}

.dropdown:hover .dropbtn {
background-color: #e2a46c;
color: #a6473c;
padding-left: 5px;
padding-right: 5px;
padding-top: 0;
padding-bottom: 0;
}

/* BOLINHAS */

#bolinhas {
color: #221107;
font-size: 1em;
}


/* IMAGENS E PARÁGRAFOS */

.image-wrap-left {
float: left;
margin-left: 10px;
margin-right: 25px;
margin-bottom: 15px;
border-radius: 3px;
width: 140px;
}

.para-left {
margin-top: -10px;
margin-right: 5px;
margin-left: 5px;
padding: 1px;
text-align: left;
}

.img-credito {
margin-left: 10px;
margin-right: 25px;
margin-bottom: 15px;
float: left;
font-size: 0.8em;
font-family: 'Diphylleia', serif;
text-align: center;
max-width: 280px;
}

.img-credito > img {
width: 280px;
float: left;
border-radius: 3px;
}

#fim {
text-align: center;
font-family: 'Ancient Geek', serif;
font-size: 0.7em;
}
