.flexbox,
.flexbox-vertical {
    display: flex;
    height: fit-content
}

#p2text,
.pages p {
    margin: 0
}

#cat,
#nox,
#stars {
    width: auto
}

*,
.container {
    margin: 0;
    padding: 0
}


em {
    font-style: italic;
    color: #353535
}

@font-face {
    font-family: kumbh-bold;
    font-style: normal;
    font-weight: 400;
    src: url(https://static.igem.wiki/teams/4619/wiki/web-assets/web-assets/kumbh-bold.ttf)
}

@font-face {
    font-family: kumbh-regular;
    font-style: normal;
    font-weight: 400;
    src: url(https://static.igem.wiki/teams/4619/wiki/web-assets/web-assets/kumbh-regular.ttf)
}

@font-face {
    font-family: smileysans;
    font-style: normal;
    font-weight: 400;
    src: url(https://static.igem.wiki/teams/4619/wiki/web-assets/web-assets/smileysans-oblique.ttf)
}

.smileysans {
    font-family: smileysans
}

.navbar,
.p3t {
    font-family: kumbh-bold
}

a {
    color: #DD6844
}

.ttl {
    line-height: 10vh;
    font-size: 8vh
}

.p3t {
    font-size: 4vh;
    color: #fff;
    text-align: left;
    padding: 20px 5vw;
    text-shadow: 0 0 20px #a8fff370
}

.p4tb,
.p4tl,
.p5t {
    text-align: left;
    padding: 0 5vw;
    font-family: kumbh-bold;
    color: #fff;
    text-shadow: 0 0 20px #a8fff370
}

.swing {
    animation: 3s ease-in-out infinite swing
}

@keyframes swing {

    0%,
    100%,
    50% {
        transform: rotate(0)
    }

    25% {
        transform: rotate(5deg)
    }

    75% {
        transform: rotate(-5deg)
    }
}

.float {
    animation: 3s ease-in-out infinite float
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-20px)
    }
}

.lum {
    animation: 3s ease-in-out infinite lum
}

@keyframes lum {

    0%,
    100% {
        filter: drop-shadow(0 0 .3rem #fff)
    }

    50% {
        filter: drop-shadow(0 0 .3rem #83fdff)
    }
}

.ttl4 {
    line-height: 12vh;
    font-size: 10vh
}

.p4tl {
    font-size: 3vh
}

.p4tb {
    font-size: 4vh
}

.p5t {
    font-size: 3.5vh
}

.hvr-zoom,
.p3t b {
    transition: .5s
}

.hvr-zoom:hover {
    transform: scale(1.1)
}

.flexbox {
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.flexbox-vertical {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 20px
}

#p2text {
    font-family: kumbh-bold;
    font-size: 5vh;
    color: #fff;
    text-align: center;
    padding: 40px;
    text-shadow: 0 0 20px #a8fff370
}

.p7img {
    height: 10vh;
    margin: 10px 40px
}

.res-width {
    width: 45vw
}

.hills,
.hills img {
    width: 100vw;
    position: absolute
}

.blink {
    animation: 2s infinite blink
}

@keyframes blink {

    0%,
    100% {
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

.debug {
    border: 3px solid red
}

.hills {
    height: calc(100vh - 1rem - 40px);
    top: 0;
    left: 0
}

.hills img {
    height: auto;
    bottom: 0
}

#p1_bg_0 {
    z-index: 0;
    background-color: #1d2944
}

#p1_bg_1 {
    z-index: 6
}

#p1_bg_2 {
    z-index: 4
}

#p1_bg_3 {
    z-index: 2
}

#p1_bg_4 {
    z-index: 8;
    top: calc(100vh - 1rem - 40px)
}

#stars {
    height: 20vh;
    right: 15vw;
    z-index: 1;
    filter: drop-shadow(0 0 .3rem #fff);
    position: absolute;
    height: inherit;
    width: inherit;
    top: 0;
    left: 0
}

#cat {
    position: absolute;
    height: 25vh;
    top: 55vh;
    left: 20vw;
    z-index: 10
}

#nox {
    position: absolute;
    height: 17vh;
    top: 53vh;
    left: calc(20vw - 17vh);
    z-index: 9;
    animation: 2s ease-in-out infinite glitter
}

@keyframes glitter {

    0%,
    100% {
        filter: drop-shadow(0 0 1rem #95d6ff)
    }

    50% {
        filter: drop-shadow(0 0 1rem #83fdff)
    }
}

@keyframes slide_from_left {
    0% {
        transform: translateX(-100vw);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes slide_from_right {
    0% {
        transform: translateX(100vw);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

#index_cont {
    position: absolute;
    height: 80vh;
    top: calc(10vh - .5rem - 20px);
    left: calc((100vw - 80vh * 192 / 108)/ 2);
    z-index: 6;
    border-radius: 10px;
    box-shadow: inout 0 0 20px #000
}

body {
    padding-top: 56px;
    background-color:  rgb(255, 240, 229);
}

.bg-dark {
    background-color: #343a40 !important
}

.bg-hero {
    background-color: #45b06cff
}

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #e9ecef;
    border-left-width: .25rem;
    border-radius: .25rem
}

.bd-callout h4 {
    margin-bottom: .25rem
}

.bd-callout p:last-child {
    margin-bottom: 0
}

.bd-callout code {
    border-radius: .25rem
}

.bd-callout+.bd-callout {
    margin-top: -.25rem
}

.bd-callout-info {
    border-left-color: #5bc0de
}

.bd-callout-warning {
    border-left-color: #f0ad4e
}

.bd-callout-danger {
    border-left-color: #d9534f
}

.license {
    margin: 0;
    padding: 5px 0;
    background-color: #bb3823;
    position: relative;
    z-index: 20
}

.license p {
    color: #bdbdbd;
    text-indent: 0;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    text-align: center
}

.license a {
    color: #fff;
    font-weight: 500;
    text-decoration: none
}

.license a:hover {
    color: #fff;
    text-decoration: underline
}

@keyframes twinkle {

    0%,
    100% {
        filter: drop-shadow(0 0 .3rem #fff)
    }

    50% {
        filter: drop-shadow(0 0 .3rem #83fdff)
    }
}