body > .grid {
    height: 100%;
}
.givenames {
    height: 100%;
}

.givenames .column{
    max-width: 450px;
}
div#content{
    height:100%;
}


.main.container{
        margin-top:1em;
    }


.topMenu{
    background-color: white;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 10px;
}

.topselect{
    display: inline-block;
    
}
.headroom--unpinned {
  position: fixed;
  transform: translateY(-200%);
}

@media (max-width: 600px) {
    .main.container{
        margin-top:3em;
    }

    .topMenu{
        text-align: left;
    }
  .topselect {
    display: block;
    
  }
}
.headroom{
    transition: box-shadow 500ms ease-in-out;
 box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}

.headroom--unfixed {
  box-shadow: 0px 0px 0px rgba(0,0,0,0);
}

.logoscript{
    font-family: 'Satisfy', cursive;
}
