@font-face {
    font-family: 'Omak';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/fonts/omak.woff) format('woff');
}

@font-face {
    font-family: 'Omak';
    font-style: oblique;
    font-weight: 700;
    font-display: swap;
    src: url(/fonts/omak-bold-slanted.woff) format('woff');
}

html {
    background-color: #ebffff;
    font-family: 'Omak', sans-serif;
}

strong {
    font-style: oblique;
    display: inline-block;
}

header {
    display: flex;
    flex-direction: row-reverse;
}

h1 {
    font-style: oblique;
    font-size: 6rem;
    margin-top: 0;
    word-wrap: anywhere;
    margin-bottom: 0;
    line-height: 1em;
    padding: 0.5em 20px;
    color: #00000000;
    background-image: url(/omak.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

main {
    max-width: 450px;
    margin: 0 auto;
    padding: 0 0 20px 0;
    box-sizing: border-box;
    font-size: 2.8rem;
    line-height: 1.2em;
    min-height: calc(100vh - 20rem);
}

main p {
    margin-block-start: 0em;
    margin-block-end: clamp(4.8em, calc(100vh - 12rem - 4.8em - 1.2em), 19.2em);
}

body {
    min-height: 100vh;
    margin: 0;
}

footer {
    margin: 0;
    background-color: rgb(0, 50, 50);
    padding: 1em 2em 1em 2em;
    display: flex;
    color: white;
    flex-direction: column;
    min-height: 10rem;
    font-size: 2rem;
}

@media screen and (max-width: 1000px) {
    footer .footerline {
        display: block !important;
    }
    footer ul.signoff {
	padding: 20px 0 !important;
	width: auto !important;
    }
}

footer .footerline {
    justify-content: space-between;
    display: flex;
}

footer a:any-link {
    color: white;
}

.projectname {
    font-style: oblique;    
    margin-top: 0;
    word-wrap: anywhere;
    margin-bottom: 0;
    line-height: 1em;
    padding: 0.5em 20px;
    color: #00000000;
    mask-image: url(/omak.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    background-color: white;
}
