﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

body {
    background-color: black;
}

/* Overrites */
.clean:hover {
    color: inherit !important;
}

.disabled {
    opacity: 0.4;
}

    .disabled:hover {
        cursor: default !important;
    }

#fieldidentityname {
    font-size: 1.5rem;
    font-family: 'Indie Flower', Arial;
    font-weight: bold;
    padding: 10px 0 0 0;
}

.btn:hover, nav-link:hover, .pointer:hover {
    cursor: pointer !important;
}

/* Controls */
a:hover {
    text-decoration: none;
}

.hidden {
    visibility: hidden;
}

.navbar-brand {
    position: absolute;
    left: 15px;
    bottom: 5px;
}

    .navbar-brand[data-dir="ark"] {
        left: 100px;
    }

    .navbar-brand[data-dir="conan"] {
        left: 150px;
    }

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.nav-item {
    font-family: 'Strasua', Arial;
    font-size: 2rem;
    padding-left: 10px;
    padding-right: 10px;
}

footer .nav-link {
    position: relative;
    padding: 20px 0 0 0;
    font-size: 1.2rem;
    width: 140px;
    text-align: center;
}

    footer .nav-link > img {
        position: absolute;
        top: -40px;
        max-height: 60px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }

    footer .nav-link:hover > img {
        animation: spin 1.0s;
    }

.loginwrapper {
    position: fixed;
    top: 30px;
    right: 0px;
}


.themecontrolswrapper, .mediaiconwrapper {
    position: fixed;
    bottom: 0px;
    height: 50px;
}

.themecontrolswrapper {
    left: 0px;
    padding-left: 25px;
}

.mediaiconwrapper {
    right: 0px;
    padding-right: 25px;
}

div.themecontrol, a.mediaicon {
    padding: 5px;
}

.themecontrol > img, .mediaicon > img {
    max-height: 35px;
}

.themechanger > img {
    height: 45px;
}

.mediaicon > img {
    border-radius: 5px;
}


/* Sticky footer styles
-------------------------------------------------- */
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;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    padding-top: 30px;
}

.footer {
    position: fixed;
    bottom: 50px;
    width: 100%;
    white-space: nowrap;
    line-height: 30px; /* Vertically center the text there */
}

.privacywrapper {
    position: absolute;
    bottom: 5px;
    right: 30px;
}


/* Objects */

.foglogo {
    height: 250px;
    animation: popIn 2.0s;
}

/* Text Sizes */
.text-size-small {
    font-size: 9px !important;
}

@media (min-width: 768px) {
    .text-size-small {
        font-size: 11px !important;
    }
}

.text-size13 {
    font-size: 1.3rem !important;
}

.text-size1 {
    font-size: 1rem !important;
}

/* Fonts */

@font-face {
    font-family: "Strasua";
    src: url("/css/fonts/Strasua.ttf");
}

.font-strasua {
    font-family: 'Strasua', Arial !important;
}

.font-indie {
    font-family: 'Indie Flower', Arial !important;
}

.font-anton {
    font-family: 'Anton', Arial !important;
}
