/*
 * Globals
 */

body {
    text-shadow: 0 0.05rem 0.1rem rgba(150, 150, 150, 0.7);
    font-family: "", sans-serif;
    font-size: 20px;
    background-color: #000;
}
//#region to designate the start of the region and 
dfasdfasd

//#endregion

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
    color: #333;
    text-shadow: none; /* Prevent inheritance from `body` */
}

div.myClass {
    overflow-x: auto;
    white-space: nowrap;
}
div.myClass [class*="col"], /* TWBS v3 */
div.myClass [class*="span"] {
    /* TWBS v2 */
    display: inline-block;
    float: none; /* Very important */
}

/*
 * Base structure
 */

.micro-5 charted-regular {
    font-family: "Micro 5 Charted", sans-serif;
    font-weight: 400;
    font-style: normal;
}



.wopper {
    display: block;
    white-space: pre-wrap; /* Since CSS 2.1 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    margin: 1em 0;
    text-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.5);
    font-family: "Comfortaa", cursive;
    font-size: 16px;
}

.cover-container {
    max-width: 42em;
}

/*
 * Header
 */

.nav-masthead .nav-link {
    padding: 0.25rem 0;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
    background-color: transparent;
    border-bottom: 0.25rem solid transparent;
    font-size: 20px;
   text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
    color: #fff;
    border-bottom-color: #ea51b2;
}

.nav-masthead .nav-link + .nav-link {
    margin-left: 1rem;
}

.nav-masthead .active {
    border-bottom-color: rgba(255, 255, 255, 0.25);
}
a {
    border-bottom-color: #fff;
    text-decoration: none;
}
.bg-ljus {
    background-color: #282a36 !important;
}
.rosa {
    color: #fb6cf7 !important;
}
.lila {
    color: #aa0073;
}
.lime {
    color: #c4e538;
}
/* unvisited link */
a:link {
    color: #c4e538;
}

/* visited link */
a:visited {
    color: #c4e538;
}

/* mouse over link */
a:hover {
    color: hotpink;
}

/* selected link */
a:active {
    color: #c4e538;
}

.bg-primary {
    background-color: #ead81c !important;
}

.bg-secondary {
    background-color: #9e6d46 !important;
}

.bg-success {
    background-color: #787945 !important;
}

.bg-info {
    background-color: #627149 !important;
}

.bg-warning {
    background-color: #192120 !important;
}

.bg-danger {
    background-color: #070808 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.bg-dark3 {
    background-color: #19211d !important;
}
.bg-dark {
    background-color: #090c0a !important;
}
.bg1 {
    background-color: #2c3257 !important;
}

.bg2 {
    background-color: #a073a2 !important;
}

.text-primary {
    color: #ead81c !important;
}

.text-secondary {
    color: #a87841 !important;
}

.text-success {
    color: #787945 !important;
}

.text-info {
    color: #627149 !important;
}

.text-warning {
    color: #ffc107 !important;
}

.text-danger {
    color: #dc3545 !important;
}

.text-light {
    color: #90b0ac !important;
}

.text-dark {
    color: #192120 !important;
}

.text-white {
    color: #f7f6f6 !important;
}

.text-body {
    color: #a3b629 !important;
}

.text-a {
    color: #f1f5f2 !important;
}
.text-b {
    color: #cec4dd !important;
}
.text-c {
    color: #a073a2 !important;
}
.text-d {
    color: #9a79b1 !important;
}
.text-e {
    color: #5b2d84 !important;
}
.text-f {
    color: #cec4dd !important;
}
hr.style18 {
    height: 30px;
    border-style: solid;
    border-color: #8c8b8b;
    border-width: 1px 0 0 0;
    border-radius: 2px;
}
hr.style18:before {
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: #8c8b8b;
    border-width: 0 0 1px 0;
    border-radius: 2px;
}

hr.style14 {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}
.gallery {
    grid-template-columns: repeat(4, auto); /* 3 ITEMS PER ROW */
    grid-gap: 0px;
    row-gap: 10px;
    width: auto;
    max-width: 100%;
    margin: 0px auto; /* HORIZONTAL CENTER */
    display:  flex;
    overflow: hidden;
    flex-wrap: wrap;
    object-fit: contain;

}
.gallery img {
    width: 100%;
    /* height: 200px; */
    /* FILL, CONTAIN, COVER, SCALE-DOWN : USE WHICHEVER YOU LIKE */
    object-fit: cover;
}
.gallery video {
    width: 95%;
    /* height: 200px; */
    /* FILL, CONTAIN, COVER, SCALE-DOWN : USE WHICHEVER YOU LIKE */
    object-fit: cover;
}

div.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    /*background-color: #010101;*/
    background-color: #090c0a !important;
    padding: 5px;
    font-size: 14px;
    z-index: 1;
}
.grid {
    grid-gutter-width: 2.5rem !default;
}

code {
    overflow-wrap: break-word;
    word-break: break-word;
    text-wrap: wrap;
    content: counter(linenum);
    //font-size: 20px;
}
pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    // font-size: 10px;
}

pre code {
    //font-size: inherit;
    color: inherit;
    word-break: normal;
 
}

.appcard {
    font-size: 6px;
    display: flex;
    overflow: inline;
    float: left;
    padding: 2px;
    margin-right: 5px;
}
// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) {
}

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) {
}

// Large devices (desktops, 992px and up)
@media (min-width: 992px) {
       font-size: 28px;
}

// X-Large devices (large desktops, 1200px and up)
@media (min-width: 1200px) {
}

// XX-Large devices (larger desktops, 1400px and up)
@media (min-width: 1400px) {
   font-size: 34px;
}
.container {
    width: 100%;
    padding-right: 2px;
    padding-left: 2px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2px;
    margin-bottom: 2px;
}


pre.logo {
        color: #ebff87;
        color: #fff;
    overflow: hidden;

        text-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.5);
        text-shadow: gray 4px 3px;
        font-size: 10px;
        z-index: -2;
        top: 50;
        left: 20;
        opacity: 0.1;
        position: fixed;
        transition: all ease 0.3s;
}
pre.logo:hover {
        font-size: 12px;
        transition: all ease 0.6s;
        opacity: 1;
        top: 70;
        line-height: 0.7;

}
.snigel2 {
    overflow: hidden;
    font-size: 0.5rem;
    opacity: 0.7;  
    line-height: 1;
}
pre.snigel {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 20px;
    overflow: hidden;
    font-size: 1rem;
    padding: 0.25rem 0;
    //font-size: calc(0.375rem + 0.5vw);
    transition: all ease 0.3s;
    //line-height: 0.9;
    //line-height: 0.8;
    opacity: 0.7;  
    //position: absolute;
    position: static;
  //top: 500;
  //top: -200;
  //left: 350;

    transform: translate(-50%, -50%);
    transition: all ease 0.3s;
    z-index: 1;

}
pre.snigel:hover {
   // display: block;
    margin-top: 0;
    margin-bottom: 20px;
    overflow: hidden;
   // font-size: 16px;
    padding: 0.25rem 0;
    //font-size: calc(0.375rem + 0.5vw);
  //  line-height: 0.7;
    transition: all ease 0.3s;
    opacity: 1;
//  eft: 55%;
}

img.snigel {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 20px   font-size: 24px;;
    overflow: hidden;
    font-size: 14px;
    padding: 0.25rem 0;
    //font-size: calc(0.375rem + 0.5vw);
    transition: all ease 0.3s;
    line-height: 0.9;
    //line-height: 0.8;
    opacity: 0.7;  
    position: absolute;
    //position: relative;
    top: 800;
    //top: -200;
    left: 50%;
    width: 300;


    transform: translate(-50%, -50%);
    transition: all ease 0.3s;
    z-index: 1;

}
img.snigel:hover {
   // display: block;
    margin-top: 0;
    margin-bottom: 20px;
    overflow: hidden;
   // font-size: 16px;
    padding: 0.25rem 0;
    //font-size: calc(0.375rem + 0.5vw);
  //  line-height: 0.7;
    transition: all ease 0.3s;
    opacity: 1;
//  left: 55%;
}

.runner-container {
    max-width: 600px;

    height: 150px;
    width: 44px;
}
#firefox-Runner {
    //background-color: #282936;
    background-color: #1b1836;
    color: #2b2b2b;
}


.parallax {
    position: relative;
    width: 100%;
    //height: 100vh;
    height: 100vh;
    list-style-type: none;
    overflow: hidden;
    display: block;

    & header {
    width: inherit;
    position: absolute;
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 1.5rem;

    & .menu {
    list-style-type: none;
    display: flex;
    gap: 1.25rem;

    &:hover a:not(:hover) { border: none; }

    & li:first-of-type a { border-bottom: 2px solid var(--link); }

    & a {
        text-decoration: none;
        font: 900 0.75rem futura,sans-serif;
        color: var(--link);
        text-transform: uppercase;
        padding-bottom: 0.5rem;

        &:hover { border-bottom: 2px solid var(--link); }
    }
    }

    & .hamburger {
    font-size: 2rem;
    color: var(--link);
    cursor: pointer;
    display: none;
    }

    @media (width < 700px) {
    & .menu       { display: none; }
    & .hamburger  { display: block; }
    }
}

    & .layer {
    position: absolute;

    width: inherit;
    height: inherit;
    background-position: center 75%;
    background-size: cover;
    z-index: -1;
    transition: transform 0.1 ease-out;

    &:nth-of-type(1) { background-image: url('http://localhost/~snail/bash/gfx/rymden.jpg'); }
    &:nth-of-type(2) { background-image: url('http://localhost/~snail/bash/gfx/bg/rocks.png'); }
    &:nth-of-type(3) { background-image: url('http://localhost/~snail/bash/gfx/bg/clouds_1.png'); }
    &:nth-of-type(4) { background-image: url('http://localhost/~snail/bash/gfx/bg/ground_1.png'); }
    &:nth-of-type(5) { background-image: url('http://localhost/~snail/bash/gfx/bg/ground_2.png'); }
    &:nth-of-type(6) { background-image: url('http://localhost/~snail/bash/gfx/bg/ground_3b.png'); }
        


}
}

@media (height < 700px) {
.parallax {
    height: 160vh;
}
}




div.cool {

    font-size: 1.5rem;

    .col {
        margin-bottom: 0.25rem !important;
        margin-top: 0.25rem !important;
        background-color:#19211d;
        border-radius: var(--bs-border-radius-xl) !important;
        -moz-column-gap: 0.25rem !important;
        column-gap: 1.25rem !important;
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
       
        
    }
}

/* 3 columns by default */
.grid-sizer { width: 10%; }

@media screen and (min-width: 768px) {
  /* 5 columns for larger screens */
    .grid-sizer { width: 100%; }
}

.animate-spin:hover {
    animation: spin 1s linear infinite;
    transition: all ease 0.3s;
}


.btn-min {
  color: #5cb85c;
  background-color: #000;
  border-color: #000;
}

.bilder {
	display: none;

}
nav {
    background-color: rgba(0, 0, 0, 0.2);

}

.löpsedel {
background-color: #feed45;
font-size: 50px;
font-family: "Sans-serif", bold;
font-style: bold;
color: #000;
margin: 0px;
justify-content: space-evenly !important;
}