html, body {
    height: 100%;
	width:100%;
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-size:cover; }

body {font-family:Arial, Helvetica, sans-serif; font-size: 22px; font-weight:300; line-height:28px; 
}

h1 {font-size: 26px; font-weight:300; margin-top: 40px;}
p {margin-top: 40px;}

#wrapper 
{position:absolute; top:0px; width:100%; height:auto;
}

#content 
{ }

.header 
{display: flex;
  align-items: center;
  justify-content: center; }
  
.header img {width:70%;max-width: 1000px; height:auto; margin:auto;}

.logo 
{ display: flex;
  align-items: center;
  justify-content: center; margin-top:40px; }

.logo img { max-width: 300px; height:auto; margin:auto;}

.txt { text-align:center;}
.txt2 { text-align:center; color:#ef7c00;}

#footer { position:fixed; bottom:0px; width: 100%; height:auto; padding-top:10px; padding-bottom:10px;background-color:#ef7c00; color: #FFF; text-align:center; }