﻿body {
    background-color: aliceblue!important;
}
*{
/*    border:1px solid red;*/
}
.navbar {
/*    min-height: 5vh;*/
    min-height: 4em;
    padding: 0.5rem 1rem 16px;
}

/*h1{
    display: none;
}*/
div.bg-cont {
    position: absolute;
    display: grid;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    min-width: 100%;
    min-height: 95vh;
    /* background: #4AC29A; */ /* fallback for old browsers */
    background: #9390901c;
    /*    background: #1d1d1dde; */
    /*-webkit-linear-gradient(to top, #BDFFF3, #4AC29A); */ /* Chrome 10-25, Safari 5.1-6 */
    /*  background: #1d1d1d */ /*linear-gradient(to top, #BDFFF3, #4AC29A); */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

div.bg-img img {
    height: 600px;
    padding-left: 84px;

    height: 100vh;
    padding-left: 0px;
    opacity: 0.9;
    transform: rotateY(180deg);
    margin-left: -80px;
    right: 0px;
    position: absolute;
}

.home-text {
    font-size: 48px;
    font-weight: 700;
}

div.bg-img {
    padding-left: 20vw;
}

div.bg-opp-img {
    /* background-color: black; */
    padding-top: 30vh;
}

div.home-rows .home-text {
    color: #B4F8C8;
    position: relative;
    z-index: 3;
    align-items: center !important;
}

.moving-lines {
    z-index: 1;
    /* position: absolute;*/
    background-color: transparent;
    width: 100vw;
    height: 95vh;
}

canvas {
    z-index: 0;
    position: absolute;
    top: 0vh;
    background-color: transparent;
    /* width: 100vw;
    height: 95vh; 
    */
    max-width: 100%;
    min-height: 100vh;
}


------------------

* {
    box-sizing: border-box;
}

.ready {
    /* text-decoration: line-through; */
    color: forestgreen;
    background-color: rgba(205, 92, 92, 0.486);
    font-family: 'Redacted Script', cursive;
    font-size: 15px;
}

.output {
    list-style-type: none;
    padding: 16px;
    margin: 0;
    /* background-color: lavender; */
}

.main input {
    font-size: 1.5em;
    width: 30em;
}

.todo {
    font-family: 'Press Start 2P', cursive;
    font-size: 16px;
}
/*TODO CARD*/
.my-card {
    -webkit-text-size-adjust: 100%;
    font-size: 1.6rem;
    line-height: 1.5;
    font-family: "Open Sans",sans-serif;
    color: #fff;
    box-sizing: border-box;
    transition: opacity 0.7s ease-out, transform 0.7s, -webkit-transform 0.7s;
    padding: 2rem 2rem 2.5rem;
    position: relative;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    background: #1d1d1d;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,0.2),0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12);
    border-top: 2px solid #FD2155;
    overflow: hidden;
    margin-bottom: 2rem;
    width: 100%;
    /*height:45vh;*/
    transition-delay: 900ms;
    opacity: 1;
    transform: translateY(0);
    border-top-color: #FD2155;
}

.my-card-title {
    cursor: pointer;
}
/*TODO CARD*/
/*Three Column List*/
.three-cols {
    column-count: 3;
    column-gap: 2rem;
    list-style: none;
}
/*Three Column List*/
