/*
Derived by: Ruud van den Dries
Date: 2024-H1
Version: 0.1a

from Theme Name: Trijsberg2014
Theme URI: http://www.trijsberg.nl/
Author: Hans van Arken
Author URI: http://www.trijsberg.nl
Description: Trijsberg Template 2014/2015
Version: 1.0
*/

@import url(https://fonts.googleapis.com/css?family=Lobster);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,700,900,600);
@import url(https://fonts.googleapis.com/css?family=Bitter:700);

/*   ----------  HEADER STUFF  ------------------ */

h1, h2 {text-align: center; margin: 0px;}

h1 a:link, h1 a:visited, h1 a:active, h1 a:hover  {text-decoration: none; color: #fff;}

h1 {
    font-size: 2.5em;
    font-weight: 400; 
    font-family: 'Lobster', serif;
    text-shadow: 2px 2px 2px rgba(50, 50, 50, 1);
    margin-top: 0px;
}

h2 {
    font-size: 1.7em; 
    font-weight: 700; 
    text-shadow: 1px 1px 1px rgba(50, 50, 50, 1); 
    margin-top: 0px;
    margin-bottom: 0px;
}

/* a:link, a:hover, a:active, a:visited {
    color: #007cbd;
    text-decoration: none;
} */

/* google font icons */
.material-symbols-outlined {
  font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24
}