@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 30px;
	text-align: center; 
	background: url("../../images/12-scaled.jpg") no-repeat center center fixed; 
	background-size: cover;
	color: #222; 
	/*font-family: proxima-nova,sans-serif;*/ font-weight: 400; font-style: normal;
	font-family: Georgia, Times, Times New Roman, serif;
}
body, html {
	height: 100%; 
	display: -ms-grid; display: grid;
}
.text {
	/*background:rgba(255,255,255,.9);*/
	background:rgba(255,255,255,.9);
	outline: #fff solid 1px;
	outline-offset: 10px;
	max-width: 800px; 
	margin: auto; 
	padding: 30px;
}
hr {
	max-width: 100px;
	border: none;
	border-top: solid 5px #be2a27;
	margin: 0 auto 24px auto;
}
a {color: #fff;}
a:focus {outline: none;}

img {margin: 0 0 15px 0; }
h1 {
	margin: 10px 0 20px 0; 
	/*font-family: Georgia, Times, Times New Roman, serif;*/
	/*font-family: proxima-nova-extra-condensed,sans-serif; font-weight: 700; font-style: normal; */
	font-size: 25.5px; line-height: 1.2; 
	/*letter-spacing: 2px; text-transform: uppercase;*/ 
	
font-family: "termina", sans-serif;
font-weight: 400;
font-style: normal;

}
p {margin: 0 0 10px 0; font-size: 16px; line-height: 1.2; 	font-family: Georgia, Times, Times New Roman, serif;}

@media print, screen and (min-width: 64em) { /* Large and Up */
	.text {padding: 30px 60px 50px 60px;}
	h1 {font-size: 28px; }
	/*p {font-size: 20px; }*/
}