/*                               

  ╦ ╦┌┐ ┬  ╔═╗┌─┐┬─┐┬┌┬┐┌─┐┌─┐    
  ║ ║├┴┐│  ║  ├─┤├┬┘│ │ ├─┤└─┐    
  ╚═╝└─┘┴  ╚═╝┴ ┴┴└─┴ ┴ ┴ ┴└─┘    
  Joomla-template by Egbert Prins 
  Contact: egbertprins@gmail.com
  Version 3.0.13 - Release date 06-07-2024
                
*/
@charset "UTF-8";

:root {
  --blog-image-aspect-ratio: 0.5625;
  --blog-image-height: 180px;
  --border-radius: 3px;
  --color-canvas: #f8f8f8;
  --color-form-background: #e8e8e8;
  --color-grayed: #808080;
  --color-h1: var(--color-primary);
  --color-h2: var(--color-secundary);
  --color-h3: var(--color-primary);
  --color-h4: var(--color-secundary);
  --color-h5: var(--color-primary);
  --color-h6: var(--color-secundary);
  --color-lines: #d7d7d7;
  --color-primary: #4298b5;
  --color-secundary: #dd5f32;
  --color-table-even: #e8e8e8;
  --color-table-hover: #d8d8d8;
  --color-table-odd: #f0f0f0;
  --font-awesome: "Font Awesome 6 Free";
  --font-letter-spacing: 0px;
  --font-text-line-height: 1.5em;
  --font-text-size-small: 13px;
  --font-text-size: 16px;
  --font-text: "Times New Roman";
  --h1-font-family: "Times New Roman";
  --h1-font-line-height: 1.4em;
  --h1-font-size: 20px;
  --h2-font-family: "Times New Roman";
  --h2-font-line-height: 1.3em;
  --h2-font-size-small: 11px;
  --h2-font-size: 17px;
  --h3-font-family: "Times New Roman";
  --h3-font-line-height: 1.3em;
  --h3-font-size: 15px;
  --h4-font-family: "Times New Roman";
  --h4-font-line-height: 1.3em;
  --h4-font-size: 13px;
  --h5-font-family: "Times New Roman";
  --h5-font-line-height: 1.1em;
  --h5-font-size: 13px;
  --h6-font-family: "Times New Roman";
  --h6-font-line-height: 1em;
  --h6-font-size: 11px;
  --logo-height: 90px;
  --logo-url: none;
  --logo-width: 300px;
  --max-content-width: 10000px;
  --padding-default: 20px;
}