/* Font embedding */

@import url('https://fonts.googleapis.com/css2?family=Londrina+Solid:wght@100;300;400;900&family=STIX+Two+Text:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

/* Link styling */

a {
	text-decoration: none;
	color: #DAA520;
	font-weight: bold;
}
a:hover {
	color: #f5c;
}

/* Body */

body {
	margin: 5%;
	background: black;
	font-family: 'Stix Two Text', serif;
	background-image: url('images/00-dirty_old_shirt.png');
}

/* Site header */

#masthead {
	font-family: 'Londrina Solid', sans-serif;
	color: #ccc;
	padding-bottom: 0;
	padding-top: 1ex;
	text-align: left;
}

#masthead #site-name {
	font-family: 'Londrina Solid', sans-sserif;
	color: #DAC420;
	padding-bottom: 1.25ex;
	font-size: 2rem
}

#social {
	color: white;
	font-size: 1.25rem;
}

/* Sidebar */

#sidebar {
	font-family: 'Londrina Solid', sans-serif;
	text-transform: capitalize;
	color: #ccc;
	font-size: 1.2rem;
}
#googleads-side {
	display: block
}

#sidebar a {
	font-weight: bold
}

#sidebar #meta {
	text-transform: initial;
	font-weight: normal
}

.stats {
	font-weight: normal
}

/* Page header */

.header {
	font-family: 'Londrina Solid', sans-serif;
	color: white;
	font-weight: bold;
	font-size: 2rem;
	line-height: 2.2rem;
	margin: 1rem 0 1rem auto;
	text-align: left;
}

.back {
	width: auto;
	margin-top: 3ex;
	background: transparent;
	font-weight: bold
}
.back tr {
	background: transparent
}
.back td {
	padding: .25rem;
	background: transparent;
	text-transform: uppercase;
	font-size: smaller;
	min-width: 5em;
	text-align: center;
}
#main-content {
	font-family: 'Stix Two Text', serif;
	font-size: 1rem
}
#main-content h2 {
	font-family: 'Stix Two Text', serif;
	font-size: 1.25rem;
	font-weight: bold
}
#main-content h3 {
	font-family: 'Stix Two Text', serif;
	font-size: 1rem;
	font-style: italic

}
.recent-posts .line-block {
	margin: 0!important;
}

.before, .after  {
	display: inline-block;
	background: #999;
	padding: .5ex;
	width: 5em;
	font-family: 'Londrina Solid', sans-serif
	font-weight: bold
}
.before {
	margin: 2ex 0 0 30%;
	border-radius: 0 5ex 5ex 0;
}
.after {
	margin: 2ex 30% 0 0;
	border-radius: 5ex 0 0 5ex;
}

/* Page Footer */
#footer {
	color: #FDFDFD;
	display: block;
	margin-top: 20px;
	font-family: 'Londrina Solid', sans-serif;
}
#footer p {
	text-align: justify
}
#footer b {
	color: yellow ;
	font-weight: bold;
	text-align: right
}

#license .fab {
	width: 32px;
	height: 32px;
	font-size: 40px
}

#pirata {
	text-align: center;
	font-family: 'Londrina Solid', sans-serif;
	color: yellow;
	font-size: 1.2rem;
}
