@import url('https://fonts.googleapis.com/css2?family=Special+Elite&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');

/* @import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Petit+Formal+Script&display=swap'); */

/* Set global page max-width */
#wrapper {
    max-width: 1280px;   /* change value as you like */
    margin: 0 auto;      /* center the content */
}

.container {
    display: flex;
    width: 100%;
    padding-bottom: 20px;
}

.typewriter strong {
    font-weight: 1000;
    text-shadow: 0.5px 0 0, -0.5px 0 0;
}

a {
    color: #deb887;
}

a:link {
    color: #a0522d;
    border-bottom: dotted 1px rgba(160, 82, 45, 0.8);
}

a:visited {
  color: #800000;
}

.block {
    flex: 1;
    margin: 5px;
    padding: 10px;
    box-sizing: border-box;
    text-align: left;
    border: 1px solid #aaa;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

img {
    /* max-width: 100%; */
    max-width: 98%;
    height: auto;
    display: inline-block;
    margin: 5px;
    border: 1px solid #888;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/*
img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  margin: 1em auto;
  border: 1px solid #aaa;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
} */

.featured img {
    border: none;
}

.noborder {
    box-shadow: none;
    border: none;
}

.handwriting {
    font-family: 'Dancing Script';
    font-size: 1.2em;
    line-height: 1.2;
}

.typewriter {
    font-family: 'Special Elite';
    font-size: 0.9em;
}

.small {
    flex: 0.5; /* makes this block take less space */
}


.fullwidth {
  width: 100%;
  height: auto;
  display: inline-block;
}

.halfwidth {
  width: 48%;
  height: auto;
  display: inline-block;
}

.rule-fade{
  border:0; height:16px; margin:3rem 0;
  background: linear-gradient(90deg, rgba(0,0,0,.10), rgba(0,0,0,.04));
}

/* Put this in your theme's custom.css */
.langswitcher {
  list-style: none;
  display: flex;
  gap: .5rem;           /* space between flags */
  margin: 0;
  padding: 0;

  justify-content: flex-end;  /* push all flags to the right */
}

.langswitcher li a {
  display: inline-flex;
  text-decoration: none;
}

.langswitcher .flag {
  font-size: 1.5rem; /* make emoji bigger */
  line-height: 1;
}
