body{
  background: rgb(254,96,0);
  background: radial-gradient(circle, rgb(255, 110, 25) 0%, rgb(169, 47, 0) 100%);
  /*background: radial-gradient(circle, rgba(254,96,0,1) 0%, rgb(90, 12, 0) 100%);*/
}
@media (min-width:768px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media (min-width: 401px) {
  .container-fluid.page-per-day {
    height: 60vh;
  }
}

@media (max-width: 400px) {
  .container-fluid.page-per-day {
    height: 50vh;
  }
}

.flipoverlay{
  display:none;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  z-index: 9999;
  background-color: rgba(0,0,0,.6);
}
.flip{
  display:none;
  position: fixed;
  left:0;
  top:0;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
}
.flipbtn{
  width: 100vw;
  height: 5vh;
  background-color: white;
}
.flipif{
  width: 100vw;
  height: 95vh;
}
.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
.btn-custom{
  background: #00b09b;  /* fallback for old browsers */
  background: radial-gradient(circle, #3e7522 0%, #e0eb68 100%);
  color:#ffffff;
}
.btn-custom1{
  background: #0069a0;  /* fallback for old browsers */
  background: radial-gradient(circle, #0069a0 0%, #539ebf 100%);
  color:#ffffff;
}

.about-author img {
  -webkit-border-radius: 5%;
  -moz-border-radius: 5%;
  -ms-border-radius: 5%;
  border-radius: 5%; }
.about-author .bio{
  width:20%;
}
.about-author .desc h3 {
  font-size: 1.33rem; }
.about-author .desc {
  font-size: .92rem;
  width:80%;
}
@media (max-width: 575.98px) {
  .about-author{
    flex-direction: column;
  }
  .about-author .bio{

  }
  .about-author .bio,
  .about-author .desc{
    width:100%;
  }

}
