@import url('https://fonts.googleapis.com/css?family=Nunito&display=swap');
body {
  margin: 0;
  padding: 0;
  font-family: Nunito;
}
 
.header {
  margin: 0;
  max-height: 82px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 26px 0;
  background-color:  #ffffff;
  opacity: 0.95;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.16);
  width: 100%;
  position: fixed;
  top: 0;
}

.header-brand {
  cursor: pointer;
  max-width: 125px;
  max-height: 39.7px;
}

.header-button {
  border-radius: 25px;
  border: transparent;
  background-color: #00e66e;
  outline: none;
  cursor: pointer;
  width: 235px;
  color: #ffffff;
  height: 37px;
  font-family: Nunito;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}

.image {
  width: 100%;
  max-width: 831px;
  height: 354px;
  margin-top: 95px;
}

.lower-card-session{
  padding: 5px;
  margin: 0.5px;
}

.card-title {
  font-size: 22px;
  line-height: 1.23;
  letter-spacing: -0.33px;
  text-align: left;
  max-width: 660px;
  padding-top: 10px;
}

.color-grey {
  color: #7f7f7f;
  font-weight: bold;
}

a:link {
  color:#7f7f7f;
}
a:visited {
  color:#7e7070;
}
a:hover {
  color:#7e7070;
}

.link-purple {
  color: #6e00e6!important;
}

.font-s {
  font-size: 33px;
}

hr {
  width: 10%;
  margin-left: 0;
}

.card-author {
  display: flex;
  padding-bottom: 20px;
  color: #7f7f7f;
  font-size: 15px;
  max-width: 660px;
}

.card-text{
  line-height: 1.43;
  letter-spacing: -0.32px;
  text-align: left;
  max-width: 660px;
  color: #7f7f7f;
  font-size: 21px;
  font-weight: normal;
}

.contrast {
  font-weight: bold;
}

.row {
  color: #6e00e6;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
}

.column.middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;
}

.card-podcast {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.podcast {
  width: 493px;
  height: 155px;
  padding: 35px 0;
}

.card-video {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.video {
  width: 567px;
  height: 315px;
  padding: 35px 0;
}

.stores {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 25px;
}

.img-store {
  width: 259px;
  height: 101px;
}

.pad-5 {
  padding: 5px 0;
}

.gif {
  width: 365px;
  height: auto;
}

.mail-form {
  height: 156px;
  background-color: #78f5be;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 37px;
  margin-bottom: 65px;
}

.mail-text {
  font-size: 19px;
  font-weight: bold;
  color: #6e00e6;
  padding: 20px;
}

.input-container {
  position: relative;
}

.message {
  position: absolute;
  top: 30%;
  left: 2%;
}

.submit {
  position: absolute;
  top: 30%;
  right: 2%;
  background-color: #ffffff;
  border: none;
  outline: none;
  cursor: pointer;
}

.mail-input {
  width: 659px;
  height: 48px;
  object-fit: contain;
  border-radius: 24px;
  background-color: #ffffff;
  border: none;
  outline: none;
  padding-left: 50px;
  padding-right: 50px;
  color: #6e00e6;
  font-size: 15px;
  font-family: Nunito;
}

::placeholder {
  color: #6e00e6;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #6e00e6;
}

::-ms-input-placeholder {
  color: #6e00e6;
}

.footer {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  right: 0;
  left: 0;
  height: 67px;
  background-color: #f2f2f2;
  color: #6e00e6;
  width: 100%;
  position: fixed;
  bottom: 0;
}

.social-media {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-top: 15px;
}

.icon {
  width: 21px;
  height: 21px;
}

.icon-media {
  margin-right: 1rem;
  padding-left: 2px;
}

.back {
  display: flex;
  align-items: center;
  padding-top: 15px;
  padding-left: 20px;
}

.social-media span{
  display: flex;
  align-items: center;
  padding: 10px;
}

#desktop-img {display:block;}
#mobile-img {display:none;}

@media only screen and (max-width: 895px) {
  .mail-input {
    width: 310px;
    height: 48px;
  }

  .lower-card-session{
    padding-left: 26px;
    padding-right: 18px;
  }

  .font-s {
    font-size: 30px;
  }

  #desktop-img {display:none;}
  #mobile-img {display:block;}

}

@media only screen and (min-device-width:750px) {
  .stores {
    flex-direction: row;
  }
}

@media only screen 
 and (max-device-width:480px) { 
  .header-button{
    font-size: 12px;
  }
  .podcast {
    width: 100%;
    padding: 15px 0;
  }
    
  .video {
    width: 365px;
    height: 205px;
    padding: 15px 0;
  }

  .image {
  width: 100%;
  max-width: 831px;
  height: auto;
  margin-top: 95px;
  }
}

@media only screen and (max-width: 450px) {
  .header-button{
    width: 155px;
    font: 14px;
  }

  .image {
    height: auto;
  }

  .lower-card-session{
    padding-left: 26px;
    padding-right: 18px;
  }

  .card-text {
    font-size: 18px;
  }

  .mail-input {
    width: 200px;
    height: 48px;
  }

  .back {
    padding-left: 0px;
  }

  .gif {
    width: 275px;
  }
}

@media only screen and (max-width: 400px) {
  .video {
    width: 300px;
    height: 168px;
    padding: 10px 0;
  }
}