html {
	font-size: 15px
}

body {
	background: rgb(226,220,191,1);
	line-height: 1.7;
}

@media (min-width: 768px) {
	body {
		text-align: justify;
	}
}

@media (max-width: 767px) {
	.container {
		width: 100%;
		max-width: 100%;
	}
}

p {
	margin-bottom: 1.2rem
}

iframe {
	max-width: 100%;
}

h1 {
	color: #836544;
	text-align: center;
	font-weight:bold;
	font-size: 1.2rem;
}

h2 {
	font-size: 1rem;
	font-weight: bold;
	border-bottom: solid 1.4pt rgb(0,0,0,0.2);
	padding-bottom: 0.5rem;
	margin-top: 1.5rem;
}

h3 {
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 0.1rem;
	margin-top: 2rem;
}


.corona-warning{
	color: #cc0000;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
}

.blinkfade-animation {
	animation: blinkfade 3s linear infinite alternate;
}

@keyframes blinkfade {
	from { opacity: 0; };
	30% {opacity: 1;}
	to { opacity: 1;}
}


blockquote{
  /*margin:50px auto;*/
  color: #555555;
  padding:1.2em 30px 1.2em 50px;
  border-left:8px solid rgb(56,87,35) ;
  line-height:1.6;
	font-size: 0.95rem;
	position: relative;
  background:#EDEDED;
	overflow: hidden;
}


blockquote::before{
  font-family:Arial;
  content: "\201C";
  color:rgb(56,87,35);
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}


blockquote::after{
  content: '';
}

blockquote footer.blockquote-footer{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
	margin-left: auto;
	text-align:right;
}

blockquote footer cite::before {
	content: '('
}

blockquote footer cite::after {
	content: ')'
}

div.picquote {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 16px;
}

div.picquote img {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
	padding-left: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-right: 15px;
	margin-bottom: 0.4rem;
}

div.picquote blockquote {
	margin-bottom: 0;
	position: relative;
	width: 100%;
}

@media (min-width: 768px) {
	div.picquote blockquote {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
}

#translate {
	position:fixed;
	Left: 15px;
	Bottom: 15px;
	z-index: 3;
}

.lang-btn, .lang-btn:hover {
  background-color: rgb(56,87,35);
  color: white;
  font-size: 9pt;
  text-transform: uppercase;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 30px;
  border: 1px solid rgb(84,130,53);
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
	margin-bottom: 4px;
}

.lang-btn.selected {
	opacity: 0.4;
}

.lang-btn-inner {
	padding: 3px 10px;
	border-radius: 10px;
	border: 2pt solid white;
}

#sticky-cart{
	position:fixed;
	right: 15px;
	bottom: 15px;
	z-index: 3;
}

.sticky-cart-btn-inner {
    padding: 3px 10px;
    border-radius: 10px;
	border:none;
	font-size: 24px;
	}


.donate-button{
  background-color: rgb(56,87,35); /* Green */
  border: none;
  color: white;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  display: block;
	width: 120px;
  font-size: 14px;
	border-radius: 20px;
	border: 2px solid rgb(56,87,35);
}
.donate-button:hover, .donate-button.active{
	background-color: white;
	color: rgb(56,87,35);
	text-transform: none;
	font-weight: normal;
	text-decoration: none;
}

.myfbox img{
	height: 120px;
	margin-bottom: 20px;
}

.fboxstrip {
	overflow: auto;
	display: flex;
}

.fboxstrip .myfbox img {
	height: 120px;
	margin-bottom: 0;
	margin-left: 5px;
	margin-right: 5px;
}


/*------------------------------ HEADER ------------------------------*/
#header {
	height: 180px;
}

@media (min-width: 992px) {
	#header {
		height: 240px;
	}
}

.container {
 background: url(../images/bg-header.png) no-repeat center top
}

.heading-banner	{
	margin-top: 30px;
}

#mainmenu, nav button.navbar-toggler	{
	background: rgb(226,220,191,1);
}

.navbar-light .navbar-nav .nav-link.active {
	color: rgba(0, 0, 0,0.6);
	font-weight: bold;
}
/*------------------------------ FOOTER ------------------------------*/
#footer {
    text-align: center;
		font-size: 0.8em;
		margin-top: 1em;
		margin-bottom: 1em;
		border-top: solid 1.4pt rgb(0,0,0,0.2);
		padding-top: 1em;
}

.blue {
	color: #3C40FF
}

.red {
	color: #B40404
}

.purple {
	color: #5F04B4
}

.orange {
	color:#B45F04
}

.darkred {
	color:#9F0C0C
}

.darkblue {
	color:#0324CA
}

div.donationbar div{
	padding-top: 10px;
	padding-bottom: 10px;
}

div.donationbar .green {
  background-color: #7fcf7c;
	border-radius: 10px 0 0 10px;
}

div.donationbar .orange {
  background-color: #e6c17e
}

div.donationbar .red {
  background-color: #de7d73;
	color: black;
	border-radius: 0 10px 10px 0;
}

.bf {
	font-weight: bold;
}
