* {
    margin: 0;
}
html {
    height: 100%;
}
body {
  min-height: 96vh;
  background: #350200 url("../images/defwpbg.webp") 50% no-repeat;
  background-size: cover;
  background-position: left 35% bottom 45%;
  color: #a61a2e;
  font-family: tahoma, sans-serif;
}
div#wrapper {
  width: 80%;
  max-width: 1080px;
  height: 100%;
  margin: auto 33%;
}
div#slog1 {
  margin: center;
}
.verbar {
  height: 95vh; /* Use vh as a fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 95);
  margin: 0 auto;
  max-width: 50%;
}
.verbar-item {
  display: flex;
  height: 10%;
  justify-content: center;
}
.item-top {align-items: flex-end; }
.item-bottom {align-items: flex-start; }

h1{color: #dadada; font-size: 1em;}
h2.mini {color: #dadada; font-size: 1.2em;}
h2.small {font-size: 4.2em; text-shadow: 1px 1px 2px #dadada;}
h2.big {font-size: 7.0em; line-height: 0.8em; text-shadow: 1px 1px 2px #dadada;}

div#footer {
  color: #dadada;
  height: 2vh;
  height: calc(var(--vh, 1vh) * 2);
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
}

@media (min-width: 320px) and (max-width: 480px){
body {  min-height: 82vh !important; background: #350200 url("../images/defwpbgm.webp") 50% no-repeat; background-size: cover;}
div#wrapper {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: auto;
}

.verbar {
  height: 82vh !important; /* Use vh as a fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 82);
  max-width: 80%;
}
.verbar-item {
  height: 13.5%;
}

div.full {display:none;}

h1{color: #dadada; font-size: 1em;}
h2.mini {font-size: 1.1em; line-height:2.4em; text-align: center;}
h2.small {font-size: 2.15em; text-align: center; text-shadow: 1px 1px 1px #dadada;}
h2.big {font-size: 3.5em; line-height: 0.8em; text-align: center; text-shadow: 1px 1px 1px #dadada;}

div#footer {
  height: 18vh !important;
  height: calc(var(--vh, 1vh) * 18);
}
}

@media (max-height: 480px) and (orientation: landscape) {
body {  min-height: 80vh !important; background: #350200 url("../images/defwpbg.webp") 50% no-repeat; background-size: cover; background-position: center;}
.verbar {
  height: 67vh !important; /* Use vh as a fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 67);
  max-width: 50%;
}
div#wrapper {
  width: 100%;
  max-width: 100%;
  margin: auto;
}

div#slog1 {
  margin-left: 30% !important;
}

.verbar-item {
  height: 10.0%;
}


h1{color: #dadada; font-size: 1em; line-height: 5.6em;}
h2.mini {color: #dadada; font-size: 1.0em; line-height: 3.6em; text-align: center;}
h2.small {font-size: 1.2em; line-height: 1.2em; text-align: center;}
h2.big {font-size: 2.0em; line-height: 0.8em; text-align: center;}

div#footer {
  height: 30vh !important;
  height: calc(var(--vh, 1vh) * 30);
  margin-top: -40px;
}
}
