﻿@font-face {
    font-family: Bayside;
    src: url('/fonts/Bayside.woff');
}

@font-face {
    font-family: GoodUnicorn;
    src: url('/fonts/GoodUnicorn.woff');
}

@font-face {
    font-family: MrsEaves;
    src: url('/fonts/MrsEaves.woff');
}

@font-face {
    font-family: Kohelet;
    src: url('/fonts/Kohelet.woff');
}

@font-face {
    font-family: Frenchpress;
    src: url('/fonts/Frenchpress.woff');
}

@font-face {
    font-family: Neuropol;
    src: url('/fonts/Neuropol.woff');
}

@font-face {
    font-family: Galfego;
    src: url('/fonts/galfego.woff');
}

@font-face {
    font-family: Varino;
    src: url('/fonts/Varino.woff');
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0366d6;
    text-decoration: none !important;
}

    a:hover {
        text-decoration: underline !important;
    }

    a img:hover {
        opacity: 0.9;
    }

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: Frenchpress;
    /*min-width: 640px;*/
    font-size: large;
}

h1 {
    font-family: Kohelet !important;
}

h2, h3, h4, h5, h6 {
    font-family: Varino !important;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

.large {
    font-size: large;
}

.italic {
    font-style: italic;
}

.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background-color: #111122;
    z-index: 999;
}

    .loader p {
        position: fixed;
        top: calc(50% + 60px);
        left: calc(50% - 100px);
        margin: 0;
        width: 200px;
        height: auto;
        text-align: center;
        color: white;
        opacity: 1;
    }

    .loader img {
        position: fixed;
        top: 50%;
        left: 50%;
        margin-top: -50px;
        margin-left: -50px;
        width: 100px;
        height: 100px;
    }