
body, html {
    height: 100%;
}
.mh{
    color:white;
    
    text-shadow: 1px 1px #000000;
    font-size: 6.2em;
    margin-top:30px;
}
h1{

}
h1.header {
    color: #fff;
    font-size:4.5em
}

/*h1.header {
    color: #333;
}*/

.card-panel{
    display:block;
    min-height:360px;
    
}

.logo1 {
    height: 60px;
    min-height: 60px;
    display: block;
    padding-left: 10px;
    margin-left:14%;
}

 svg {
    width: auto;
    height: 100%;
    max-width: 100%;
}

.page-footer {
    margin-top: 20px;
    margin-bottom: 0px;
    height: 120px;
    position: absolute;
    width: 96%;
    bottom: 0;
    
}

#wrapper {

    min-height: 100%;
    padding: 2%;
    position: relative;
    padding-bottom: 155px;
}


@media only screen and (max-width: 900px) {
    .title {
        font-size: 80%;
    }
}

@media only screen and (max-width: 500px) {
    .title {
        font-size: 65%;
    }
}

.footer2 {
    display: block;
    height: 20px;
    min-height: 10px;
    background-color: #031a30;
    margin-top: 8px;
}

h3.subt {
    text-align: center !important;
    font-size: 2.1em;
    color: white;
    text-shadow: 1px 1px #000000;
}

h4.subt {
    text-align: center !important;
    font-size: 1.6em;
    color: #ddd;
    text-shadow: 1px 1px #000000;
    /*font-style:italic;*/
}

h6{
    margin-top:25px;
    /*color:#039be5;*/
    color:#808080;
    font-size:1.2em;
    font-weight:400;
    
}



 .maindiv{
     display:block;
     text-shadow:1px #ffa;
     height:180px;
     /*background-color:#0093d5;*/
 }

.subr {
    /*    text-align: right;
    padding-right: 50px;*/
    font-size: 1em;
    padding-left: 40px !important;
}

 .sub1{
     padding-left:20px!important;
     font-size:1em;
    /* font-style:italic;
*/
 }

.sub0 {
    font-size: 1.1em;
    margin-top:6px;

}
.ex{
    display:none;
}

.pointer{
    cursor:pointer;
}

 .container2{
     background-color:rgb(254 132 4 / 0.5);
 }

 .orange-text{
     color:#f07201;
     
 }

 .basic{
     color:#808080;
 }

.subbanner {
    margin:1em 10px 0 10px;
    font-size: 1.1em;
}

.subbanner p{
    margin:0 0 0.5em 0;
}

    .subbanner p:last-child {
        margin: 0;
    }

.card-panel{
    padding-top:1px;
}

.toplogbuttons {
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-size: 0.9em;
    position: absolute;
    top: 10px;
    right: 10px;
    color: white;
    text-align: right;
    background-color: #342d27;
}

    .toplogbuttons a {
        text-decoration: none;
        color: white;
        background-color: rgb(52 45 39 / 0.72);
        padding:0 4px 0 4px;
    }
    .toplogbuttons span {
        color: white;
        background-color: rgb(52 45 39 / 0.72);
        padding: 0 4px 0 4px;
    }
.hiddenhelp{
    display:none;
}

#stagingimg{
    display:none;
}