html{
  overflow-y: auto
}

body{
  padding-top: 8%;
  font-family: 'Roboto', sans-serif;
  background: #FFFFFF;
}

p{
  font-size: 1.6rem;
  font-weight: 300;
  color: #454545;
}

.img-fluid{
    width: 100%;
}

.main{
  width: 50%;
  max-width: 1200px;
  margin: auto;
  top: 50%;
  left: 50%;
/*position: fixed;*/
/*  transform: translate(-50%, -50%);*/
}

.hero{
  text-align: center;
  display: block;
}

.hero-img{
  max-width: 26rem;
}

.hero-sponsorship{
margin-top: 2rem;
margin-bottom: 2rem;
}

.hero-sponsorship img{
  max-width: 17.5rem;
}

.link-decor{
  text-decoration: none;
  color: inherit;
}

.link-decor:hover{
  text-decoration: underline;
}

.actions{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.actions .btn{
  margin: .5rem;
  -ms-flex-item-align:center;
 -ms-grid-row-align:center;
 align-self:center;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
 -ms-flex-direction: row;
  flex-direction: row;
}

.actions .btn a{
  text-decoration: none;
  padding: .7rem .7rem .5rem .7rem;
  display: block;
  background-color: #FFFFFF;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow:0px 2px 0px rgb(0 0 0 / 15%);
          box-shadow:0px 2px 0px rgb(0 0 0 / 15%);
  border-radius: .3rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
  text-align: center;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.actions .btn a:hover, .actions .btn a:focus{
  border-color: #000;
  -webkit-box-shadow:0px 2px 0px rgb(0 0 0 / 100%);
          box-shadow:0px 2px 0px rgb(0 0 0 / 100%);
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}


.actions .btn a:visited{
  color: #000;
}

.actions .btn svg {
  width: 26px;
  height: 26px;
  vertical-align: middle;
  margin-top: -6px;
  margin-right: .5rem;
}

.btn.btn-amazonmusic svg {
  margin-top: 0;
  height: 22px;
}

.hero-sponsorship .desc{
  max-width: 660px;
  width: 100%;
  margin: auto;
}

.hero-sponsorship .sponsorship-link:hover{
  opacity: .8;
}

.podchaser{
  margin: auto;
  margin-top: 1rem;
}
.podchaser a{
  display: block;
  text-align: center;
}

@media (max-width: 760px){
  body{
        padding-top: 2rem;
  }

  .actions{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
  }

  p{
    font-size: 1.2rem;
  }

}

@media (max-width: 1200px){
  .actions .btn a{
    width: 250px;
  }

  .main{
    width: 90%;
  }

}
