/* STYLESHEET */
/* FONTS ADDENDUM */

 @import url('https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700;800&display=swap');

/* ================================================================================================================== */
/* TYPO & OVERWRITES */
/* ================================================================================================================== */

html, body { 
    font-family: 'Sora',Helvetica,Arial,sans-serif; 
    background-color: #fff;
    background-position: center center;
    background-image: url('background.png');
    color: #3c6b5a; 
    font-size: 18px; 
    line-height: 1.6em; 
    height: 100%;
    min-height: 100%;
    font-weight: 300;
}

h1 { font-size: 1.8em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
p { margin: 0; font-weight: 300; }
.lead { font-size: 1.2em; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { 
	letter-spacing: 1px;
	font-weight: 500;
	margin-top: 0;
}

a { color: #389c36; text-decoration: underline; }
a:hover, a:focus { color: #001629; }
a.btn { text-decoration: none; margin: 0 5px 10px 5px; }

img.logo { width: 190px; margin: 5px auto 30px; }
label { font-weight: 300; text-align: left; }

/* ================================================================================================================== */
/* BASICS */
/* ================================================================================================================== */

.centerwrapper {
    display: table;
    width: 100%;
    height: 100%; /* For at least Firefox */
    min-height: 100%;
    vertical-align: middle;
    text-align: center;
}

.centerinner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.wrapper { padding: 10px; }

.img-responsive {
    margin: 0 auto;
}

#meta { 
	color: white;
	font-size: 14px; 
	line-height: 12px; 
	margin-bottom: 10px; 
	position: absolute; 
	width: 100%;
	text-align: center;
	bottom: 0;
	left: 0;
	right: 0;
}

.make-center {
	display: table;
    vertical-align: middle;
    text-align: center;
	width: 100%;
	height: 100%;
}

.make-center-inner {
	display: table-cell;
    vertical-align: middle;
    text-align: center;
}
