@font-face { font-family: karla;
  src: url('Karla-VariableFont_wght.ttf');
}

h1 {
  margin-left: 7.5%;
}

.subtitle {
  margin-left: 7.5%;
}

header {
  margin-left: 7.5%;
}

body {
  font-family: karla;
}

footer {
  width: 70%;
  margin: 0 auto;
  background-color: #feb300;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-bottom: 0;
}

footer p {
  margin-left: calc(10% - 20px);
}



.episode-container{
  border-style: dotted;
  margin-top: 50px;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 30px;
  background-color: #fff5d7;
  color: black;
}

.episode-container-actual {
  border-style: dotted;
  margin-top: 50px;
  width: 85%;
  margin: 0 auto;
  margin-bottom: 80px;
  background-color: #ff5e6c;
  color: #fff5d7;

}

.content-container {
  display: flex;
  flex-direction: column;
}

.previousTitle {
  margin-left: 15%;
}

.previousTitle h2 {
  font-size: 45px;
  margin-bottom: 5px;
}

.previousTitle h3 {
  font-size: 40px;
  margin-bottom: 5px;
}

.previousTitle h4 {
  font-size: 35px;
  margin-bottom: 5px;
}

.previousTitle p {
  font-size: 20px;
  margin-top: 0px;
}

.album-container {
  border-style: dashed;
  width: 40%;
  margin-right: 30px;
  margin-top: 40px;
  margin-bottom: 30px;
  background-color: #fff5d7;
}

.picture-container {
  border-style: dashed;
  width: 40%;
  margin-top: 60px;
  margin-bottom: 20px;
  background-color: #fff5d7;
}

.match-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;

}

.image {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;

  &:hover {
    transform: scale(1.5 );
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-box-shadow: 3px 3px 5px #000;
    -moz-box-shadow: 3px 3px 5px #000;
    box-shadow: 3px 3px 5px #000;
    -webkit-backface-visibility: hidden;
  }
}

.content-container {
  margin-left: 20px;
}

.episode-head {
  margin-left: calc(10% - 20px);
}

a {
  background-color: red;
  box-shadow: 0 5px 0 darkred;
  color: white;
  padding: 5px 5px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

a:hover {
  background-color: #ce0606;
  cursor: pointer;
}

a:active {
  box-shadow: none;
  top: 5px;
}

@media only screen and (max-width: 1200px) {

  .episode-container{
    width: 95%;
  }

  .previousTitle {
    margin-left: 2.5%;
  }

  img {
    width: 85%;
    height: 85%;
  }

  .match-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;

  }

  .album-container {
    width: 80%;
    margin-left: 6%;
  }

  .picture-container {
    width: 80%;
    margin-left: 6%;
  }

  .picture-container {
    margin-top: 10px;
  }

}
