body {
    margin-top: 0px;
}

.backbutton {
    top: 125px;
}

@media print, screen and (max-width: 1040.9px) {

#searchstring {
   margin-top:25px;  
}

.backbutton {
    top: 175px;
}
}

@media print, screen and (min-width: 1041px) {
    .navmenu ul li .menulabel {
      font-size: 1rem;
}
}

.home {
    justify-content: center;
}

.member_name {
   color: #0a2340;
   padding-top:  35px;
   font-weight: normal;
   font-size: 1.5rem;
   position: absolute;
   top: 10px;
   right: 10px;
}

.member_name:hover {
    text-decoration: underline;
    color: #0a2340;
}

.header {
    margin-left: 0px;
}

.searchcontainer {
    margin-top: 15px;
}

#searchstring {
    border-radius: 5px;
}

.navmenu {
    border: none;
    border-radius: 0;
    background-color: rgba(230,231,232, 0.95);
    padding-top: 1rem;
}

.navmenu ul li {
    color: #0a2340;
    padding-bottom: 1rem;
}

.navmenu ul li:hover {
    text-shadow: 0 0 #0a2340;
}

.selectedIcon{
[class^="icon-"], [class*=" icon-"] {
    text-decoration: underline;
    text-underline-offset: -58px;
}
}

.catalog {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: none;
}

.catalog .title {
    margin-top: 0.5rem;
}

.announcement_header
div.announcement_link {
    font-size: 1.2em;
}

.contentwide {
    margin-top: 40px;
}
