/* 
      .--..--..--..--..--..--.
    .' \  (`._   (_)     _   \
  .'    |  '._)         (_)  |
  \ _.')\      .----..---.   /
  |(_.'  |    /    .-\-.  \  |
  \     0|    |   ( O| O) | o|
   |  _  |  .--.____.'._.-.  |
   \ (_) | o         -` .-`  |
    |    \   |`-._ _ _ _ _\ /
    \    |   |  `. |_||_|   |
    | o  |    \_      \     |     -.   .-.
    |.-.  \     `--..-'   O |     `.`-' .'
  _.'  .' |     `-.-'      /-.__   ' .-'
.' `-.` '.|='=.='=.='=.='=|._/_ `-'.'
`-._  `.  |________/\_____|    `-.'
   .'   ).| '=' '='\/ '=' |
   `._.`  '---------------'
           //___\   //___\
             ||       ||
             ||_.-.   ||_.-.
            (_.--__) (_.--__)
       

 Insert all your glorious CSS styles below! */
/* almendra-display-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Almendra Display';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/almendra-display-v33-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* amethysta-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Amethysta';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/amethysta-v17-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


html {font-size: 16px;}

body {
  background-color: #818589;
  background-image: url(images/folk-pattern.webp);
  background-repeat: repeat;
  font-family: 'Amethysta', sans-serif;
  font-weight: false;
  line-height: 1.65;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

p, ul {
  font-size: 1.5em;
  color: #05FFCD;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Almendra Display', sans-serif;
  font-weight: true;
  line-height: 1.15;
  color: #05FFCD;
}

h1,
.text-size-h1 {
  font-family: 'Almendra Display', sans-serif;
  font-weight: 400;
  margin-top: 0;
  font-size: 4.21em;
  color: #05FFCD
}

h2,
.text-size-h2 { font-size: 3.16em; }
color: #05FFCD;

h3,
.text-size-h3 { font-size: 2.37em; }

h4,
.text-size-h4 { font-size: 1.78em; }

h5,
.text-size-h5 { font-size: 1.33em; }

.text-caption { font-size: 0.75em; }

small,
.text-small {
  font-size: 0.56em;
}

article {
    border: 10px solid rgb(117, 11, 64);
    border-radius: 10px;
    background-color: #094f49;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 20px;
}

.announcement li{
	list-style: none;
}

ul {
	font-size: 1em
	color: #05FFCD;
}
