﻿/*Stjärnägg*/

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');


.logo {
    max-width: 80px;
}
.btn.theme {
    background-color: #E46500;
}
#top-bar {
    display: block;
    position: sticky;
    top: 0;
    z-index: 3;
    background: #E46500;
    width: 100%;
    height: 35px;
    text-align: right;
    color: white;
}
h1, h2, h3, h4, h5 {
    font-family: 'Oswald', sans-serif;
    color: #E46500;
}
/*Bildspel startsida*/
.SlideContent h1 {
    font-size: 4em;
    text-shadow: 2px 2px 19px rgb(0 0 0 / .76);
    text-transform: uppercase;
}
.BannerContainer {
    margin-top: 35px;
    display: grid;
    width: 100%;
    border-radius: 30px;
    padding-left: 5%;
    padding-right: 5%;
}
.SlidePane{
    border-radius:30px;
}
    .SlidePane .slide-in, .SlideContent {
        border-radius: 30px;
    }

@media (min-width: 641px) {
    .login-center-wrapper {
        background-image: url(/Assets/stjarnagg/Media/Bilder/bg.webp);
        background-position: center;
        margin: 40px;
        border-radius: 20px;
    }
}
    @media (max-width: 767.98px) {
        .SlideContent h1 {
            font-size: 2em;
            text-shadow: 2px 2px 19px rgb(0 0 0 / .76);
            text-transform: uppercase;
        }

        .logo-link {
            margin-top: -0px;
            z-index: 2;
        }
    }

    @media (max-width: 640.98px) {

        .logo {
            max-width: 60px;
        }
        .login-center-wrapper {
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 70px 0;
            padding: 20px;
            background-image: url(/Assets/stjarnagg/Media/Bilder/bg.webp);
            background-position: center;
            margin: 5px;
            border-radius: 20px;
        }
    }