@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';
    font-size: 27.5px;
}

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
}

.text-block2 {
    width: 800px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    margin: 20px;
}

.container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.text-block {
    width: 400px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    margin: 20px;

}

.header-text {
    display: flex;
    justify-content: center;

}

.text {
    display: flex;
    justify-content: flex-start;
    padding: 0px 10px 0px;
}

.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
}

.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;
}

.button:hover {
    background-color: gainsboro;
}

.active-button {
    background-color: gainsboro;
}

div.gallery {
    padding-right: 90px;
    margin: 0px;
    border: 1px transparent;
    float: left;
    width: 150px;
}

<div class='gallery' > div.gallery:hover {
    border: 1px solid #c0c0c0;
}

div.gallery img {
    width: 150%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
}

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
}
