* {
  box-sizing: border-box;
  margin: 0px;
}

body {
  background-color: #a4c085;
	/*font-family: Verdana, Arial, sans-serif;*/
  font-family: Tahoma, Verdana, sans-serif
}

.headphoto {
  width: 100%;
  max-width: 100%;
  min-height: 500px;
  height: 3200px;
  background-image: url('images/header/bkgd01.jpg');
  background-repeat: no-repeat;
  background-size: contain;
}
.maintitlegr {
  display: block;
  position: absolute;
  /*width: 100%;*/
  /*max-width: 100%;*/
  /*min-height: 500px;*/
  width: 430px;
  height: 220px;
  left: 50px;
  top: 120px;
  background-image: url('images/header/title01-3.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.maintitle, .mainsubtitle {
  display: block;
  position: absolute;
  background: none transparent;
  text-decoration: none;
  text-shadow: 2px 2px 5px #000;
}
.maintitle {
  /*width: 400px;*/
  left: 40px;
  top: 100px;
  color: #fff; /*#51873a;*/ /*#a4c085;*/ /*#ffffcc;*/
  font-family: Tahoma, sans-serif;
  font-size: 6.4em;
  /*font-size: 6.0vw;*/
}
.mainsubtitle {
  /*width: 400px;*/
  left: 50px;
  top: 196px;
  color: #fff;
  font-family: Tahoma, sans-serif;
  font-size: 2.8em;
  /*font-size: 2.8vw;*/
}

.catchline {
  display: block;
  position: absolute;
  background: none transparent;
  text-decoration: none;
  text-shadow: 2px 2px 5px #000;
  /*width: 400px;*/
  left: 90px;
  top: 260px;
  color: #fff;
  font-family: Tahoma, sans-serif;
  font-size: 1.9em;
  /*font-size: 1.9vw;*/
  font-style: italic;
}

#mainmsg1-bkgd { /* not used */
  display: block;
  position: absolute;
  width: 420px;
  height: 520px;
  left: 400px;
  top: 320px;
  color: #fff;
  opacity: 0.4;
  background-color: #fff;
  /*backface-visibility: */
}

.mainmsg1 {
  display: block;
  position: absolute;
  width: 500px;
  left: 90px;
  top: 320px;
  color: #fff; /*#51873a;*/ /*#a4c085;*/ /*#ffffcc;*/
  background: none transparent;
  text-align: left;
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.8em;
  /*font-size: 1.8vw;*/
  font-style: italic;
  text-decoration: none;
  text-shadow: 2px 2px 2px #000;
}

.infotext {
  display: block;
  position: absolute;
  width: 500px;
  left: 90px;
  top: 500px;
  color: #fff;
  background: none transparent;
  text-decoration: none;
  text-align: left;
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.7em;
  /*font-size: 1.7vw;*/
  text-shadow: 2px 2px 2px #000;
  /*font-style: italic;*/
}

@media screen and (max-width: 800px) {
  .maintitlegr {
    width: 380px;
    height: 220px;
    left: 50px;
    top: 75px;
  }
  .maintitle {
    left: 40px;
    top: 60px;
    color: #ff5555;
    font-size: 5.5em;
  }
  .mainsubtitle {
    left: 56px;
    top: 146px;
    font-size: 2.3em;
  }
  .catchline {
    left: 70px;
    top: 200px;
    font-size: 1.7em;
  }
  .mainmsg1 {
    width: 360px;
    left: 70px;
    top: 260px;
    font-size: 1.5em;
  }
  .infotext {
    /*width: 250px;*/
    left: 70px;
    top: 380px;
    font-size: 1.5em;
  }
}

@media screen and (max-width: 500px) {
  .headphoto {
    width: 500px;
  }
  .maintitlegr {
    width: 320px;
    height: 220px;
    left: 26px;
    top: 36px;
  }
  .maintitle {
    left: 30px;
    top: 40px;
    color: #fff;
    font-size: 4.0em;
  }
  .mainsubtitle {
    left: 40px;
    top: 100px;
    font-size: 2.0em;
  }
  .catchline {
    left: 30px;
    top: 150px;
    font-size: 1.5em;
  }
  .mainmsg1 {
    left: 30px;
    top: 200px;
    font-size: 1.4em;
  }
  .infotext {
    left: 30px;
    top: 300px;
    font-size: 1.4em;
  }
}


