.interviewee {
color: var(--dark-gray);
}
.interviewer {
color: var(--medium-gray); font-weigth: bold;
}
.quoteLeft {
background-color: var(--dark-gray); color: var(--light-gray); float: left; font-size: large; margin: 10px 20px 10px 0; padding: 10px 20px; text-align: unset; width: 25%;
}
.quoteRight {
background-color: var(--dark-gray); color: var(--light-gray); float: right; font-size: large; margin: 10px 0px 10px 20px; padding: 10px 20px; text-align: unset; width: 25%;
}
.quoteLeft > q {
font-family: var(--cate-rm-font);
}
.quoteRight > q {
font-family: var(--cate-rm-font);
}
.button-frame {
cursor: pointer; display: block; flex: 0 1 0; min-height: 150px; min-width: 150px;
}
.button-frame > img{
max-height: 150px; object-fit: contain; opacity: 0.4;
}
.button-frame:hover > img {
opacity: 1;
}
- portraits {
align-items: center; display: flex; flex-flow: row wrap; justify-content: space-around;
}
- portraits > figure {
flex: 0 1 auto; width: 30%; margin: 0 10px; overflow: hidden; padding: 0; min-width: 200px;
}
- background > section, #interviews > section {
display: none;
}