

/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Slab Light'), local('RobotoSlab-Regular'), url(/fonts/RobotoSlab-Regular.ttf) format('truetype');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(/fonts/RobotoSlab-Regular.ttf) format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


body {
  font-family: 'Roboto Slab', serif;
}

p {
  font-size: 1rem;
}


.blockquote {
  border: 1px solid #b3b3b3;
  border-left: 10px solid #b3b3b3;
  border-radius: 0px;
  background: #fafafa;
  font-size: 18px;
  margin: 10px;
  padding: 10px 20px;
}
 
.blockquote p {
  margin: 0;
  line-height: 30px;
  padding-bottom: 20px;
}
 
.blockquote footer {
  display: block;
  font-size: 80%;
  color: #007bff;
  text-align: right;
} 

.container-fluid {
  /*  background-color: #6C2EB9; */
}

.row {
  /* background-color: #FF9232; */
}

.first-margin {
  background-color: cyan;
}


.first-title {
  text-align: center;
}

.first-header {
  margin-bottom: 2rem;
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
  font-size: 2rem;
  background: lightsteelblue;
}

.first-abstract {
  margin-top: 3rem;
}

.first-meta {

}

.first-abstracts {
  margin-bottom: 2rem;
}

[class*="col-"] {
  /*  background-color: #00C3AA; */
  /* border: 2px solid  rgba(0,0,0,0.3); */
}

.first-cartoon {
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.first-site-logo {
  height: 3rem;
}

.first-blocks {
  margin-top: 4rem;
}
.first-block {
  font-size: 0.6rem;
  padding-bottom: 2rem;
  padding-right: 2rem;
  padding-left: 2rem;
}

.first-block-header {
  border-bottom: 1px solid lightgray;
  margin-bottom: 0.5rem;
}

.first-block-item {
  padding-bottom: 0.5rem;
  padding-left: 10px;
  padding-right: 10px;
}

.first-navbar-top {
  font-size: 0.8rem;
}
