/* @font-face{ 
	font-family: 'MyWebFont';
	src: url('../webfonts/Redressed-webfont.woff') format('woff');
} */

body {
  --main-color: #e4d00a;
  --main-background-color: #EEE8AA;
}

/*********************
  titles
*********************/

h3 {
  text-align: center;
  margin: 2rem 0rem;
}

/*********************
      navbar
*********************/

.navbar{
  background-color: #e4d00a !important;
  margin-bottom: 2rem !important;
}

.btn-menu:hover {
  background-color: #EEE8AA;
}

.btn-summary {
  text-decoration: underline;
}

/*********************
      footer
*********************/

.footer {
  background-color: white;
  border-top: 1px solid #e4d00a;
}

.footer div.col-9 {
  padding-left: 1rem;
}

.footer div.col-3 {
  text-align: end;
  padding-right: 2rem;
}

.footer img {
  height: 40px;
  margin: 5px 10px;
}

.footer a {
  text-decoration: none
}

@media only screen and (max-width: 1026px) {
  .footer img {
    height: 40px;
  }
  .footer .btn {
    font-size: smaller;
    padding: 4px 8px !important;
  }
}

/*********************
      texts page
*********************/

.content div {
  margin-top: 2rem;
}

.textTitle > a {
  color: black !important;
  text-decoration: none;
}
.textTitle:hover > a {
  color: var(--main-color) !important;
}

h6 {
  margin-bottom: 2rem !important;
}
/* poems + texts.html */
.poem-title {
  font-style: italic;
}
.author {
  font-style: normal;
}