
@import url('https://fonts.googleapis.com/css2?family=PT+Sans&display=swap');

/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
    width:100%; height:100%;
	font-family: 'PT Sans', sans-serif;
    font-size:14px;
    
}
.wrapper {width:100%; height:100%;}
html { 
    height:100%;
    width:100%;
  background: url(bg.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.wrapper {
	width: 100%;
	height: 100%;
    position:relative;
}


.table {width:100%; height:100%; display:table; text-align:center;}
.table-td {width:100%; height:100%; padding-bottom:60px; display:table-cell; vertical-align:middle; color:#fff; text-align:center;}
.table-td p {font-size:22px; line-height:32px; margin-bottom:21px;}
.table-td p a {color:#7fbeba;}
.logo {margin-bottom:35px;}
.logo img {width:320px;}
.adress {font-size:15px; line-height:23px; color:#888888; position:absolute; left:0px; bottom:40px; width:100%; text-align:center;}

@media screen and (max-width:800px) {
    .table-td p {font-size:14px; line-height:21px; padding-left:20px; padding-right:20px;}
    .logo {margin-bottom:20px;}
    .logo img {width:220px;} 
    .adress {font-size:12px; line-height:18px;}     
}