html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-color: rgba(210, 210, 210, 1);
}
#navbar {
    background-color: rgba(255, 255, 255, .8);
    border-bottom: 2px solid rgba(0, 0, 0, .5) !important;
    
}
header {
    position: sticky;
    top: 0;
    z-index: 999;
}
.PublicDisplayBlock {
    transition: all 0.5s ease;
    border: 1px solid transparent;
    border-radius: 1em;
    box-shadow: rgba(0, 0, 0, .6) 0px 0px 15px 2px;
    width: 45em;
    max-width:95%;
    margin: auto;
    padding: 20px;
    margin-top: 55px;
    transform: scale(1);
    background-color: rgb(245, 245, 245, 1);
    height: 22em;
}
.PublicDisplayBlock h1{
    text-align:center;
    margin: 15px;
    font-weight: bold;
}
.PublicDisplayBlock p{
    font-size:20px;
    text-align: left;
}
    .PublicDisplayBlock input{
        border-radius:5px;
        
       
        font-size:20px;
    }
    .IconStyle {
        width: 5%;
    }
/*.PublicDisplayBlock button {
    transition: all 0.3s ease;
    background-color: rgba(69,154,69,1);
    border: 1px solid Transparent;
    border-radius: 5px;
    height: 50px;
    width: 160px;
    margin-left: 115px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: white;
    font-size: 30px;
    box-shadow: rgba(0, 0, 0, .5) 0px 0px 10px 1px;
}
    .PublicDisplayBlock button:hover {
        transition: all 0.3s ease;
        background-color: rgba(69,154,69,.8);
        transform: scale(1.05);
        transform-origin: center;
        box-shadow: rgba(0, 0, 0, .7) 0px 0px 10px 1px;
    }*/
.PublicDisplayBlock button {
    margin-top: 1em;
    display: block;
    float: right;
    background-color: rgba(69,154,69,1);
    color:white;
    padding: .5em;
    border: transparent;
    border-radius: .3em;
}
    .PublicDisplayBlock button:hover {
        transition: all 0.5s ease;
        background-color: rgba(69,154,69,.8);
    }
@media only screen and (max-width: 40em) {
    .PublicDisplayBlock{
        height:30em;
    }
    .IconStyle{
        width:10%;
    }
}
