@charset "ut-8";

/* ORIGINAL FONT EMBEDDED */

@font-face {
    font-family: Plain-Ultrathin;
    src: url(https://dev.webland.studio/fonts/Plain-Ultrathin.woff2) format("woff2"), url(https://webland.studio/fonts/Plain-Ultrathin.woff) format("woff"), url(https://webland.studio/fonts/Plain-Ultrathin.otf) format("opentype");
    font-style: normal;
    font-weight: 400
}


@font-face {
    font-family: Plain-Ultralight;
    src: url(https://dev.webland.studio/fonts/Plain-Ultralight.woff2) format("woff2"), url(https://webland.studio/fonts/Plain-Ultralight.woff) format("woff"), url(https://webland.studio/fonts/Plain-Ultralight.otf) format("opentype");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: Plain-Thin;
    src: url(https://dev.webland.studio/fonts/Plain-Thin.woff2) format("woff2"), url(https://webland.studio/fonts/Plain-Thin.woff) format("woff"), url(https://webland.studio/fonts/Plain-Thin.otf) format("opentype");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: Plain-Light;
    src: url(https://dev.webland.studio/fonts/Plain-Light.woff2) format("woff2"), url(https://webland.studio/fonts/Plain-Light.woff) format("woff"), url(https://webland.studio/fonts/Plain-Light.otf) format("opentype");
    font-style: normal;
    font-weight: 400
}


/* BODY */

body {
    margin: 0;
    padding: 0;
    font-family: Plain-Ultrathin;
    color: black;
    font-size: 14px;
    overflow-x: hidden;
    background-color: white;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
}

.all {
    width: 100vw;
    height: 100vh;
    display: table;
    min-height: 500px;
}

.content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin: 0 20px;
}

.logo-img img {
    width: 280px;
    height: auto;
    margin-bottom: 10px;
    padding-bottom: 30px;
}

h1 {
    font-size: 28px;
    color: black;
    font-family: Plain-Ultrathin;
}

h1 span {
    padding-bottom: 7px;
    border-bottom: 1px solid black;
}

h2 {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 30px;
    color: #0f5d9c;
}

.content a {
    display: block;
    padding: 20px 5px 20px 5px;
    border: 1px solid #0f5d9c;
    width: 200px;
    margin: 0 auto;
    text-decoration: none;
    color: #0f5d9c;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.content a:hover {
    background-color: #0f5d9c;
    color: white;
    cursor: pointer;
}

.fixed {
    position: fixed;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: white;
    background-color: #0f5d9c;
    width: 100%;

}

.fixed a {
    color: white;
}

.fixed a:hover {
    text-decoration: underline;
    cursor: pointer;
}
