
@font-face {
    font-family: Akwe;
    src: url('/css/fonts/rohh__akwe_pro_regular-webfont.woff'),
         url('/css/fonts/rohh__akwe_pro_regular-webfont.woff2');
}

@font-face {
    font-family: Artegra;
    src: url('/css/fonts/fontspring-demo-artegra_sans-alt-700-bold-webfont.woff'),
         url('/css/fonts/fontspring-demo-artegra_sans-alt-700-bold-webfont.woff2');
}

@font-face {
    font-family: Extra old;
    src: url('/css/fonts/extraoldpersonaluseregular-9ygz2-webfont.woff'),
         url('/css/fonts/extraoldpersonaluseregular-9ygz2-webfont.woff2');
}

/* Orange: #d8482f */
/* Blue: #104674 */
/* Light Blue: #649CBF */



body {
    font-family: Akwe;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Artegra;
}


.header {
    background: url('/img/Ski hill 1.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 70px 0;
}
.header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1;
}
.header .container {
    position: relative;
    z-index: 2;
}
.header img {
    width: 480px;
}
.donoForm {
    padding: 100px 0;
    background: url('/img/NuttHillBg-01.png');
    background-position: center;
    background-size: cover;
    position: relative;
}
.donoForm .container {
    position: relative;
    z-index: 2;
}
.donoForm::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 1;
}
.donoFormIn {
    width: 800px;
    max-width: 100%;
    text-align: center;
    margin: auto;
}
.theDonoForm {
    margin-top: 25px;
}