@import url('https://fonts.googleapis.com/css2?family=Spectral:wght@300&display=swap');

body {
    font-family: 'Spectral', serif;
    font-size: 1.2em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Spectral', serif;
  	padding-top: 15px;
}

h1 {
  font-size: 2.25rem;
}

@media screen and (max-width: 764px) {
  p {
    /*MS: default in clean theme makes font tiny for some reason */
    font-size: 1em !important;
  }
}

p {
    /*MS: default in clean theme makes font tiny for some reason */
    font-size: 1em;
}


.site-header{
    background-color: #70b9a9;
    padding: 0px;
}

body {
  background-color: #F0F0F0;
  margin-top: 0px;
}

#journal-title{
  padding-top: 30px;
  padding-left: 30px;
  margin-bottom: 10px;
}

#journal-title img {
  max-height: 150px;
  max-width: 300px;
  margin-top: 10px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) {

    .journal-name {
        position: absolute;
        bottom: 0px;
    }
}

.navbar-custom{
    background-color: #fff;
    padding:10px;
}

.nav-item{
    font-family: 'Spectral', serif;;
    font-weight: 300!important;
}

.navbar-custom .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .8);
}

.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link,
.navbar-dark .navbar-nav .nav-link:focus{
    color: #000;
    text-decoration: underline;
}

.navbar-toggler {
    color: #aaa !important;
    background-color: #000 !important;
}

main a:focus {
    color: #000;
}

.btn-primary {
  background-color: #000;
  border-color: #000;
  color: white;
}

.btn-primary:active {
  color: white;
  background-color: #1C304A;
  border-color: #1C304A;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
}

.navbar-custom .navbar-nav .nav-link {
  font-weight: 300;
}

caption {
  caption-side:top;	
}
@media screen and (max-width: 764px) {
  footer img {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.article-title {
  font-size: 2.3rem;
}

#main_article {
  margin-top: 40px;
}

p.text-uppercase {
  display: none;
}

#article_opener .card-img-overlay .card-text strong {
  /* Bob requested 18 Mar 2024 to remove the "Author:" prefix before the author name */
  display: none;
}

.disp-quote {
  background: #f9f9f9;
  border-left: 10px solid #70b9a9;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}