:root {
  --red: #C92117;
}
body {
  font-family: 'eb-garamond', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
}
h1, h2, h3, h4, h5, h6 {

  font-family: 'eb-garamond', serif;
}
h3 {
  color: var(--red);
  font-style: oblique;
  font-weight: 400;
}
h2 {
  font-weight: 700;
}


a:link,
a:visited{
	color:#212529;
	text-decoration:none;
	font-weight: 600;
}

a:hover{
	text-decoration:underline;
}

@media (max-width:768px) {
  #autore {
    display: none;
  }
}
.navbar-nav {
  flex-direction: row;
}
.navbar-collapse {
  display: block !important;
  flex-basis: auto !important;
  flex-grow: inherit !important;
}
/*@media(min-width:992px) {*/
.offmargin {
  margin-left: 15%;
}
/*}*/
.container-max {
  max-width: 830px;
  margin: 0 auto;
}

.description {
  font-size: 38px;
  line-height: 38px;
  font-weight: 500;
}
@media (max-width:1400px) {
  .description {
    font-size: 28px;
    line-height: 28px;
  }
}
.quote:before {
  content: '';
  background: transparent url("../img/quote-open.svg") center center;
  background-size: cover;
  display: inline-block;
  width: 60px;
  height: 60px;
}
.quote:after {
  content: '';
  background: transparent url("../img/quote-close.svg") center center;
  background-size: cover;
  display: inline-block;
  width: 60px;
  height: 60px;
  float: right;
}
.clear {
  clear: both;
}

#autore a:link, #autore a:visited {
  text-decoration: none;
}
#autore a:hover {
  text-decoration: underline;
}
/*video responsive*/
.modal {
  background: rgba(0, 0, 0, .8);
  z-index: 10000;
}
.btn-close {
  color: #fff;
  background: url('../img/close.svg');
}
.modal-content {
  background: transparent;
}
.modal-content, .modal-header {
  border: 0;
}
video {
  width: 100%;
  height: auto;
}
.video {
  position: relative;
  padding-top: 30px;
  padding-bottom: 56.25%;
 /* height: 0
  overflow: hidden; ;*/
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*video responsive*/
.btn-lg {
  padding: 0.2rem 1.5rem;
  font-weight: 600;
}
.btn-sm {
  font-size: 1rem;
  padding: 0.5rem 1.5rem;
  font-weight: 600;
  background: transparent;
}
.bg-black {
  background-color: #000 !important;
}
.rounded-pill {
  border-radius: 5rem;
}
.social-bar {
  position: fixed;
  padding-top: 2px;
  padding-bottom: 2px;
  height: 30px;
  background-color: #000;
  z-index: 9999;
  width: 100%;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
}
.social a {
  height: 24px;
  width: 24px;
  overflow: hidden;
  display: block;
  margin: 0 2px;
}
.social span {
  display: none;
}
.facebook a:link, .facebook a:visited {
  background: url('../img/facebook-hover.svg') no-repeat center left;
}
.facebook a:hover {
  background: url('../img/facebook-hover.svg') no-repeat center right;
}
.linkedin a:link, .linkedin a:visited {
  background: url('../img/linkedin-hover.svg') no-repeat center left;
}
.linkedin a:hover {
  background: url('../img/linkedin-hover.svg') no-repeat center right;
}
.italicpequod a:link, .italicpequod a:visited {
  background: url('../img/pequod-OFF.png') no-repeat center center;
}
.italicpequod a:hover {
  background: url('../img/pequod-ON.png') no-repeat center center;
}
.navbar-custom {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: var(--red);
}
.navbar-custom .navbar-brand {
  font-family: eb-garamond, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 31px;
	color:#fff;
}
@media (max-width:576px) {
  .navbar-custom .navbar-brand {
    font-size: 25px;
  }
}
.navbar-custom .navbar-nav .nav-item .nav-link {
  /*  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1rem;*/
  font-size: 16px;
  color: #FFFFFF;
}
.navbar-custom .navbar-nav .nav-item-btn a:link, .navbar-custom .navbar-nav .nav-item-btn a:visited {
  background: #fff;
  border-radius: 25px;
  color: var(--red);
  padding: .1rem 1rem;
  font-size: 16px;
  font-weight: 600;
}
.navbar-custom .navbar-nav .nav-item-btn a:hover {
  background: #000;
  color: #fff;
}
.fixed-top {
  position: fixed;
  top: 30px;
  right: 0;
  left: 0;
  z-index: 1030;
}
header.masthead {
  position: relative;
  overflow: hidden;
  padding-top: calc(7rem + 72px);
  padding-bottom: 7rem;
  background: #EDEDED;
}
header.masthead h1 {
  font-style: oblique;
  font-weight: 400;
  font-size: 82px;
  line-height: 74px;
  margin-top: 50px;
}
@media (max-width:1400px) {
  header.masthead h1 {
    font-size: 62px;
    line-height: 54px;
  }
}
header.masthead .masthead-content {
  z-index: 1;
  position: relative;
}
header.masthead .masthead-content .masthead-heading {
  font-size: 3rem;
  color: #ffdb16;
  text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.5);
}
header.masthead .masthead-content .masthead-subheading {
  font-size: 2rem;
}
header.masthead .bg-circle {
  z-index: 0;
  position: absolute;
  border-radius: 100%;
  background: linear-gradient(0deg, #ee0979 0%, #ff6a00 100%);
}
header.masthead .bg-circle-1 {
  height: 90rem;
  width: 90rem;
  bottom: -55rem;
  left: -55rem;
}
header.masthead .bg-circle-2 {
  height: 50rem;
  width: 50rem;
  top: -25rem;
  right: -25rem;
}
header.masthead .bg-circle-3 {
  height: 20rem;
  width: 20rem;
  bottom: -10rem;
  right: 5%;
}
header.masthead .bg-circle-4 {
  height: 30rem;
  width: 30rem;
  top: -5rem;
  right: 35%;
}
@media (min-width: 992px) {
  header.masthead {
    padding-top: calc(1rem + 110px);
    padding-bottom: 1rem;
  }
  header.masthead .masthead-content .masthead-heading {
    font-size: 5rem;
  }
  header.masthead .masthead-content .masthead-subheading {
    font-size: 2.5rem;
  }
}
/*--- redrow ---*/
/*--------------*/
.redrow {
  background: var(--red);
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
.redrow .titolo {
  margin-top: 2rem;
  font-size: 45px;
  line-height: 47px;
  font-style: italic;
}
.redrow .titolo-2 {
  margin-top: 1rem;
  font-size: 20px;
  font-weight: 400;
}
.book-description {
  background: #ededed;
  padding-top: 50px;
  padding-bottom: 50px;
}
.book-description .titolo {
  font-size: 82px;
  line-height: 74px;
  font-style: italic;
}
.book-description .description2 {
  font-size: 30px;
  line-height: 32px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 30px;
}
@media (max-width:1400px) {
  .book-description .description2 {
    font-size: 28px;
    line-height: 30px;
  }
}
.img-round {
  position: relative;
}
.img-round a {
  display: block;
}
.img-round a:hover {
  /*opacity:.8;*/
  -webkit-filter: brightness(70%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.play {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -43px;
  margin-left: -43px;
  z-index: 999;
}
.btn-primary {
  background-color: transparent;
  border-color: #fff;
  padding: 0;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: rgba(0, 0, 0, .2) !important;
  border-color: #fff !important;
}
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-secondary {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}
.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
  /*background-color: #cc5500 !important;
  border-color: #cc5500 !important;*/
  background-color: #000 !important;
  border: 1px solid #000 !important;
  color: #fff;
}
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
footer p {
  font-size: 11px;
}
footer a:link, footer a:visited {
  color: #fff;
  text-decoration: underline;
  font-size: 16px;
}
footer a:hover {
  color: var(--red);
}