/* hugging nav to be integrated above */

@media screen and (min-width: 900px) {
.back-tablet {
	display:none;
}
}

@media screen and (max-width: 900px) {

.back-tablet {
	background-color: #f6e8ce;
	min-height: 50px !important;
}

.navbar-inverse {
	background-color: #f6e8ce !important;
	border-color: #f6e8ce !important;
	min-height: 50px !important;
	border-width: 0;
	margin: 0 5%; /* new */
}

.navbar-brand {
	float: left;
	padding: 0px 15px 0 0;
}

.navbar-brand > img {
	display: block;
	padding-left: 0px;
	width: 50px;
}

a.nav-expander {
	padding: .6em 1.6em 2em 1.6em;
}

#homepage-top {
	margin-top: 0px; /* new */
	padding-top: 20px;
}

#article {
	margin: 20px 0px 0px 0px;
}

#stack {
	margin-top: 0px;
}

}

/* mobile box colors */

.main-menu li.sub-nav-new-issue {
    border-bottom: 0px;
    padding: 8px 0px 8px 10px;
    background: #f24c2f !important;
    margin: 0px 0px 0px -8px;
}

.main-menu li.sub-nav-new-issue a {
    font-family: 'Stag Web', 'American Typewriter', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
}

.dropdown-menu li.new-issue {
    background-color: #f24c2f !important;  /* f24c2f */
}

.navbar-nav li.new-issue a {
    color: #ffffff !important;
}



.main-menu li.sub-nav-social {
    border-bottom: 0px;
    padding: 8px 0px 8px 10px;
    background: #99826b !important;
    margin: 0px 0px 1px -8px;
}

.main-menu li.sub-nav-social-top {
    margin-top: 6px !important;
}

.main-menu li.sub-nav-social a {
    font-family: 'Stag Web', 'American Typewriter', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #000000;
    text-decoration: none;
}

.main-menu li.sub-nav-social a:hover {
	color: #f24c2f;
	text-decoration: none;
}


@media screen and (max-width: 1080px) {
.dropdown-menu li {
    width: 160px;
}
.dropdown-menu li.new-issue {
    width: 160px;
}
}

@media screen and (min-width: 900px) {
#search-box {
    margin-right: 68px;
}
}


