/*!
 * 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/sd05_bg1.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%;
}