html {
    height:100%;
    min-height:100%;
}
body, td {
    background-color: #000000;
    background: url(images/bgWhite30.png) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

.logohepner {
    width: 60vw;
}

.portfolio {
    padding-top: min(5vh, 5vw);
    width: 50vh;
}

.basepage {
    padding-top: min(20vh, 20vw);
}

.pagebody1 {
    visibility: hidden; 
    position: absolute; 
    width: 100%;
    left: 0; 
    font-size: 14px; 
    color: white; 
    justify-content: center;
    display: flex; 
}

.pagebody2 {
    visibility: visible; 
    position: absolute; 
    width: 100%;
    left: 0; 
    font-size: 14px; 
    color: white; 
    justify-content: center; 
    display: flex; 
    bottom: min(2vh, 2vw);
    height: min(32vh, 25vw);
}

.pagebody3 {
    visibility: hidden; 
    position: absolute; 
    width: 100%;
    left: 0; 
    font-size: 14px; 
    color: white; 
    justify-content: center; 
    display: flex; 
    bottom: min(2vh, 2vw);
    height: min(40vh, 40vw);
}

.btndisabled {
    text-align: center; 
    padding-top: 2px;
    float: left;
    background: rgba(127,127,127,0.10);
    margin-top: 5px;
    margin-left: 2px;
    margin-right: 2px;
    border-radius: 8px;
    width: min(32vh, 23vw); 
    height: min(32vh, 23vw); 
    background-size: 100%;
display:table-cell;
    position:relative;
    vertical-align:bottom;
}

.small {
    display:table-cell;
    background-color: blue; 
    margin: 10px;
    vertical-align:bottom;
}

.wrap {
  height: 200px;
  width: 200px;
  border: 1px solid #aaa;
  margin: 10px;
  display: flex;
}

.wrap span {
  align-self: flex-end;
}

a {
}

a:hover {
}

header {
    background-color: lightblue;
}

#header {
    background-color: red;
}

.header {
    background-color: rgba(71,71,71,1.0);
    background-color: rgba(255,255,255,0.05);
    color: white;
    vertical-align: central;
    text-align: center;
    font-family: Oswald, sans-serif;
    font-size: 14px;
    visibility: visible;
    position: fixed;
    display: block;
    height: 115px;
    top: 0px;
    left: 0px;
    right: 0px;
    border-bottom-color: rgba(255,255,255,0.15);
    border-bottom-width: 1;
    border-bottom-style: solid;
}

.doc {
    background-color: rgba(255,255,255,0.05);
    color: black;
    font-family: Oswald, sans-serif;
    font-size: 10px;
    position: fixed;
    display: block;
    top: 180px;
    bottom: 170px;
    left: 0px;
    right: 0px;
    z-index: 14;
}

.buttons2 {
    background-color: rgba(255,255,255,0.05);
    color: white;
    justify-content: center;
    font-family: Oswald, sans-serif;
    font-size: 10px;
    position: fixed;
    display: flex;
    height: 56px;
    bottom: 50px;
    left: 0px;
    right: 0px;
    border-top-color: rgba(255,255,255,0.15);
    border-top-width: 1;
    border-top-style: solid;
}

.btn-group button {
    font-family: Oswald, sans-serif;
    font-size: 10px;
  background-color: transparent;
  border: 1px solid rgba(255,255,255,0.25);
  color: white; /* White text */
  padding: 2px 2px; /* Some padding */
  cursor: pointer; /* Pointer/hand icon */
  float: left; /* Float the buttons side by side */
  height: 50px;
  width: 65px;
  margin: 2px;
}

.btn-group button:hover {
  border: 0px solid white;
  background-color: rgba(255,255,255,0.25);
}

.footer1 {
    background-color: rgba(255,255,255,0.05);
    color: white;
    text-align: left;
    vertical-align: central;
    font-family: Oswald, sans-serif;
    font-size: 10px;
    position: fixed;
    display: block;
    height: 17px;
    bottom: 0px;
    left: 0px;
    right: 30%;
    border-top-color: rgba(255,255,255,0.15);
    border-top-width: 1;
    border-top-style: solid;
    padding-left: 5px;
}

.footer2 {
    background-color: rgba(255,255,255,0.05);
    color: white;
    text-align: right;
    vertical-align: central;
    font-family: Oswald, sans-serif;
    font-size: 10px;
    position: fixed;
    display: block;
    height: 17px;
    bottom: 0px;
    left: 70%;
    right: 0px;
    border-top-color: rgba(255,255,255,0.15);
    border-top-width: 1;
    border-top-style: solid;
    padding-right: 5px;
}


.login {
    position: absolute;
    width: 300px;
    height: 200px;
    z-index: 15;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -150px;
    background-color: rgba(222, 222, 222, 1.0);*/
    border-color: rgba(71, 71, 71, 1.0);
    border-width: 1;
    border-style: solid;
}

.loginheader {
    background-color: rgba(71,71,71,1.0);
    background-color: rgba(71, 71, 71, 1.0);
    color: white;
    vertical-align: central;
    text-align: center;
    font-family: Oswald, sans-serif;
    font-size: 14px;
    display: block;
    height: 22px;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 2px;
    margin-left: 2px;
}

.loginlabel {
    color: black;
    vertical-align: central;
    text-align: left;
    font-family: Oswald, sans-serif;
    font-size: 12px;
    display: block;
    margin-right: 25px;
    margin-left: 25px;
}

.loginedit {
    color: black;
    vertical-align: central;
    text-align: left;
    font-family: Oswald, sans-serif;
    font-size: 12px;
    display: block;
    margin-right: 25px;
    margin-left: 25px;
    width: 250px;
}

.loginpass {
    color: black;
    vertical-align: central;
    text-align: left;
    font-family: Oswald, sans-serif;
    font-size: 12px;
    display: block;
    margin-right: 25px;
    margin-left: 25px;
    width: 250px;
}

.logo {
    height: 83px;
    border: 0px;
}

.title {
    text-align: center;
    font-family: Oswald, sans-serif;
    font-size: 28px;
    font-weight: 900;
    position: fixed;
    display: block;
    height: 30px;
    top: 75px;
    left: 0px;
    right: 0px;
}

@media all and (orientation: portrait)
{
.header {
    height: 90px;
}

.logohepner {
    width: 80vw;
}

.portfolio {
    padding-top: 5vw;
    width: 60vw;
}

.basepage {
    padding-top: min(10vh, 10vw);
}

.pagebody1 {
    visibility: visible; 
    bottom: min(33vh, 53vw);
    height: min(25vh, 45vw);
}

.pagebody2 {
    visibility: hidden; 
    top: 0;
}

.pagebody3 {
    visibility: visible; 
    bottom: min(5vh, 5vw);
    height: min(25vh, 45vw);
}

.btndisabled {
    text-align: center; 
    padding-top: 2px;
    float: left;
    background: rgba(127,127,127,0.10);
    margin-top: 5px;
    margin-left: 2px;
    margin-right: 2px;
    border-radius: 8px;
    width: min(25vh, 45vw); 
    height: min(25vh, 45vw);
    background-size: 100%;
}

}

