html {
height:100% !important;
}

body {
font-family: arial, tahoma, verdana, sans-serif;
font-size: 16px;
color: #ffffff;
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
background-size: cover;
min-height: 100%;
padding: 0px;
margin: 0px;
text-shadow: 1px 2px 2px #000000;
}

h1 {
font-size: 32px;
font-weight: bold;
}

h2 {
font-size: 24px;
font-weight: normal;
}

h3 {
font-size: 16px;
font-weight: normal;
}

.outer {
background: url('../images/bg2.png');
position: absolute;
display: table;
width: 100%;
height: 100%;
text-align: center;
background-attachment: fixed;
}

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

.inner {
text-align: center;
display: inline-block;
width: 100%;
}

.tp {
margin: auto;
padding-top: 40px;
opacity: 0.6;
}

.tp:hover {
opacity: 1;
}

.button {
color: #ffffff;
border-top: 1px dotted #ffffff;
padding: 20px;
padding-left: 60px;
padding-right: 60px;
text-align: center;
font-size: 16px;
text-decoration: none;
}

.logo {
width: 200px;
height: 67px;
}

@media (max-width: 1000px) {

h1 {
font-size: 20px;
}

h2 {
font-size: 16px;
}

h3 {
font-size: 12px;
}

.logo {
width: 200px;
height: 67px;
}
	
}