html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
  }
  /* home - white rye flower background */
  .background {
    width: auto;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("../img/background.jpg");
  }
  /* slogan wrapper */
  .slogan {
    position: relative;
    padding-top: 15vh;
    padding-left: 10vw;
    text-align: center;
    font-family: 'Bebas Neue';
  }
  /* slogan heading */
  .slogan h2 {
    font-size: 8vw;
    color: #1b61a7;
  }
  /* slogan undertext */
  .slogan h3 {
    font-size: 3vw;
  }
  /* portrait with number & place */
  #portrait {
    position: absolute;
    bottom: 0;
    width: 45vw;
    height: auto;
    margin-left: 5vw;
  }
  /* anchor tag decoration */
  a {
    text-decoration: none;
    transition: color .5s ease-in-out;
    color: rgba(0, 0, 0, 0.6);
  }
  a:hover {
    color: rgba(0, 0, 0, 0.2);
  }
  /* program section list style */
  ul {
    padding: 0;
  }
  li {
    margin: 0;
    padding: 20px 0 20px 64px;
    list-style: none;
    background-image: url("../img/rye.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 40px;
  }
  #viewmore {
    padding: 0 0 36px 64px;
  }

  /* bold text class for span */
  .bold {
    font-weight: bold;
  }
  /* highlighted text class for span */
  .highlighted {
    color:#1b61a7;
  }
  /* uppercase text class for span */
  .upperc {
    text-transform: uppercase;
  }
  /* program section h3 font */
  .program h3 {
    font-family: 'Roboto Condensed';
    margin: auto;
  }
  /* episodes & program section padding */
  .episodes, .program{
    padding: 4vw;
    padding-right: 8vw;
  }
  /* episodes section h2 font */
  .episodes h1 {
    text-transform: uppercase;
    font-family: 'Bebas Neue';
  }
  /* episode section h3 font */
  .episode h3 {
    margin: 4vh 0;
    font-family: 'Roboto Condensed';
  }
   /* h4 font */
  h4, h5 {
    font-family: 'Roboto Condensed';
  }
  /* episode images */
  .epimg {
    width: 80%;
    height: auto;
  }
  /* footer - blue rye flower background */
  .footer {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("../img/footerbg.jpg");
    color: #fff;
    text-align: center;
    padding: 2vw 10vw;
    margin: 0;
  }
  .footer h4 {
    padding: 1vw 0;
  }
  /* footer icon hover */
  .fb svg{
    text-decoration: none;
    transition: fill .5s ease-in-out;
  }
  .fb svg:hover {
    fill: rgba(255, 255, 255, 0.5);
  }
  /* ekre logo */
  #logo {
    width: 30vw;
    height: auto;
  }
  /* send mail button */
  .send_btn{
    color: #1b61a7;
    background-color: #fff;
    width: auto;
    margin-bottom: 1vw;
  }
  .megaphone {
    margin-bottom: 2vw;
  }
  .eppic {
    width: 100%;
    height: auto;
    max-width: 900px;
  }
    /* >xxl device */
  @media only screen and (max-width: 1600px) {
    #portrait {
      width: 40vw;
      height: auto;
      margin-left: 5vw;
    }
    .slogan {
      padding-top: 15vh;
      padding-left: 20vw;
    }
  }
  /* >xl device */
  @media only screen and (max-width: 1400px) {
    #portrait {
      width: 50vw;
      height: auto;
      margin-left: 5vw;
    }
    .slogan {
      padding-top: 15vh;
      padding-left: 20vw;
    }
    .slogan h2 {
      font-size: 11vw;
    }
    .slogan h3 {
      font-size: 3.5vw;
    }
  }
  /* >lg device */
  @media only screen and (max-width: 1200px) {
    #portrait {
      width: 52vw;
      height: auto;
      margin-left: 5vw;
    }
    .slogan {
      padding-top: 16vh;
      padding-left: 30vw;
    }
    .slogan h2 {
      font-size: 11vw;
    }
    .slogan h3 {
      font-size: 3.5vw;
    }
    .epimg {
      width: 100%;
      height: auto;
    }
  }
  /* >md device */
  @media only screen and (max-width: 992px) {
    #portrait {
      width: 70vw;
      height: auto;
      margin-left: 0;
    }
    .slogan {
      padding-top: 17vh;
      padding-left: 30vw;
    }
    .slogan h2 {
      font-size: 11vw;
    }
    .slogan h3 {
      font-size: 3.8vw;
    }
    #logo {
      width: 40vw;
      height: auto;
    }
  }
  /* >sm device */
  @media only screen and (max-width: 768px) {
    #portrait {
      width: 90vw;
      height: auto;
      margin-left: 0vw;
    }
    .slogan {
      padding-top: 10vh;
      padding-left: 0;
    }
    .slogan h2 {
      font-size: 15vw;
    }
    .slogan h3 {
      font-size: 6vw;
    }
    #viewmore {
      padding: 0 0 36px 0px;
    }
    .episodes {
      padding: 3vw;
      padding-right: 3vw;
    }
    .footer {
      padding: 4vw 5vw;
    }
    #logo {
      width: 50vw;
      height: auto;
    }
    audio {
      width: 260px;
      height: 54px;
    }
  }
  /* >xs device */
  @media only screen and (max-width: 480px) {
    #portrait {
      width: 95vw;
      height: auto;
      margin-left: 0vw;
    }
    .slogan {
      padding-top: 10vh;
      padding-left: 0;
    }
    .slogan h2 {
      font-size: 16vw;
    }
    .slogan h3 {
      font-size: 7vw;
    }
    #viewmore {
      padding: 0 0 36px 0px;
    }
    .episodes {
      padding: 3vw;
      padding-right: 3vw;
    }
    .footer {
      padding: 4vw 5vw;
    }
    #logo {
      width: 50vw;
      height: auto;
    }
    audio {
      width: 260px;
      height: 54px;
    }
  }
  /* mobile landscape view */
  @media only screen and (orientation: landscape) and (max-height: 500px) {
    #portrait {
      width: auto;
      max-height: 90vh;
    }
  }
  @media only screen and (orientation: landscape) and (max-height: 700px) {
    #portrait {
      width: auto;
      max-height: 90vh;
    }
  }
  @media only screen and (orientation: landscape) and (max-width: 800px) {
    .slogan { 
      float: right;
      padding-right: 10vw;
    }
    .slogan h2 {
      font-size: 9vw;
    }
    .slogan h3 {
      font-size: 4vw;
    }
  }