/*!
 * Bootstrap v3.0.2 by @fat and @mdo
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */


/* Optional Accent Fonts */
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css?family=Oswald&display=swap');

:root {
  --accent-color: #f2b325;
}

/* Unique Style */
.navbar-brand {
  width: 480px;
}

.highlighted {
  background: url('/sites/sd05.senate.ca.gov/files/images/senate_bg0.jpg') center center no-repeat;
  background-size: cover;
  max-width: 100% !important;
  padding: 80px 4%;
}

.senator-wrapper {
    background: var(--rgba-color) !important;
    max-width: 1280px;
    margin: 0px auto;
}


.senator-img img {
    max-width: 100%;
}

.featured-event-wrapper {
  background: none;
  mad-width:1000px;
  margin: 40px auto 40px;
}

.featured-event-img img {
  max-width: 100%;
}

.page-node-695 .field--name-node-title {
    display: none;
}

@media (max-width: 991px) {

  /* Made sidebar accent (found in the legislation page) static as it was showing underneath text before */
  #sidebar_first:has(.accent-menu) > aside {
    position: static;
  }
}

