@font-face {
    font-family: 'OpticianSans';
    src: url('font/Optiker-K.eot'); /* IE9 Compat Modes */
    src: url('font/Optiker-K.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('font/Optiker-K.woff') format('woff'), /* Modern Browsers */ url('font/Optiker-K.ttf') format('truetype'); /* Safari, Android, iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('font/NeueHaasDisplay-Roman.eot');
    src: local('NeueHaasDisplay-Roman'),
    url('font/NeueHaasDisplay-Roman.eot?#iefix') format('embedded-opentype'),
    url('font/NeueHaasDisplay-Roman.woff2') format('woff2'),
    url('font/NeueHaasDisplay-Roman.woff') format('woff'),
    url('font/NeueHaasDisplay-Roman.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'EBGaramond';
    src: url('font/EBGaramond-VariableFont_wght.ttf');
    font-style: normal;
    font-weight: normal;

}

@font-face {
    font-family: AlteHaasGroteskRegular;
    src: url('font/AlteHaasGroteskRegular.ttf');
    font-style: normal;
    font-weight: normal;
}

body {

    font-family: 'AlteHaasGroteskRegular';
    font-size: 23px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.5px;
    line-height: 1.2;
}

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

.grid {
    display: flex;
    position: fixed;
    top:0;
    width:100%;
    height: 160px;
    z-index: -1;
    box-sizing: border-box;
}
.grid > div {
    margin-top: 10px;
    margin: 0 10px;
    box-sizing: border-box;
    padding: 10px;
}
.intro, .contact {
    width: calc(25% - 20px);
}
.title {
    width: calc(50% - 20px);
}

a:hover {
    filter: blur(1px);
}

#gallery {
    background: #fff;
    margin-top: 160px;
}

#gallery ul {

    display: flex;
    flex-wrap:wrap;
    justify-content: center;

}
#gallery ul li{
    width: calc(100% / 6 - 5px);
    margin: 0 2.5px;
    margin-bottom: 100px;

}
#gallery ul li img {
    width: 100%;
    transition: 0.3s ease-in-out;
}
#gallery ul li img:hover {
    transform: scale(1.2);
}

.bottom{
    display: flex;
    width:100%;
    height: 50px;
    background: #fff;
    padding: 20px;

    box-sizing: border-box;
    font-size: 15px;
}