body {
  background-color: #F2F2F2;
  font-family: 'Libre Baskerville', serif;
}
.brand-gradient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ed1f24+0,ede71d+50,0d9347+100 */
background: #ed1f24; /* Old browsers */
background: -moz-linear-gradient(top,  #ed1f24 0%, #ede71d 50%, #0d9347 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ed1f24 0%,#ede71d 50%,#0d9347 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ed1f24 0%,#ede71d 50%,#0d9347 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1f24', endColorstr='#0d9347',GradientType=0 ); /* IE6-9 */
}
/*
font-family: 'Libre Baskerville', serif;
font-family: 'Syncopate', sans-serif;

font-family: 'Libre Baskerville', serif;
font-family: 'Syncopate', sans-serif;
*/
body > .grid-container{
  min-height: 800px;
}
.content-wrapper {
  padding: 32px 0 64px 0;
}
a {
  color: #0d9347;
}
.logo-wrap {
  margin: 1.5rem 0 1.5rem 0;
}
.logo-wrap > a{
  display: block;
  width: 240px;
}

@media screen and (max-width: 39.9375em) {
  .logo-wrap {
    display: none;
  }
}
.title-bar {
  padding: 2rem 0.5rem;
  background-color: transparent;
}

.menu-icon {
  width: 32px;
}
.menu-icon::after {
  -webkit-box-shadow: 0 9px 0 #000, 0 18px 0 #000;
  box-shadow: 0 9px 0 #000, 0 18px 0 #000;
  background: #000;
}


.top-bar, .top-bar ul,
.topbar-responsive,
.topbar-responsive .menu {
  background: #F2F2F2;
}

.topbar-responsive {
  padding: 1rem 0.5rem;
  margin-bottom: 0.5rem;
}

.topbar-responsive a {
  color: #040707;
}
.topbar-responsive .topbar-responsive-logo {
  /* display: none; */
  color: #fefefe;
  vertical-align: middle;
}
@media screen and (max-width: 39.9375em) {
  .topbar-responsive .topbar-responsive-logo {
    /* display: block; */
  }
}

.topbar-responsive .topbar-responsive-logo strong {
  display: none;
  color: #040707;
}
.topbar-responsive .topbar-responsive-logo img {
    max-width: 180px;
}

@media print, screen and (min-width: 64em) {
  .topbar-responsive .topbar-responsive-logo img {
    max-width: 240px;
  }
}


.topbar-responsive .menu li:last-of-type {
  margin-right: 0;
}

.topbar-responsive .menu a {
 /*  color: #fefefe; */
  transition: color 0.15s ease-in;
  font-size: 12px;
  position: relative;
}

.topbar-responsive .menu a:hover {
  /* color: #c6d1d8; */
}

@media screen and (max-width: 39.9375em) {
  .topbar-responsive .menu li + li {
    margin-left: 0;
  }
  .topbar-responsive .menu a {
    padding: 0.875rem 0;
  }
}

.topbar-responsive .menu .topbar-responsive-button {
  border-radius: 10px;
  transition: color 0.15s ease-in, border-color 0.15s ease-in;
  padding: 0.625em;
  border-color:#040707;
  color:#040707;
}

.topbar-responsive .menu .topbar-responsive-button:hover {

  
}

@media screen and (max-width: 39.9375em) {
  .topbar-responsive .menu .topbar-responsive-button {
    width: 100%;
    margin: 0.875rem 0;
  }
}

@media screen and (max-width: 39.9375em) {
  .topbar-responsive {
    padding: 0.75rem;
  }
  .topbar-responsive .top-bar-title {
    position: relative;
    width: 100%;
  }
  .topbar-responsive .top-bar-title span {
    position: absolute;
    right: 0;
    padding: 0.25rem 0.45rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .topbar-responsive .top-bar-title span .menu-icon {
    margin-bottom: 18px;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@media screen and (max-width: 39.9375em) {
  .topbar-responsive-links {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    width: 100%;
    -webkit-animation: fadeIn 1s ease-in;
            animation: fadeIn 1s ease-in;
  }
}


.no-js .top-bar {
  display: none;
}

.no-js .title-bar {
  display: none;
}


.no-js [data-responsive-menu] ul {
  display: none;
}

p.lead {
  padding-top: 2rem;
  font-family: "Syncopate";
  margin-bottom: 0;
  font-size: 6vw;
  line-height: 6vw;
  padding-bottom: 2vw;
  border-top: 1px solid #ccc;
  margin-top: 1.625rem;
}


p.lead strong {
font-family: 'Libre Baskerville';
}
.home-callouts {
  margin: 2rem 0 2rem 0;
}

@media screen and (min-width: 64em) {
  .home-callouts {
    margin: 3rem 0 3rem 0;
  }
}





#footer {
  min-height:100px;
  background-color: #040707;
  padding-top: 64px;
  padding-bottom: 64px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

#footer .grid-x { 
  margin-bottom: 0;
}

#footer .cell:first-child img {
  width: 220px;
  max-width: 80%;
  display: inline-block;
}
#footer .cell:nth-child(2) li{

}

#footer ul li a {
  font-size: 14px;
  line-height: 20px;
  position: relative;
}

#footer ul li a,
#footer ul li::before {
  color: #f2f2f2;
}

#footer ul li a[class^="fi-"] {
  padding-left: 36px;
}
#footer ul li a[class^="fi-"]::before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
  font-size: 22px;
}

#footer h3,
#footer h4 {
  color: #f2f2f2;
}
@media screen and (max-width: 39.9375em) {
  #footer .contact ul {
    margin: 0;
  }
}
@media screen and (min-width: 40em) {
  #footer .contact ul {
    margin: 0 0 0 8%;
  }
}
@media screen and (min-width: 64em) {
  #footer .contact ul {
    margin: 0;
  }
}

@media screen and (max-width: 39.9375em) {
  #footer .links ul {
    margin: 0 0 0 8%;
    margin-left: calc(8% - 12px);
    border-top: 1px solid #fefefe;
    margin-right: 8%;
    padding-top: 16px;
  }
}

@media screen and (min-width: 40em) {
  #footer .links ul {
    margin-right: calc(8% - 12px);
  }
}
@media screen and (min-width: 64em) {
  #footer .links ul {
    margin-right: 0;
  }
}

.marketing-site-footer {
  background: #2c3840;
  color: #8aa0ae;
  padding: 2rem 0 0;
}

.marketing-site-footer .marketing-site-footer-menu-social a {
  color: #fefefe;
}

.marketing-site-footer .column-block {
  margin-bottom: 30px;
}

.marketing-site-footer > .row {
  margin-bottom: 1rem;
}

@media screen and (max-width: 39.9375em) {
  .marketing-site-footer .columns {
    margin-bottom: 2rem;
  }
}

.marketing-site-footer-name {
  color: #fefefe;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.marketing-site-footer-title {
  color: #fefefe;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.marketing-site-footer-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}

.marketing-site-footer-block .fa {
  font-size: 2rem;
  color: #020304;
}

.marketing-site-footer-block p {
  margin-left: 1rem;
  line-height: 1.125rem;
}

.marketing-site-footer-bottom {
  background: #020304;
  padding: 1rem 0;
}

.marketing-site-footer-bottom p,
.marketing-site-footer-bottom .menu {
  margin-bottom: 0;
}

.marketing-site-footer-bottom .marketing-site-footer-bottom-links {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.marketing-site-footer-bottom .marketing-site-footer-bottom-links a {
  color: #8aa0ae;
}

@media screen and (max-width: 63.9375em) {
  .marketing-site-footer-bottom .marketing-site-footer-bottom-links {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 63.9375em) {
  .marketing-site-footer-bottom {
    text-align: center;
  }
}



.card-section {
  min-height: 125px;
}
.order-online {
  margin-top: 36px;
}
.order-online .cell {
  padding: 36px 12%;
  border: 1px solid;
  margin-bottom: 36px;
}








@media print, screen and (min-width: 40em) {
h1, .h1 {
    font-size: 1rem;
}
}


.button.amazon {
  margin-top: 20px;  
  margin-bottom: 40px;  
  box-shadow: 0 2px 5px 0 rgb(213 217 217 / 50%);
  font-size: 13px;

    background: #FFEB3B!important;
    color: #202020!important;
    border-radius: 4px;
    padding: 16px 24px 17px;
    font-weight: bold;
  
}

.button.amazon:hover{
  background: #f3e038;
  box-shadow: 0 2px 5px 0 rgb(213 217 217 / 50%);
}


.top-bar-title {
  margin-bottom: 0;
}

h1 {
  font-size: 3vw;
  line-height: 4vw;
  padding-bottom: 1vw;
}


.grid-margin-x.the-story,
.grid-margin-x.the-story-2 {
  margin-left: 0;
  margin-right: 0;
}
.orbit-caption {
  padding: 0.5rem 1rem;
  font-size: 13px;
  line-height: 14px;
  background-color: #303942;
}

.orbit-bullets button.is-active {
  background-color: #303942;
} 
.menu-icon:hover::after {
  background: #2a4153;
  -webkit-box-shadow: 0 9px 0 #2a4153, 0 18px 0 #2a4153;
    box-shadow: 0 9px 0 #2a4153, 0 18px 0 #2a4153;
}
@media screen and (max-width: 39.9375em) {
.topbar-responsive .top-bar-title span {
  padding-top: 0;
  padding-right: 0;
}
}

h4, .h4 {
  font-family: "Syncopate";
}

.orbit-wrapper {
  background: url('/childrens-book/img/background.webp');
  background-size: cover;
  background-position: bottom;
}

#footer-top {
  background: url('/childrens-book/img/team.webp');
  background-size: cover;
  background-position: bottom;
  min-height: 500px;
  background-color: #000;
}
@media screen and (min-width: 40em) {
  #footer-top {
    background-position: center;
  }
}



#footer {
  background-color: #303942;
}

#newsletter-embed {
  text-align: center;
  padding: 42px 0 58px 0;
  min-height: 0;
}

#newsletter-embed h1 {
  text-align: center;
}

#newsletter-embed p {
  text-align: center;
}

.baseball-book-link {
  padding-left: 3rem !important;
  line-height: 2.5rem;
}
.top-bar-right .baseball-book-link:not(.childrens-book) {
  padding-left: 2.75rem !important;
}

.baseball-book-link::before {
  content: '';
  width: 36px;
  height: 36px;
  background-image: url(https://betterbaseballswing.com/favicon.ico);
  background-size: 100%;
  background-position: 0 0;
  display: block;
  position: absolute;
  left: 0.69rem;
  top: 50%;
  margin-top: -18px;
}

.baseball-book-link.childrens-book::before {
  background-image: url(https://betterbaseballswing.com/childrens-book/favicon.ico);
}

.top-bar-right .baseball-book-link {
  line-height: 2.5rem !important;
}


.top-bar-right .baseball-book-link::before {
  width: 32px;
  height: 32px;
}

#footer .baseball-book-link {
  padding: 1rem 1rem 1rem 3.5rem !important;
  line-height: 1.1rem;
}

.top-bar-right  .menu.simple.vertical {
  align-items: end;
}

.top-bar-right  .menu.simple.vertical .baseball-book-link {
  line-height: 1rem !important;
}
.championship-baseball  {
  margin-top: 48px;
}

@media print, screen and (min-width: 40em) {
  .championship-baseball  {
    margin-top: 0;
  }
}


.championship-baseball img {
  max-width: 100%;
  height: 100%;
  width: auto;
}