/* Compilo custom */
body {
    background:
        linear-gradient(
            rgba(34, 57, 70, 0.85),
            rgba(34, 57, 70, 0.85)
        ),
        url("/img/fjordbg.jpeg") no-repeat center center fixed;
    background-size: cover;
}

/* Skjul Plik-tekst */
header h1 {
    display: none;
}

a[href="#/clients"],
a[href^="https://github.com/root-gg/plik"] {
    display: none !important;
}

.compilo-brand {
    position: absolute;
    top: 12px;
    left: 16px;
    z-index: 1000;
    display: inline-block;
}

.compilo-brand img {
    height: 42px;
    width: auto;
    cursor: pointer;
}

.compilo-brand:hover {
    opacity: 0.85;
}

/* Mobiltilpasning */
@media (max-width: 768px) {
    .compilo-brand {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 16px;
        padding: 12px 0;
    }
    
    .compilo-brand img {
        height: 36px;
    }
}

/* Ekstra små skjermer */
@media (max-width: 480px) {
    .compilo-brand img {
        height: 32px;
    }
}

.btn-primary,
button.primary {
    background-color: #75B1A5;
    border-color: #75B1A5;
    color: #223946;
}

.btn-primary:hover,
button.primary:hover {
    background-color: #5f9e92;
    border-color: #5f9e92;
}

/* Links */
a {
    color: #75B1A5;
}

a:hover {
    color: #9ad2c8;
}

body::after {
    content: "Ved misbruk eller spørsmål: support@compilo.no.";
    position: fixed;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #75B1A5;
    opacity: 0.8;
    padding: 0 10px;
}

@media (max-width: 480px) {
    body::after {
        font-size: 10px;
        bottom: 5px;
    }
}
