@font-face {
    font-family: "Computer Modern Sans";
    src: url('../assets/cmunss.woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Computer Modern Sans";
    src: url('../assets/cmunsx.woff');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: "Computer Modern Sans";
    font-size: 14pt;
    line-height: 1.3em;
    background-color: #fee9d5;
    color: #b8425a;
    width: 100vw;
    overflow-x: hidden;
}

a, 
a:active 
a:visited 
a:hover {
    color: #b8425a;
}

h1 {
    font-size: 26pt;
    font-weight: bold;
    margin-top:20px;
    margin-bottom:10px;
}

h2 {
    font-size:20pt;
    font-weight: bold;
    margin-top:20px;
    margin-bottom:10px;
}

p {
    margin-bottom:10px;
}

.img_kiboki {
    height:100vh;
    width: 100%;
    max-width: 100vw;
    object-fit: cover;
    position:fixed;
    z-index: -1;
}

header a {
    text-decoration: none;
}

header {
    box-sizing: border-box;
}

header .site-title {
    box-sizing: border-box;
    text-align: center;
}

header .site-logo {
    height:175px;
    background: url('../assets/logo-kiboki.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position:calc(50% - 10px);
}

header h1 {
    display: inline-block;
    text-indent: -200vw;
}

main {
    background-color: #fee9d5;
    padding: 0 30px 30px;
    box-sizing: border-box;
}
.wrapper {
    margin: 0 auto;
    max-width: 55ch;
}

.contact__phone  p:first-child{
    margin-bottom: 0px;
}

footer {
    background-color: #373737;
    padding: 30px;
    color: #fee9d5;
}

footer p{
    margin-bottom: 0px;
}

footer .footer-socials {
    fill: #fee9d5;
}
footer .footer-socials a {
    display:inline-block;
    height: 40px;
    width:40px;
}

footer .copyright {
    font-family: sans-serif;
}

footer a, 
footer a:active 
footer a:visited 
footer a:hover {
    color: #fee9d5;
}

/* LEGAL NOTICE PAGE */

.header--legal {

}

@media screen and (min-width: 960px) {
    body {
        font-size: 16pt;
    }
    h2 {
        font-size:22pt;
    }
    .img_kiboki {
        width:50%;
    }
    header:not(.legal--header), main:not(.legal--main) {
        width: 50%;
        padding-left: 30px;
        padding-right: 30px;
        background-color: #fee9d5;
        margin-left: auto;
        margin-right: 0px;
    }
    header, main {
        height:auto;
    }
    header .site-title {
        position:static;
        height: auto;
        padding-top: 30px;
        background: none;
    }
    footer {
        display:flex;
        justify-content: space-between;
    }
    footer .legal {
        text-align: right;
    }
}

@media screen and (max-width:959px) {
    header:not(.legal--header) {
        height:100vh;
        position:relative;
    }
    header:not(.legal--header) .site-title {
        position:absolute;
        bottom:0px;
        width:100%;
        padding-top: 35vh;
        padding-bottom: 40px;
        background: linear-gradient(rgba(254, 233, 213, 0),rgb(254, 233, 213))
    }
}