.region-top-page img {
width:100%;
}

.user-logged-in .region-top-page img {
    position: absolute;
}

/* General Site Overrides */

nav#navbar-main {
    background: #fff !important;
}

.sf-menu a {
color: #9a0200;
}

.horizontal-menu > li li a {
	color: white;
  	background-color:#9a0200;
}
.horizontal-menu > li li a:hover {
	background-color: #3a136e;
  color: white;
}

.view-slideshow .field--name-body {
width:80vw;
}

button.navbar-toggler {
  background-color: #3a136e;
}
