@font-face {
    font-family: 'Goudy Old Style Regular';
    src: url(fonts/goudy old style/goudosb.ttf);
}

@font-face {
    font-family: 'Klinic Slab Book';
    src: url(fonts/KlinicSlabBook.woff);
}

h1 {
    font-family: 'Goudy Old Style Regular';
}

body {
    font-family: 'Klinic Slab Book';
}

body {
    background-image: url("images/backgroundnologo.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    max-width: 100%;
    height: auto
}



.logo {
    display: flex;
    justify-content: center
}

.logo img {
    max-width: 100%;
    align-self: center;
    width: 500px;
    padding: 80px;
}

.galleryrapper {
    display: flex;
    justify-content: center
}

.btn-group {
    display: flex;
    justify-content: center
}

.btn-group .button {
    background-color: white;
    border: none;
    color: #0B9446;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 30px;
    font-family: 'Goudy Old Style Regular';
    cursor: pointer;
    float: left;
}

.btn-group .button:hover {
    background-color: gainsboro;
}

div.footer {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 50px;
    background: url(images/footer.png);
    background-repeat: repeat-x;
}
div.footer p {margin:0px}