﻿/* General Template Settings */
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap);

:root {
  --template-fontcolor: #2d2d2d;
  --template-hovercolor: #ca003a;
  --template-linkcolor: #ca003a;
  --template-linkcolorbright: #ca003a;
  --template-linkhovercolor: #ca003a;
  --template-bkgrcolor: #ffffff
}

/* Fix Language flag switch */
button#language_btn_123 {
    pointer-events: none;
}

/* Reset */
html, body {
	margin: 0;
	padding: 0;
	min-height: 100%;
	position: relative;
}

body {
	background: var(--template-bkgrcolor);
	color: var(--template-fontcolor);
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: var(--ast-body-line-height, 1.7em);
}

/*Begin Menu */
/* End Menu */

/* Footer */
#footer {
	position: absolute;
	bottom: 10px;
	width: 100%;
	padding-top: 5px;
	font-size: 14px;
}

#footer p {
    text-align: center;
    color: #6d6d6d;
    margin: 0;
}

div#footer a {
    color: #dedbae;
}

/* Begin Standard Tags */
.clear {
    clear: both;
}

h1, h2, h3, h4, h5, h6 {
	color: #ca003a;
	font-weight: normal;
	font-family: 'Raleway';
}

p {
	text-align:justify;
	margin: 0 0 1em;
}

a {
	text-decoration: none;
	color: var(--template-linkcolor);
}

a:hover {
	text-decoration: underline;
	color: var(--template-linkhovercolor);
}

a:focus {
 border: 0;
 text-decoration: none;
 outline: none;
}
