/*basic reset*/
* {
    margin: 0;
    padding: 0;
}

/*adding a black bg to the body to make things clearer -   #6C49CB, #BD3F64  - #9783CB, #BD939F  */
body {
    /*background-image: linear-gradient(to right, #6C49CB, #BD3F64);*/
    /*background-image: linear-gradient(white, #7DA4B8);*/
    background: white;
}

canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
}

.wholescreen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.logosize {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 352px;*/
    height: 500px;
}

#c {
    z-index: 5;
}
#c2 {
    z-index: 6;
    transition-property: opacity;
    transition-duration: 0.5s;
}

/*
#nyc {
    position: absolute;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    display:none;
}
*/
#nyc {
    position: absolute;
    top:0;
    left:0;
    /*display:none;*/
}
#cctlogo {
    position: absolute;
    top:0;
    left:0;
    opacity: 0.8;
    z-index: 10;
    /*display:none;*/
}
#cctlogowhite {
    position: absolute;
    top:0;
    left:0;
    display:none;
}