* {
    margin: 0;
    padding: 0;
    font-family: 'Bitter', serif;
}
body, html {
    background-repeat: repeat;
    background-position: center;
    background-image: url("../img/faltnl.png");
}
.navbar {
    width: 100%;
    background-image: url("../img/faltnc.png");
    overflow: auto;
    display: flex;
    justify-content: center;
}
.navbar a {
    float: left;
    padding: 12px;
    width: 9.09%;
    text-align: center;
}
.navbar a:hover {
    opacity: .6;
}
.imgnav {
    height: 40px;
}
.sticky {
    position: sticky;
    top: 0;
}
h1 {
    font-family: 'Inknut Antiqua', serif;
    color: white;
    font-size: 4rem;
    text-align: center;
}   
.header_logo {
    vertical-align: middle;
    padding: 10px 0;
}
.header p {
    text-align: center;
}
.imghead1, .imghead2{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.imghead1 {
    width: 300px;
}
.parr1 {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}
.text1 {
    color: white;
    text-align: justify;
    line-height: 1.5rem;
    padding: 3rem 1rem;
}
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-image: url("../img/faltnc.png");
}
.footer p {
    text-align: center;
    font-size: 12px;
    padding: 10px 0;
}
.footer a {
    text-decoration: none;
    color: black;
}
@media screen and (max-width: 1024px) {
    .parr1 {
        width: auto;
    }
    .navbar a {
        width: 50%;
    }
    .imgnav {
        height: 30px;
    }
}
@media screen and (max-width: 670px) {
    .imghead2 {
        width: 100%;
    }
    .imgnav {
        height: 20px;
    }
    .header_logo {
        width: 100%;
    }
    h1 {
        font-size: 2.5rem;
    }
}
@media screen and (max-width: 500px) {
    .imgnav {
        height: 16px;
    }
}



