:root {
    --text-color: #6e335e; /* Also used for form borders */
    --background-color: #fef7d2; /*#F9F2BE; /*#e4eeaf #F9F2BE;*/
    --menu-bg-color: #fef7d2; /*#F9F2BE; /*#e4eeaf;*/
    --mob-menu-color: #682E47;
    --menu-highlight: #fbe5b5;
    --form-bg-color: #fefcf6; /*#fcf8fa; /*fdfaff;*/
    --form-border-color: #b28513; /* #813c6e;*/
    --button-text-color: #fefcf6;
    --button-bg-color: #2c3d88;
    --button-hover-color: #0c59aa;
    --success-color: #81931f;
    --success-hover-color: #9fb626;
    --danger-color: #b94c45;
    --danger-hover-color: #dd5946;
    --warning-color: #d5805f;
    --warning-hover-color: #e98d38;
}
@font-face {
    font-family: "Roboto";
    src: url("Roboto-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "Roboto";
    font-weight: bold;
    src: url("Roboto-Bold.ttf") format("truetype");
}
@font-face {
    font-family: "Roboto";
    font-style: italic;
    src: url("Roboto-Italic.ttf") format("truetype");
}
@font-face {
    font-family: "Roboto";
    font-weight: bold;
    font-style: italic;
    src: url("Roboto-BoldItalic.ttf") format("truetype");
}
@font-face {
    font-family: "Roboto Condensed";
    src: url("RobotoCondensed-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "Roboto Condensed";
    font-weight: bold;
    src: url("RobotoCondensed-Bold.ttf") format("truetype");
}
@font-face {
    font-family: "Roboto Condensed";
    font-style: italic;
    src: url("RobotoCondensed-Italic.ttf") format("truetype");
}
@font-face {
    font-family: "Roboto Condensed";
    font-weight: bold;
    font-style: italic;
    src: url("RobotoCondensed-BoldItalic.ttf") format("truetype");
}
@font-face {
    font-family: "Playfair Display";
    src: url("/PlayfairDisplay-Regular.ttf") format("truetype");
}

* {
    box-sizing: border-box;
}

body {
	margin: 0;
	font-family: 'Roboto', 'Segoe UI', 'Helvetica Neue', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #fff;
    background: url('/tapestry1600x1068.jpg') no-repeat;
    background-size: cover;
}
button {
    font-family: 'Roboto', 'Segoe UI', 'Helvetica Neue', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
	margin: 0 auto 0.6em;
	font-weight: 400;
	line-height: 1.2;
    text-align: center;
}
h1 {
    font-size: 2.1em;
    font-weight: 700;
    padding-top: 1.6em;
}
h2 {
    font-size: 1.65em;
}
a {
	color: inherit;
}
p {
    margin: 1em auto;
}
table {
    background-color: white;
}

@media (min-width: 480px) {
	body {
		font-size: 16px;
	}
}