/**** background for each page and slide caption  ****/
/****  font styles  ****/
/****  effect and animation  ****/
body {
  background: white;
  font-size: 18px;
}

/****  navbar  ****/
nav.navbar {
  height: 103px;
  z-index: 100;
}

nav.navbar a {
  font-family: 'Goudy Bookletter 1911', serif;
  color: black;
}

nav.navbar a.navbar-brand {
  font-size: 26px;
}

nav.navbar .nav-item {
  width: 160px;
}

nav.navbar .nav-item a {
  max-width: 548px;
  font-size: 17px;
  display: inline-block;
  padding-left: 20px;
}

/****  Main content  ****/
h3 {
  font-family: 'Goudy Bookletter 1911', serif;
  font-size: 19px;
  letter-spacing: 2.79px;
}

.article-card h1 {
  font-size: 3.375rem;
}

.article-card .article-thumbnail {
  height: 313px;
  margin: 0px;
}

.article-card .article-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article-card .article-thumbnail img.book {
  -o-object-fit: contain;
     object-fit: contain;
}

.article-card .btn-link, .article-card .btn-link:active, .article-card .btn-link:hover, .article-card .btn-link:visited, .article-card .btn {
  color: black;
  background-color: transparent;
  border: none;
  font-family: 'Goudy Bookletter 1911', serif;
  letter-spacing: 2.79px;
}

.right-arrow {
  display: inline-block;
  margin-left: 30px;
  height: 12px;
  width: 18px;
  background-image: url("../../images/icons/right-arrow.png");
  background-size: 18px 12px;
}

.right-arrow-white {
  display: inline-block;
  margin-left: 30px;
  height: 12px;
  width: 18px;
  background-image: url("../../images/icons/readbioarrow.png");
  background-size: 18px 12px;
}

.row {
  width: 100%;
  margin: 0px;
}

.right-side-bar {
  position: absolute;
  right: 0;
  width: 17%;
  float: right;
  display: block;
  height: 90%;
  background-color: rgba(207, 207, 207, 0.5);
}

.right-side-bar .right-collapse-menu {
  position: absolute;
  bottom: -30px;
  right: 40%;
  z-index: 18;
}

.book-image {
  background-repeat: no-repeat;
  background-image: url(../../images/book.png);
  height: 100%;
  width: 183px;
  background-size: cover;
  margin: auto;
}

@media screen and (max-width: 576px) {
  .article-thumbnail .book-image {
    width: 123px;
  }
}

/**** Carousel Slideshow on Home page ****/
.carousel-inner img.w-100 {
  width: 83% !important;
}

.container-fluid {
  padding-right: 0;
}

.carousel-indicators {
  width: 83% !important;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
  list-style: none;
  margin-bottom: -17px;
}

.carousel-indicators li {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 20%;
  height: auto;
  margin-right: 0;
  margin-left: 0;
  text-indent: 0;
  cursor: pointer;
  background-color: #000;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.carousel-indicators .thumb-wrapper .img-thumbnail {
  padding: 0;
  background-color: none;
  border: none;
  border-radius: 0;
  width: 100%;
  height: auto;
}

.carousel-indicators .thumb-wrapper .thumb-text {
  position: relative;
  display: block;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #FFF;
  font-family: 'Goudy Bookletter 1911', serif;
  font-size: 21px;
  line-height: 26px;
  height: 128px;
  margin-top: -128px;
  padding: 30px;
}

.carousel-indicators .thumb-wrapper h4 {
  display: inline-block;
  max-width: 145px;
  padding: 3% 3%;
  font-size: 21px;
}

.carousel-indicators .thumb-wrapper h4.shakespeare {
  padding: 2% 2%;
  max-width: 288px;
}

.carousel-indicators .sub-thumb-wrapper {
  display: none;
  position: absolute;
  bottom: 10px;
  width: 20%;
}

#homeSlideShow {
  min-height: 371px;
  border-bottom: 7px solid black;
}

#homeSlideShow .carousel-control-prev-icon,
#homeSlideShow .carousel-control-next-icon {
  opacity: 0;
}

.carousel-caption {
  position: absolute;
  top: 25%;
  right: 0;
  bottom: auto;
  left: auto;
  z-index: 16;
  color: #fff;
  max-width: 543px;
  height: auto;
  padding: 4%;
  text-align: left;
  font-family: 'Goudy Bookletter 1911', serif;
}

.carousel-caption.slide1 {
  background-color: #5997AF;
}

.carousel-caption.slide2 {
  background-color: #901F11;
}

.carousel-caption.slide3 {
  background-color: #285471;
}

.carousel-caption.slide4 {
  background-color: #252C34;
}

.carousel-caption.slide5 {
  background-color: #6C382D;
}

.carousel-caption.slide6 {
  background-color: #053C54;
}

.carousel-caption a {
  color: white;
}

.carousel-caption .count-number {
  display: inline-block;
  height: 20px;
  width: 100%;
  font-size: 13px;
  letter-spacing: 1.56px;
  line-height: 20px;
}

.carousel-caption h1 {
  display: inline-block;
  max-width: 391px;
  font-size: 500%;
  line-height: .84;
}

.carousel-caption .teaser {
  min-height: 42px;
  max-width: 391px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 1.32;
  font-weight: lighter;
  margin-top: 25px;
}

.carousel-caption .read-more {
  height: 80px;
  max-width: 491px;
  font-size: 17px;
  letter-spacing: 2.5px;
  line-height: 80px;
}

.carousel-caption .read-text {
  display: inline;
}

.carousel-caption .right-arrow {
  display: inline-block;
  margin-left: 30px;
  height: 15px;
  width: 56.62px;
  background-image: url("../../images/icons/arrow-r.png");
  background-size: 56.62px 15px;
}

.container-fluid .container-inner {
  padding: 3%;
}

/****  Script/Article fo Single page ****/
@media screen and (max-width: 768px) {
  pre {
    margin-left: -50px;
  }
}

.main-content p {
  font-size: 14px;
}

.banner {
  height: auto;
  /* Flexbox */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner .clearfix {
  min-height: 500px;
}

.hero {
  display: block;
  height: 156px;
  width: 100%;
  margin-top: -100px;
}

.hero .title {
  display: block;
  height: 80px;
  width: 100%;
  color: #FFF;
  font-size: 52px;
  line-height: 80px;
  padding-top: 31px;
}

.hero .sub-title {
  font-size: 46px;
}

.hero .container {
  float: left;
  height: 156px;
  padding-left: 5%;
  max-width: 850px;
  width: 85%;
}

a.read-script-link:hover .read-script {
  background-image: gray;
}

.read-script {
  display: block;
  float: right;
  color: white;
  width: 50px;
  padding-right: 5%;
}

.read-script .vertical-text {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left top 0;
          transform-origin: left top 0;
  width: 125px;
  height: 15px;
}

.book-link {
  color: white;
  font-family: 'Goudy Bookletter 1911', serif;
  font-size: 17px;
  letter-spacing: 2px;
  float: right;
  margin-right: 2%;
  text-align: center;
}

.book-link .pt-4 {
  padding-top: 2rem !important;
}

.book-link .purchase-book {
  display: inline;
}

.book-link img {
  display: inline-block;
  width: 75px;
}

.bg-home {
  background-color: #5997AF;
}

.bg-marc {
  background-color: #5997AF;
}

.bg-vivaldi {
  background-color: #901F11;
}

.bg-script-vivaldi {
  background-color: #901F11;
}

.bg-shakespeare {
  background-color: #285471;
}

.bg-mrh {
  background-color: #48474C;
}

.bg-cold {
  background-color: #252C34;
}

.bg-juarez {
  background-color: #A43E30;
}

.bg-hertzog {
  background-color: #6C382D;
}

.bg-ocracoke {
  background-color: #1F0C08;
}

.bg-whn {
  background-color: #053C54;
}

.bg-term {
  background-color: #5997AF;
}

.bg-other {
  background-color: #5997AF;
}

h1,
h2 {
  font-family: 'Goudy Bookletter 1911', serif;
}

.sub-page {
  height: 68%;
  width: 7%;
}

.sub-page .carousel-control-prev-icon,
.sub-page .carousel-control-next-icon {
  width: 35px;
  height: 35px;
}

.sub-page span.black-bg {
  background-color: black;
  padding: 6px 5px;
  display: inline-block;
  width: 40px;
  height: 70px;
}

/***END Script/Article***/
/*** Background image ****/
main .banner.jumbotron {
  min-height: 306px;
  max-height: 733px;
}

.jumbotron {
  background-attachment: fixed;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 0;
}

.jumbotron.bg-marc {
  background-image: url(../../images/marc-home.jpg);
}

.jumbotron.bg-vivaldi {
  background-image: url(../../images/vivaldi-home2.png);
}

.jumbotron.bg-script-vivaldi {
  background-image: url(../../images/vivaldi-home.jpg);
}

.jumbotron.bg-shakespeare {
  background-image: url(../../images/shakespeare-home.jpg);
}

.jumbotron.bg-mrh {
  background-image: url(../../images/mrh-home.jpg);
}

.jumbotron.bg-cold {
  background-image: url(../../images/cold-home.jpg);
}

.jumbotron.bg-juarez {
  background-image: url(../../images/juarez-home.jpg);
}

.jumbotron.bg-hertzog {
  background-image: url(../../images/hertzog-home.jpg);
}

.jumbotron.bg-ocracoke {
  background-image: url(../../images/ocracoke-home.jpg);
}

.jumbotron.bg-whn {
  background-image: url(../../images/whn-home.jpg);
}

.jumbotron.bg-term {
  background-image: url(../../images/term-home.jpg);
}

article .container {
  max-width: 996px;
}

article h2 {
  height: 80px;
  width: 100%;
  color: #333;
  font-family: 'Goudy Bookletter 1911', serif;
  font-size: 52px;
  line-height: 80px;
}

h1.username {
  color: #5997AF;
}

.two-column {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

@media screen and (max-width: 769px) {
  .two-column {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

label {
  width: 88px;
}

/****  Footer  ****/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #232323;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

pre {
  font-family: "Courier New", Courier, monospace;
  color: black;
  font-size: 14px;
  line-height: 18px;
  width: 800px;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  overflow: hidden;
}

/****  ****/
.right-box-thumb-nav {
  display: block;
  position: absolute;
  top: 160px;
  right: 0;
  z-index: 10;
}

.right-box-thumb-nav .hidden {
  display: none;
}

.right-box-thumb-nav .thumb-wrapper {
  height: 195px;
}

.right-box-thumb-nav .thumb-text {
  margin-top: -48px;
  text-align: center;
}

.right-box-thumb-nav .thumb-text h4 {
  margin: 0;
  display: block;
  color: white;
  font-size: 1rem;
}

.right-box-thumb-nav .img-thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  height: 196px;
  width: 235px;
}

@media screen and (max-width: 1280px) {
  .right-box-thumb-nav {
    top: 14%;
  }
  .right-box-thumb-nav .thumb-wrapper {
    height: 165px;
  }
  .right-box-thumb-nav .img-thumbnail {
    height: 166px;
    width: 204px;
  }
}

/**** Mobile and Responsive  ****/
@media screen and (min-width: 992px) {
  .navBr::after {
    content: "\a";
    white-space: pre;
  }
}

@media screen and (max-width: 992px) {
  nav.navbar .nav-item {
    width: 100%;
  }
  nav.navbar #navbarNav {
    top: 103px;
    position: absolute;
    width: 100%;
  }
}

.navbar-collapse .nav-item > ul.mobile-submenu {
  display: none;
}

@media screen and (max-width: 1199px) {
  .carousel-caption {
    padding: 45px 8%;
  }
  .carousel-caption h1 {
    width: 100%;
    margin-top: 5px;
  }
  .carousel-caption .read-more {
    height: 65px;
  }
  .sub-page {
    height: 58%;
  }
}

@media screen and (max-width: 1000px) {
  .sub-page {
    height: 44%;
  }
}

.navbar-toggler {
  float: right;
  margin-right: 5%;
  padding: 0;
  /***END top menu***/
  /*** Script Mobile  ***/
  /***END Script Mobile***/
}

.navbar-toggler .navbar-toggler-icon {
  background-image: url(../../images/icons/Menu_Hamburger.png);
  width: 45px;
  height: 43px;
  padding-top: 14px;
}

.navbar-toggler .navbar-toggler-icon.opened {
  width: 60px;
  height: 63px;
}

@media screen and (max-width: 769px) {
  .navbar-toggler {
    /*** Top Menu ***/
  }
  .navbar-toggler .navbar .navgar-collapse .row {
    margin-right: 0;
    margin-left: 0;
    padding-top: 34px;
  }
  .navbar-toggler .barnd-navbar-icon {
    position: relative;
    height: 66px;
    width: 100%;
  }
}

.navbar-toggler #collapsingNavbar {
  padding-left: 8%;
  height: auto;
  padding-bottom: 90px;
  background-position: -22px 0;
  background-size: cover;
}

.navbar-toggler .nav-item {
  min-height: 48px;
  padding: 0;
}

.navbar-toggler .nav-item a {
  font-size: 21px;
}

.navbar-toggler .menu-hover-right {
  display: none;
}

.navbar-toggler .navbar-light .navbar-nav .nav-link:hover,
.navbar-toggler .navbar-light .navbar-nav .nav-link:focus,
.navbar-toggler .navbar-light .navbar-nav .nav-link.show,
.navbar-toggler .navbar-light .navbar-nav .nav-link.active {
  padding-left: 28px;
}

.navbar-toggler .carousel-indicators {
  width: 100% !important;
  margin: 0;
  padding: 0;
  bottom: -20px;
}

.navbar-toggler .carousel-indicators .thumb-wrapper h4 {
  display: inline-block;
  max-width: 145px;
  padding: 0;
  font-size: 18px;
}

.navbar-toggler .carousel-indicators .thumb-wrapper .thumb-text {
  line-height: 26px;
  height: 99px;
  margin-top: -32px;
  padding: 12px 20px;
}

.navbar-toggler .right-side-bar {
  display: none;
}

.navbar-toggler .carousel-inner img.w-100 {
  width: 100% !important;
}

.navbar-toggler .carousel-caption {
  padding: 18px 4%;
  top: 7%;
}

.navbar-toggler .carousel-caption h1 {
  height: 50px;
  width: 100%;
  font-size: 220%;
  line-height: 70px;
  margin-top: 5px;
}

.navbar-toggler .carousel-caption .read-more {
  height: 55px;
  line-height: 60px;
}

.navbar-toggler .thumb-wrapper h4 {
  font-size: 19px;
}

.navbar-toggler .mobile-submenu {
  list-style: none;
  display: none;
}

.navbar-toggler .jumbotron {
  background-attachment: initial;
  background-size: 111%;
}

.navbar-toggler .main-content {
  padding: 2% 8%;
}

.navbar-toggler .hero {
  height: 120px;
  margin-top: -90px;
}

.navbar-toggler .hero .container {
  height: 120px;
}

.navbar-toggler .hero .title {
  font-size: 36px;
  padding-top: 16px;
}

.navbar-toggler .read-script {
  font-size: 16px;
}

.navbar-toggler .pt-4,
.navbar-toggler .py-4 {
  padding-top: 0.7rem !important;
}

.navbar-toggler article {
  font-size: 16px;
}

.navbar-toggler article .my-5 {
  margin-top: 0 !important;
  margin-bottom: 0.4rem !important;
}

.navbar-toggler article h2 {
  font-size: 32px;
}

.navbar-toggler article pre {
  font-size: 14px;
}

.navbar-toggler .sub-page {
  height: 42%;
  width: 6%;
}

.navbar-toggler .right-box-thumb-nav {
  display: none !important;
}

/** Responsive Home Page Hero Description Box **/
@media screen and (max-width: 900px) {
  .carousel-caption.slide1 {
    position: relative;
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  #collapsingNavbar {
    padding-top: 90px;
  }
  #collapsingNavbar .nav-link {
    padding: 0;
  }
  #homeSlideShow {
    min-height: 950px;
  }
  .carousel-indicators li.col-sm-6 {
    width: 50%;
    margin: -20px 0 0 0;
    padding: 0;
  }
  .carousel-indicators li.col-sm-6 .thumb-wrapper .thumb-text {
    height: 62px;
    margin-top: -50px;
    padding: 11px;
  }
  .carousel-indicators li.col-sm-6 .thumb-wrapper h4 {
    max-width: 100%;
    padding: 8px;
    font-size: 14px;
  }
  .carousel-indicators li.col-sm-6 .sub-thumb-wrapper {
    width: 100% !important;
  }
  .carousel-indicators li.col-sm-6.last {
    width: 100%;
    height: 200px;
    overflow: hidden;
  }
  .carousel-indicators li.col-sm-6.last .thumb-wrapper .thumb-text {
    position: absolute;
    margin-top: 0;
    top: 136px;
  }
  .carousel-caption {
    position: inherit;
  }
  .carousel-caption .count-number {
    height: 13px;
    font-size: 12px;
    line-height: 13px;
  }
  .carousel-caption h1 {
    height: 28px;
    font-size: 42px;
    line-height: 20px;
  }
  .carousel-caption .teaser {
    height: auto;
    font-size: 13px;
    line-height: 1.65;
    margin-top: 0px;
  }
  .carousel-caption .read-more {
    font-size: 11px;
    letter-spacing: 2px;
    margin-left: 40%;
  }
  .carousel-caption .right-arrow {
    margin-left: 15px;
    height: 9px;
    width: 42px;
    background-size: 40px 9px;
    background-repeat: no-repeat;
  }
  .right-side-bar {
    display: none;
  }
  #myBtn {
    right: 3px;
  }
  .carousel-control-prev,
  .carousel-control-next {
    position: absolute;
    top: 103px;
    bottom: auto;
    z-index: 19;
    opacity: 0.6;
  }
  #homeSlideShow .carousel-control-prev-icon,
  #homeSlideShow .carousel-control-next-icon {
    opacity: 1;
    width: 27px;
    height: 27px;
  }
  .article-card h1 {
    font-size: 36px;
  }
  .article-card p {
    font-size: 12px;
    line-height: 1.65;
  }
  .article-card a {
    font-size: 12px;
  }
  /*** Script Mobile  ***/
  .jumbotron {
    background-attachment: initial;
    background-size: 125%;
  }
  .jumbotron.bg-script-vivaldi {
    background-size: 186%;
  }
  .hero {
    height: 78px;
    margin-top: -106px;
  }
  .hero .container {
    width: 84%;
    height: 78px;
  }
  .hero .title {
    height: 40px;
    font-size: 27px;
    line-height: 28px;
    padding-top: 20px;
  }
  .hero.bg-shakespeare {
    min-height: 100px;
  }
  .read-script img.arrow-down {
    width: 24px;
    height: auto;
  }
  .read-script .vertical-text {
    display: none;
  }
  article {
    font-size: 14px;
  }
  article .my-5 {
    margin-top: 0 !important;
    margin-bottom: 0.4rem !important;
  }
  article h2 {
    font-size: 25px;
  }
  article pre {
    font-size: 12px;
  }
  article .container .row .text-justify {
    width: 100%;
  }
  .sub-page {
    height: 17%;
  }
  /***END Script Mobile***/
}

.audio_player {
  margin-left: 100px;
  width: 500px;
  margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
  #homeSlideShow {
    min-height: 1230px;
  }
}

@media screen and (max-width: 440px) {
  #homeSlideShow {
    min-height: 1158px;
  }
}

@media screen and (max-width: 400px) {
  #homeSlideShow {
    min-height: 1085px;
  }
}

@media screen and (max-width: 360px) {
  #homeSlideShow {
    min-height: 1013px;
  }
}

@media screen and (max-width: 320px) {
  #homeSlideShow {
    min-height: 954px;
  }
  .card {
    width: 95%;
  }
}

@media print {
  pre {
    font-family: 'Courier New', Courier, monospace;
    font-size: 80% !important;
    padding: 0;
  }
  .page_break {
    page-break-before: always;
    page-break-inside: avoid;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .audio_example {
    display: none;
  }
  .audio_player {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .container-fluid {
    padding-left: 0;
  }
  .container-fluid .article-thumbnail {
    height: 210px;
  }
  .container-fluid .article-summary {
    padding-bottom: 40px;
  }
}

article .container .row .text-justify {
  overflow: hidden;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}

.iconContainer {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -100px;
  margin-top: -100px;
}

.iconContainer p {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 0;
  font-size: 20px;
  opacity: 0;
}

.phone {
  position: relative;
  left: 50%;
  margin-left: -50px;
  width: 0;
  height: 0;
  border: 0 solid #000;
  background: #a9a9a9;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.phone i {
  text-align: center;
  width: 100%;
  line-height: 120px;
  font-size: 50px;
  color: #454545;
  opacity: 0;
}

@media only screen and (max-width: 576px) {
  .overlay {
    display: block;
    z-index: 200;
  }
  .overlay .phone {
    -webkit-animation: sizeIncrease .5s forwards ease, borderIncrease .5s .5s forwards ease, rotateRight .7s 1s forwards ease;
            animation: sizeIncrease .5s forwards ease, borderIncrease .5s .5s forwards ease, rotateRight .7s 1s forwards ease;
  }
  .overlay .phone i {
    -webkit-animation: fadeIn .5s .8s forwards ease;
            animation: fadeIn .5s .8s forwards ease;
    color: black;
  }
  .overlay .iconContainer p {
    -webkit-animation: fadeIn .5s 1.3s forwards ease;
            animation: fadeIn .5s 1.3s forwards ease;
    color: white;
  }
}

/* KEYFRAMES
------------------------------------------- */
/* Animate width + height */
@-webkit-keyframes sizeIncrease {
  0% {
    width: 0;
    height: 10px;
  }
  50% {
    width: 100px;
    height: 10px;
  }
  100% {
    width: 100px;
    height: 160px;
  }
}
@keyframes sizeIncrease {
  0% {
    width: 0;
    height: 10px;
  }
  50% {
    width: 100px;
    height: 10px;
  }
  100% {
    width: 100px;
    height: 160px;
  }
}

/* Add borders */
@-webkit-keyframes borderIncrease {
  100% {
    border-width: 20px 10px;
  }
}
@keyframes borderIncrease {
  100% {
    border-width: 20px 10px;
  }
}

/* Rotate device */
@-webkit-keyframes rotateRight {
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@keyframes rotateRight {
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 1055px) {
  .hero .book-link {
    color: black;
  }
  .hero .book-link img {
    border: 1px black solid;
    width: 50px;
  }
}

.testimonials .testimonial {
  margin: 5% 0;
  padding: 3%;
  color: black;
  border-radius: 10px;
}

.testimonials .testimonial h3 {
  font-family: 'Goudy Bookletter 1911', serif;
  font-size: 32px;
}

.testimonials .testimonial h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}

@media screen and (max-width: 576px) {
  .testimonials .testimonial {
    margin: 5% 0;
    padding: 3%;
    color: black;
    border-radius: 10px;
  }
  .testimonials .testimonial h3 {
    font-family: 'Goudy Bookletter 1911', serif;
    font-size: 20px;
  }
  .testimonials .testimonial h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
  }
}

/*# sourceMappingURL=styles.css.map */
