@font-face {
  font-family: 'VimSM';
  src: url(/fonts/vimsm-webfont.woff) format('woff'),
       url(/fonts/vimsm-webfont.ttf) format('truetype');
}

body {
    font-family: "franklin-gothic-atf";
    box-sizing: content-box;
}

.content-section {
    padding: 2em 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.choir-name {
    font-family: "franklin-gothic-atf";
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    width: 10em;
    display: block;
    align-self: start;
}

h1 {
    font-family: vimSM;
    font-size: 58px;
    text-align: center;
    letter-spacing: 5px;
    margin-top: 1.5em;
    margin-bottom: 0;
}

.subhead {
    text-align: center;
    display: block;
    font-size: 18px;
    letter-spacing: 2px;
    padding-right: .2em;
}

.content {
    margin-top: 4em;
    width: 530px;
    max-width: 100%;
}

h2 {
    
    font-size: 24px;
    font-weight: 400;
}

.yellow-background {
    position: absolute;
    width: 269px;
    height: 510px;
    left: -62px;
    top: -169px;
    background-color: rgb(254,236,52);
    z-index: -1;
    transform: rotate(45deg);
}

iframe {
    max-width: 100%;
    max-height: 52vw;
}

.footer {
    width: 100%;
    margin-top: 6em;
    padding-top: 2em;
    padding-bottom: 2em;
    border-top: 8px solid rgb(209, 209, 209);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.logot {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    max-width: 600px;
}
.logo {
    max-width: 20%;
}