@media screen and (min-width: 481px) {
   #layout-menu {
      background: #262626;
   }
}

/* Fundraising styles */
#dnt_box {
    display: block;
    width: 800px;
    margin: 80px auto -100px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
    line-height: 1.7;
    text-decoration: none;
    background-color: white;
    box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.75);
    font-family: Calisto MT, Bookman Old Style, Bookman, Goudy Old Style, Garamond, Hoefler Text, Bitstream Charter, Georgia, serif;
    font-size: 1.3em;
    background-image: url('images/raven.png');
    background-repeat: no-repeat;
    background-position: bottom left;
    background-position-x: 30px;
    background-size: initial;
    color: #000;
    text-align: left;
}

#dnt_box p {
    margin: 20px 20px 20px 280px;
}

#dnt_box a {
    color: inherit;
    text-decoration: underline;
}

#layout-menu .popover-header a.logo { display: block !important; }

#taskmenu {
  margin-top: 1em;
}

html.dark-mode #dnt_box {
  color: #111;
  background-color: #efefef;
}
