body {
    background-color: #fef0f0;
    color: black;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fef0f0;
}

.author-attribution {
	color: #d9d9d9;
	font-size:small;
	font-style: italic;
}

a {
   color: #b89258;
	text-decoration: none;
	background-color:   transparent;
}

a:hover {
   color: #8e6833;
   text-decoration: none;
}

h1, h2, h3, h4, h5 {
	color: #b89258;
}

.sub-heading {
    font-weight: bold;
    color: white;
}

.h-divider{
 margin-top:5px;
 margin-bottom:5px;
 height:1px;
 width:100%;
 border-top:1px solid gray;
}

#main_box {
	padding-top: 0;
}
.gold-box {
    background-color: #b1864e;
    font-family: 'Prompt', sans-serif;
    padding: 24px;
}

.msg-bobby {
    background-color: #2e2a24;
    background-image: url(/images/bg-message-from-bobby.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
}

/* -------------------------- ASPxMenu Main -------------------------- */
.box_menu a:link, .box_menu a:visited {
    text-decoration: none;
}

.dropdown-menu {
    background-color: #595959;
}

a.dropdown-item:not([href]) {
  color: white;
  background-color: #595959;
  text-decoration: none;

  @include hover() {
    color: inherit;
    text-decoration: none;
  }
}

a.dropdown-item:link, a.dropdown-item:visited {
    background-color: #595959;
	color: white;
}

a.dropdown-item:hover, a.dropdown-item:active {
	background-color: #9e7847;
	color: white;
}

.dropdown-item {
    background-color: #787878;
}
.dropdown-divider {
    border-top: 1px solid black;
}

.menu_item {
    display: block;
    padding-bottom: 15px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 15px;
    font-weight: bold;
    font-size: 14px;
    color: black; /* Colors are changed in the Menu Control File */
    text-decoration: none;
}

.menu_hover {
    color: black; /* Colors are changed in the Menu Control File */
    text-decoration: none;
}

    .menu_hover a {
        text-decoration: none;
    }

.menu_selected {
    display: block;
    padding-bottom: 15px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 15px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: Black; /* Colors are changed in the Menu Control File */
}

/* -------------------------- ASPxMenu Submenu -------------------------- */
.dxmSubMenu_menu a {
    text-decoration: none;
    color: #000000;
    display: block;
    text-align: left;
}

.dxmSubMenuItem_menu, .dxmSubMenuItemWithImage_menu, .dxmSubMenuItemWithPopOutImage_menu, .dxmSubMenuItemWithImageWithPopOutImage_menu {
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 5px;
}

.dxmSubMenu_menu a:Hover {
    color: #000000;
}

.dxmSubMenu_menu {
    background-color: white;
    padding: 0px 0px 0px 0px;
    font-weight: bold;
}

.dxmSubMenuGutter_menu {
    background-color: #e8e8e8;
}

.dxmSubMenuItemHover_menu, .dxmSubMenuItemHoverWithImage_menu, .dxmSubMenuItemHoverWithPopOutImage_menu, .dxmSubMenuItemHoverWithImageWithPopOutImage_menu {
    background-color: #e8e8e8;
}

.dxmSubMenuItemSelected_menu, .dxmSubMenuItemSelectedWithImage_menu, .dxmSubMenuItemSelectedWithPopOutImage_menu, .dxmSubMenuItemSelectedWithImageWithPopOutImage_menu {
    text-decoration: none;
    color: #a9a9a9;
    font-weight: bold;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 5px;
}


.navbar-brand {
    font-family: 'Bree Serif', serif;
    font-size: 40pt;
}

.navbar-brand-footer {
    font-family: 'Bree Serif', serif;
    font-size: 32px;
    color: Black;
}

@media (max-width: 900px) {
    .web-image {
   	width: 100%;
      max-width: 100%;
    }
    #home_logo {
		max-width: 370px;
	}
    .navbar-brand {
        font-size: 30pt;
    }
}

@media (max-width: 375px) {
	#main_box {
		padding-top: 25px;
	}
	#home_logo {
		max-width: 250px;
	}
    .navbar-brand {
        font-size: 24pt;
    }
	.navbar-brand-footer {
    font-size: 16px;
	}
	.msg-bobby {
	background-size: 100% auto;
}    
    
    
    
    
}
