@import url("https://fonts.googleapis.com/css?family=Roboto");
@import url("https://fonts.googleapis.com/css?family=Bangers");

body {
  font: normal normal normal 16px/1.7 Roboto, sans-serif !important;
  color: #333;
  margin-bottom: 0 !important;
}

h2, h3, h4, h5, h6 {
  font-family: Bangers, sans-serif;
  font-size: 3rem;
  color: #000;
}

h2.obj-title {
  font-family: Roboto, sans-serif;
  font-size: 1.75rem;
}

h3 {
  font-size: 1.75rem;
}

a, a.nav-link {
  color: #400;
}

a:hover, a.nav-link:hover {
  color: #a00;
}

.img-card {
  height: 225px;
  width: 225px;
}

.cal-card {
  height: 175px;
  width: 175px;
}

.cal-card .card-body, .img-card .card-body {
  display: flex;              /* establish flex container */
  flex-direction: column;     /* stack flex items vertically */
  justify-content: center;    /* center items vertically, in this case */
  align-items: center;        /* center items horizontally, in this case */
}

.cal-card .card-body a {
  font-family: Bangers, sans-serif;
  font-size: 1.75rem;
  text-decoration: none;
  color: #400;
}

.cal-card .card-body a:hover {
  color: #a00;
}

a.list-link {
  font-family: Bangers, sans-serif;
  font-size: 1.75rem;
  text-decoration: none;
  color: #400;
}

 a.list-link:hover {
  color: #a00;
}



.navbar {
  background-color: #e9df7a;
  border-color: #400;
  border-top: 1px solid #400;
  border-bottom: 1px solid #400;
}

.navbar-nav {
  background-color: #e9df7a;
  font-family: Bangers, sans-serif;
  font-size: 2rem;
}

.nav-link {
  color: #400;
}

.layout-header {
  padding-bottom: 5px;
}

.layout-header .layout-title {
  font-family: Roboto, sans-serif;
  box-sizing: border-box;
  height: 56px;
  width: 100%;
  background: #fff;
  padding: 10px 0;
}

.layout-header .title-header {
  display: flex;
  align-items: center;
}

/* line 159, app/assets/stylesheets/application_ucsd.scss */
.layout-header .title-header a {
  color: #000;
  font-size: 21.6px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 167, app/assets/stylesheets/application_ucsd.scss */
.layout-header .title-header a:hover {
  color: #666;
  text-decoration: none;
}

/* line 172, app/assets/stylesheets/application_ucsd.scss */
.layout-header .title-logo a {
  height: 46px;
  overflow: hidden;
}

/* line 177, app/assets/stylesheets/application_ucsd.scss */
.layout-header .title-logo a > img {
  float: right;
  width: 225px;
  height: 46px;
}

/* MEDIA QUERIES - Remember, Bootstrap is "Mobile first" */
@media (max-width: 767px) {
  /* line 188, app/assets/stylesheets/application_ucsd.scss */
  .layout-header .layout-title {
    height: 61px;
    padding: 5px 0;
  }
  /* line 193, app/assets/stylesheets/application_ucsd.scss */
  .layout-header .title-header a {
    font-size: 18px;
    letter-spacing: normal;
  }
  /* line 198, app/assets/stylesheets/application_ucsd.scss */
  .layout-header .title-logo {
    height: 31px;
  }
  /* line 202, app/assets/stylesheets/application_ucsd.scss */
  .layout-header .title-logo a > img {
    width: 150px;
    height: 31px;
  }
}


.masthead {
  background-color: #fff;
  margin-bottom: 1.5rem;
  padding: 0;
  position: relative;
}

/* line 22, vendor/bundle/ruby/2.7.0/bundler/gems/spotlight-51434a1e7867/app/assets/stylesheets/spotlight/_header.scss */
.masthead .site-title {
  margin-bottom: 0;
}

/* line 26, vendor/bundle/ruby/2.7.0/bundler/gems/spotlight-51434a1e7867/app/assets/stylesheets/spotlight/_header.scss */
.masthead .site-title-wrapper {
  display: block;
  height: 284px;
  position: relative;
  white-space: nowrap;
}

.masthead .site-title-container .site-title-wrapper {
  text-transform: uppercase;
  font-weight: 700;
  white-space: normal;
  padding: 0;
}

/* line 450, app/assets/stylesheets/application_ucsd.scss */
.masthead .site-title-container .site-title-wrapper .site-title {
  color: #000;
  font-size: 1rem;
  width: 100%;
}

/* line 455, app/assets/stylesheets/application_ucsd.scss */
.masthead .site-title-container .site-title-wrapper small {
  color: rgba(0, 0, 0, 0.75);
  font-size: 0.8rem;
  line-height: 1;
  display: block !important;
  padding-bottom: 0 !important;
}

/* line 33, vendor/bundle/ruby/2.7.0/bundler/gems/spotlight-51434a1e7867/app/assets/stylesheets/spotlight/_header.scss */
.masthead small {
  font-size: 1.5rem;
}

/* line 72, vendor/bundle/ruby/2.7.0/bundler/gems/spotlight-51434a1e7867/app/assets/stylesheets/spotlight/_header.scss */
.site-title-container {
  max-height: 250px;
}

/* line 79, vendor/bundle/ruby/2.7.0/bundler/gems/spotlight-51434a1e7867/app/assets/stylesheets/spotlight/_header.scss */
.image-masthead {
  background-color: #fff;
}

/* line 82, vendor/bundle/ruby/2.7.0/bundler/gems/spotlight-51434a1e7867/app/assets/stylesheets/spotlight/_header.scss */
.image-masthead .exhibit-navbar {
  background-color: rgba(0, 0, 0, 0);
}

/* line 86, vendor/bundle/ruby/2.7.0/bundler/gems/spotlight-51434a1e7867/app/assets/stylesheets/spotlight/_header.scss */
.image-masthead .exhibit-navbar .navbar-nav {
  text-transform: uppercase;
}

/* line 100, vendor/bundle/ruby/2.7.0/bundler/gems/spotlight-51434a1e7867/app/assets/stylesheets/spotlight/_header.scss */
.image-masthead small {
  color: #000;
}

/* line 106, vendor/bundle/ruby/2.7.0/bundler/gems/spotlight-51434a1e7867/app/assets/stylesheets/spotlight/_header.scss */
.image-masthead .background-container {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: auto;
  height: inherit;
  background-repeat: no-repeat;
  background-position: center top;
  height: 100%;
  margin-left: -1px;
  margin-top: -1px;
  overflow: hidden;
}

@media screen and (max-width: 575px) {
  .background-container {
    background-image: url('../assets/header-xs.jpg')
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .background-container {
    background-image: url('../assets/header-sm.jpg')
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .background-container {
    background-image: url('../assets/header-m.jpg')
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .background-container {
    background-image: url('../assets/header-l.jpg')
  }
}

@media screen and (min-width: 1200px){
  .background-container {
    background-image: url('../assets/header-xl.jpg')
  }
}

@media (min-width: 768px) {
  /* line 522, app/assets/stylesheets/application_ucsd.scss */
  .masthead .site-title-container .site-title-wrapper .site-title {
    font-size: 1.5rem;
  }
  /* line 525, app/assets/stylesheets/application_ucsd.scss */
  .masthead .site-title-container .site-title-wrapper small {
    font-size: 1.2rem !important;
  }
}

.figure-caption {
  color: #000;
}

.footer {
  background-color: #182B49;
  padding: 21.6px;
  color: #fff;
  font-size: .9em;
  margin-top: 43.2px;
}

.footer .footer-links {
  list-style: none;
  margin: .5em 0 0;
  padding: 0;
}

/* line 591, app/assets/stylesheets/application_ucsd.scss */
.footer .footer-links > li {
  display: inline;
  margin-left: 0;
  margin-right: .5em;
  padding-right: .75em;
  border-right: 1px solid #fff;
}

.footer .footer-links > li:last-child {
  border-right: none;
}

/* line 603, app/assets/stylesheets/application_ucsd.scss */
.footer .footer-links > li a {
  color: #fff;
  text-decoration: underline;
}

/* line 608, app/assets/stylesheets/application_ucsd.scss */
.footer .footer-logo {
  width: 158px;
  height: 30px;
  float: right;
}

/* line 614, app/assets/stylesheets/application_ucsd.scss */
.footer .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
