* {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	list-style: none;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body, section {
	height: 100%;
}

html {
  font-size: 62.5%; 
}

body {
  font-size: 1.3rem;
  color: #fff;
  font-family: Geneva, Arial, Verdana, sans-serif !important;
  background: #000;
}

p {
  line-height: 2.5rem;
}

a {
  color: #fff;
}

a:hover {
  color: #992725;
}

img {
  max-width: 100%; 
}

.logo {
    position: absolute;
	width: 100%;
	height: 60px;
    background-image: url(../images/logoback.gif);
    background-repeat: repeat-x;
    background-position: center; 
    top: 60px;
/*
    left: 50%;
    margin-left: -75px;
*/
    z-index: 100;
}

.logo img {
    display: block;
    position: relative;
	width: 234px;
	height: 60px;
    margin-left: auto;
    margin-right: auto;
}

.txt {
    padding: 100px;
    color:#fff;
    display: block;
    width: 80%;
    max-width: 900px;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    position:absolute;
    z-index: 100;
}

.txt p {
    line-height: 1.8rem;
}

.txtct p {
    display: block !important;
    text-align: center !important;
    margin-bottom: 80px !important;
}

.txthead {
    display: block;
    padding: 3px 10px 2px 10px;
    margin-bottom: 25px;
    background: #fff;
    color: #000;
    text-transform: uppercase;
    /*letter-spacing: 1px;*/
}

.txthead2 {
    display: block;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: #fff solid 1px;
}

.txtquell {
    display: block;
    font-size: 1.1rem;
    font-style: italic;
    margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
    .txt {
        width:100%;
    }
}

@media screen and (max-width: 750px) {
    .txt {
        width:100%;
        height:100%;
    }
}

@media screen and (max-width: 600px) {
    .txt {
        padding: 100px 30px 100px 30px;
    }
}