* {
    padding: 0;
    margin: 0;
}

body {
    font-size: 10px;
    font-family: sans-serif;
    height: 100%;
}

h1,
h2,
h3 {
    font-family: 'Bebas Neue', fantasy;
}

h1 {
    font-size: 3.2rem;
}

h2 {
    font-size: 2.8rem;
}

h3 {
    font-size: 2.4rem;
}

p {
    font-size: 1.3rem;
    padding-bottom: 0.7rem;
    ;
}

audio {
    width: 100%;
}

.episode-img {
    width: 100%;
}

header {
    background-color: #b1b1b1;
    min-height: 110px;
    display: flex;
    align-items: center;
    box-shadow: 0 2px rgba(26, 23, 23, 0.42);
}

nav {
    font-size: 1.5rem;
    flex-grow: 1;
    flex-shrink: 1;
}

img {
    max-width: 100%;
    height: auto;
}

nav ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.nav-link {
    display: inline-block;
    text-decoration: none;
    width: 100px;
    text-align: center;
    text-shadow: -2px 2px rgba(0, 0, 0, 0);
}

.nav-link a {
    text-decoration: none;
    color: black;
}

.active {
    text-shadow: -2px 2px white;
}

.logo {
    transform-origin: bottom;
    transform: rotate(-5deg);
    width: 170px;
    line-height: 0.8;
    text-align: center;
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
    text-shadow: -2px 2px white;
    color: black;
    font-family: 'Bebas Neue', fantasy;
    font-size: 2.8rem;
    text-decoration: none;
    padding: 15px;
    transition: transform 0.5s ease;
}

@media only screen and (min-width: 900px) {
    .head-content {
        max-width: 1200px;
    }
}

.logo:hover {
    transform: rotate(0deg);
}

.head-content {
    background-color: #b1b1b1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    padding: 5px 10px;
}

@media only screen and (min-width: 900px) {
    .head-content {
        max-width: 1200px;
    }
}

.smaller {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.bigger {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.pod-img {
    max-width: 100%;
    height: auto;
    max-height: none;
}

.most-recent .pod-img {
    max-height: 70vh;
}

.content {
    border: 2px solid;
    box-shadow: 4px 4px rgba(26, 23, 23, 0.15);
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-around;
    text-align: center;
    margin: 5px;
    background-color: white;
    transition: box-shadow 0.5s ease;
}

.most-recent h3,.most-recent p{
    flex: 0 0 100%;
}

.most-recent img {
    max-height: 80vh;
    width: auto;
}

.most-recent{
    width: 80vh;
    max-width: 90%;
    margin: 0 auto;
}

footer {
    height: 100px;
    background-color: #b1b1b1;
    padding-top: 20px;
    width: 100%;
    text-align: center;
}

.older-container {
    max-width: 800px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto;
}

.older .pod-img {
    height: 100px;
    width: auto;
    padding-left: 10px;
    padding-bottom: 10px;
}

.older p {
    flex-grow: 1;
    flex-shrink: 1;
    height: 90px;
    overflow: hidden;
    width: 0px;
    text-align: left;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-right: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
	overflow: hidden;
}

.older h3 {
    flex: 0 0 100%;
    font-size: 1.8rem;
}

.older {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%
}

.content {
    text-decoration: none;
    color: inherit;
}

.content:hover {
    box-shadow: 4px 4px rgba(26, 23, 23, 0.52);
}

.container {
    min-height: calc(100vh - 260px);
}

@media only screen and (min-width: 520px) {
    .container {
        min-height: calc(100vh - 232px);
    }
}

main h2 {
    text-align: center;
}

.smaller,
.bigger {
    padding-top: 50px;
    padding-bottom: 50px;
}
