/* @group Simple base */

* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	font: inherit;
	color: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	height: 100%;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
body {
	font-family: "Merriweather", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 26px;
	background: #fff;
	color: #34495e;
}
a {
	color: #222;
	text-decoration: none;
}
a,
a:hover,
a:active,
a:visited {outline: 0px;}
a:hover {color: #27ae60;}
img {
	display: block;
	max-width: 100%;
	height: auto;
	outline: 0;
	border: 0;
}
strong, b {font-weight: bold;}
em {font-style: italic;}
img {
	outline: 0;
	border: 0;
	height: auto;
	max-width: 100%;
	margin-bottom: 20px;
}
iframe {max-width: 100%;}
figure.video {
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 55%;
	padding-top: 15px;
	height: auto;
	overflow: hidden;
}
figure.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
h1 {
	font-size: 28px;
	font-weight: bold;
	line-height: 40px;
	color: #222;
	margin-bottom: 20px;
	text-align: center;
}
h2 {
	font-size: 28px;
	font-weight: normal;
	line-height: 40px;
	color: #27ae60;
	margin-bottom: 20px;
}
h3 {
	font-weight: normal;
	font-size: 20px;
	color: #222;
	margin-bottom: 20px;
}
h4 {
	color: #27ae60;
	font-weight: normal;
}
article p, article ol, article ul {margin-bottom: 20px;}
article p:last-of-type {margin-bottom: 0;}
.cf:before,
.cf:after {
	content: ' ';
	display: table;
}
.cf:after {clear: both;}
article ol, article ul {margin-left: 35px;}
article ul {list-style: square;}
hr {
	height: 1px;
	width: 50%;
	max-width: 888px;
	margin: 30px auto;
	color: #bdc3c7;
	background: #bdc3c7;
	display: block;
	clear: both;
}
blockquote {
	margin: 30px 0 30px 0;
	padding-left: 20px;
	border-left: 5px solid #bdc3c7;
	font-style: italic;
	color: #95a5a6;
}

/* @end */

/* @group Header */

header {
	width: 90%;
	max-width: 600px;
	text-align: center;
	margin: 0 auto;
	padding-top: 50px;
}
header .logo {
	font-size: 50px;
	line-height: normal;
	font-weight: bold;
	color: #27ae60;
	margin-bottom: 50px;
	display: block;
}
header h1 {margin-bottom: 0;}

/* @end */

/* @group Content */

.content {
	width: 90%;
	max-width: 600px;
	margin: 50px auto 0;
}

/* No article */
.no-article {text-align: center;}

/* Journal */
#journal .content {margin: 100px auto 0;}
.articles {
	margin-bottom: 20px;
	border-bottom: 1px solid #bdc3c7;
}
.articles:last-of-type {
	margin-bottom: 0;
	border-bottom: none;
}
article h3 a {border-bottom: none;}
article a {border-bottom: 2px dotted #aaa;}
article img {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
time {color: #95a5a6;}

/* Pagination */
.pagination {margin-top: 50px;}
.pagination a {
	width: 45%;
}
.pagination .next {
	text-align: left;
	float: left;
}
.pagination .prev {
	text-align: right;
	float: right;
}

/* Post footer */
.foot {
	margin-top: 50px;
	padding: 20px 0 0;
	border-top: 1px dashed #bdc3c7;
}
/* Tags post */
.tags {
	float: right;
	clear: right;
}
.tags a {font-weight: bold;}
/* Share post */
.share {
	float: left;
	clear: left;
}
.share > a {
	font-weight: bold;
	margin-left: 15px;
}
.share > a:first-child {margin-left: 0;}
.share > a:hover,
.share > a:focus {color: #222;}
.tweet {color: #3ea9dd;}
.like {color: #3c5a98;}
.plus1 {color: #d14836;}

@media only screen and (max-width: 480px) {
	.tags, .share {
		float: none;
		clear: both;
	}
}

/* @end */

/* @group Footer and Nav */

footer {
	width: 90%;
	max-width: 600px;
	padding-bottom: 50px;
	line-height: 50px;
	margin: 100px auto 0;
	font-size: 13px;
	color: #95a5a6;
}
footer a {color: #7f8c8d;}
footer a:hover {color: #222;}
footer nav {
	text-align: center;
	overflow: hidden;
}
footer nav li {
	list-style: none;
	margin-right: 20px;
	font-weight: bold;
	display: inline-block;
}
footer nav li:last-child {margin-right: 0;}
footer nav li a.active {color: #27ae60;}

/* images classes*/
.floatright {
    display:inline;
    float:right
}
/* travel styles*/
.travel-figure {
	display: inline-table;
	 width: 45%;
	 margin: 0px 1% 1% 1%;
	 text-align: center;
	 border-radius: 10px;
	 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.travel-figure:hover {
	opacity: 0.7;
}
.travel-caption {
	color: #006b2d;
			padding-top: 2%;
			height: 80px;
}
.travel-image {
	outline: 0;
	margin-bottom: 5%;
	border-radius: 5px 5px 0 0;
	height: 150px;
	margin: auto;
	background-size: cover;
	background-position: center;
}

/* Country flag normalization */
.country-flag {
	width: 32px;
	height: 24px;
	object-fit: cover;
	object-position: center;
	margin-right: 8px;
	border-radius: 2px;
	flex-shrink: 0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.country-list-item {
	display: flex;
	align-items: center;
	padding-top: 4px;
	padding-bottom: 4px;
}

.country-list-item a {
	display: flex;
	align-items: center;
	text-decoration: none;
	transition: transform 0.2s ease;
}

.country-list-item a:hover {
	transform: translateX(4px);
}

.country-list-item a:hover .country-flag {
	box-shadow: 0 2px 6px rgba(39, 174, 96, 0.3);
}

.breadcrumb {
margin-bottom: 25px;
border-bottom-style: inset;
}

.menulink:not(:last-child) {
	padding:1%;
	border-right-style: double;
	border-color: lightgray;
}

.character-description {
	display:flex;
}

/* @group Language Switcher */

.language-switcher {
	position: absolute;
	top: 1rem;
	right: 1rem;
	display: flex;
	gap: 0.5rem;
	font-size: 0.9rem;
	z-index: 1000;
}

.language-switcher .lang-link {
	padding: 0.4rem 0.8rem;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #7f8c8d;
	background: #fff;
	border: 2px solid #bdc3c7;
	border-radius: 4px;
	transition: all 0.3s ease;
	font-family: "Merriweather", Helvetica, Arial, sans-serif;
}

.language-switcher .lang-link:hover {
	color: #222;
	border-color: #27ae60;
	transform: translateY(-2px);
	box-shadow: 0 2px 8px rgba(39, 174, 96, 0.2);
}

.language-switcher .lang-link.active {
	color: #fff;
	background: #27ae60;
	border-color: #27ae60;
}

/* Mobile responsive */
@media only screen and (max-width: 768px) {
	.language-switcher {
		position: relative;
		top: auto;
		right: auto;
		margin: 1rem auto;
		justify-content: center;
		max-width: 600px;
	}
}

@media only screen and (max-width: 480px) {
	.language-switcher {
		gap: 0.3rem;
	}
	
	.language-switcher .lang-link {
		padding: 0.3rem 0.6rem;
		font-size: 0.85rem;
	}
}

/* @end */
/* @end */
