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

/* Fundraising styles */
#dnt_box {
    display: block;
    width: 800px;
    height: 300px;
    margin: 80px auto -100px;
    box-sizing: border-box;
    padding: 30px 30px 20px 300px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.7;
    text-decoration: none;
    background-color: white;
    background-image: url('images/fundraising2020.png');
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.75);
    text-align: left;}

#dnt_box .center { 
	text-align: center;
	margin-bottom: 30px;}

#dnt_box a {
	display: inline-block;
	padding: 15px;
	border: 1px;
	background: green;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 10px;
	font-weight: bold;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.4);}

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

#taskmenu {
  margin-top: 1em;
}

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