body {
    font-size: 20px;
    font-family: "Playfair Display", serif;
        font-optical-sizing: auto;
        font-style: normal;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
            background-color: black;
            }


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Radio Canada Big", sans-serif;
     margin: 0;
    text-shadow: 0.05em 0.05em 0.05em rgba(black, 0.4);
}

h1 {
    font-size: 60px;
    letter-spacing: 6px;
    text-align: center;
}

h2 {
    font-size: 40px;
    position: absolute;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    color: #fff;
}


.banner {
    background: url(logo.png) no-repeat;
    background-position: center center;
    background-size: contain;
    background-color: black;
    height: 400px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}
.banner:after {
      background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 1) 100%);
      content: '';
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 3;
  }

.logo {
    left: 50%;
    margin: 50px 0 50px -150px;
    opacity: 0.8;
    position: absolute;
    width: 300px;
}

.content {
    background: #222;
    box-shadow: 0 -1px 2px rgba(black, 0.4);
    color: #fff;
    margin-top: 400px;
    position: relative;
    z-index: 2;

}

.content .inner     {
        margin: 0 auto;
        max-width: 960px;
        padding: 40px 30px;
    }


.img {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    height: 440px;
    position: relative;
    width: 100%;

}

.img:after {
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 1) 100%);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.img.trees {
    background-image: url(band.jpg);
}

.announce {
    padding: 40px 30px 40px 180px;
    text-align: center;
    background-color: #e12825;
    position: sticky;
    top: 0;
    z-index: 10;
    background-image: url(sojo.png);
    background-repeat: no-repeat;
    background-size: 80px;
    background-position: left 25% top 50%;
    background-clip: context-box;
}