body {
    font-family: "Roboto Slab", Roboto, Helvetica, Arial, sans-serif;
    width: 80%;
    max-width: 900px;
    margin: 32px auto;
    padding: 8px 0;
}

blockquote {
    font-weight: 100;
    font-style: italic;
}

p, li, blockquote {
    font-size: 18px;
    font-weight: 400;
    color: rgb(51, 51, 51);
    line-height: 36px;
}

p, li {
    margin: 0;
    padding: 10px 0;
    box-sizing: border-box;
}

li {
    font-weight: 300;
    color: #2c262c;
}

h1 {
    font-size: 20px;
    text-align: center;
}

.logo {
    margin: auto;
    text-align: center;
}

.logo img {
    border: none;
}

img {
    border: solid 1px #A61157FF;
}

a {
    color: #A61157FF;
    font-weight: 500;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

figure img {
    border-radius: 6px;
}

figure {
    margin: auto;
    text-align: center;
    max-width: 80%;
}

figcaption {
    font-weight: 300;
    font-size: 16px;
    font-style: italic;
    color: #2c262c;
}


.row {
	display: flex;
	align-items:flex-start; 
	align-content: flex-start;
	border: solid 1px #ff0000;

}

.fan-signs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 16px auto;
    max-width: 100%;
    text-align: center;
}

.fan-signs a {
    margin: 4px;
}

.email {
    padding: 16px;
    color: #525252;
    font-style: italic;
}

.email::before {
    content: open-quote;
}

.email::after {
    content: close-quote;
}
