
body {
  margin: 0;
  background-color: #000;

}
.sample-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-image: url("../gfx1/04.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  user-select: none;
}
.sample-header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.3;
}
@media only screen and (orientation:landscape) {
h1 {
  font-size: 5vw;
  text-align: center;
  line-height: 1;
}
img {
  height: 35vh;
  border-radius: 10px;
}
.sample-header-section {
  position: relative;
  padding: 8% 0 8%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  color: white;
  text-shadow: 2px 0 0 #000, 0 -2px 0 #000, 0 2px 0 #000, -2px 0 0 #000;
  font-family:  sans-serif;
}
.linky2{
   color: #33a;
   text-decoration: none;
   user-select: none;
}
.linky2:hover {
   color: #f55;
   text-decoration: underline;
}
.brblock {
   display: none;
}
.forminput{
	width: 30vw;
	height: 5vh;
}
.formbutton{
	width: 10vw;
	height: 6vh;
}
.zoola2{
   border-radius: 50%;
   height: 10vh;
   width: 10vh;
   user-select: none;
}
}
@media only screen and (orientation:portrait) {
h1 {
  font-size: 7vw;
  text-align: center;
  line-height: 1;
}
img {
  width: 78vw;
  border-radius: 10px;
}
.sample-header-section {
  position: relative;
  padding: 15% 0 15%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  color: white;
  text-shadow: 2px 0 0 #000, 0 -2px 0 #000, 0 2px 0 #000, -2px 0 0 #000;
  font-family:  sans-serif;
}
.linky2{
   color: #33a;
   text-decoration: none;
   user-select: none;
}
.linky2:hover {
   color: #f55;
   text-decoration: underline;
}
.brblockl {
   display: none;
}
.forminput{
	height: 7vh;
	width: 75vw;
}
.formbutton{
	height: 7vh;
	width: 77vw;
}
.zoola2{
   border-radius: 50%;
   height: 7vh;
   width: 7vh;
   user-select: none;
}
}

h2 {
  text-align: center;
  font-size: 3vw;
  line-height: 1;
}
.sample-section-wrap {
  position: relative;
  background-color: #ddf;
}
.sample-section {
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  user-select: none;
}
p {
  font-size: 1.5em;
  font-family: sans-serif;
  color: #333;
}
.footer {
  font-size: 1.2em;
  font-weight: bold;
}

.linky{
   color: #55f;
   text-decoration: none;
   user-select: none;
}
.linky:hover {
   color: #f55;
   text-decoration: underline;
}
.leftbox {
    margin-left:auto; 
    margin-right:auto;
}
.linky3{
   color: #55f;
   text-decoration: none;
   user-select: none;
}
.linky4{
   color: #33a;
   text-decoration: none;
   user-select: none;
}
