*,
body,
pre,
p,
table,
td,
tr {
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
}

p {
    padding-top: 4px;
}

td {
    padding-right: 4px;
}

body {
    overflow-x: hidden;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

#full-size {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    position: fixed;
    background-color: #000;
    color: #ffffff;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.centeredOverlay {
    position: absolute;
}

.bgImageCenteredTop {
    position: absolute;
    top: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.bottom {
    position: absolute;
    bottom: 0;
}

.lowOpacity {
    opacity: 0.25;/*0.14*/
    pointer-events: none;
}

.midOpacity {
    opacity: 0.2;
}

p,
div {
    text-align: center;
    /*font-size: 0.6em;*/
    color: #fff;
}

.divBg {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#my-p-mixId {
    color: #ff5500;
}

#my-p-mixSuggest,
#my-p-mixTarotLeft,
#my-p-mixTarotRight {
    /*            color: #ffbb00;*/
}

#my-p-acstate {
    text-align: left;
    font-size: 0.5em;
}

#my-p-info {
    color: #694939;
    /* background-color: #000; */
    background-color: rgba(0, 0, 0, 0.5);
}

#playbackControls,
#mixImgDynamic,
#my-img {
    display: none;
    user-select: none;
}

.mixImg {
    zoom: 50%;
    -ms-zoom: 0.5;
    -webkit-zoom: 0.5;
    -moz-transform:  scale(0.5,0.5);
    -moz-transform-origin: left top;
}

.myFlexDiv {
    position: relative;
    z-index: 4;
    display: flex;
    justify-content: space-between;
}

#my-p-TarotLeft {
    text-align: left;
}

#my-p-RecommRight,
#my-p-TarotRight {
    text-align: right;
}

a {
    outline: none;
    text-decoration: none;
    padding: 2px 1px 0;
}

a.scaleATag:link,
a.scaleATag:focus,
a.scaleATag:hover,
a.scaleATag:active {
    color: #0000EE;
}

a.scaleATag:visited {
    color: #551A8B;
}

a:link {
    color: #e5a800;
}

a:visited {
    color: #7f5d00;
}

a:focus {
    /*            border-top: 1px solid;*/
    background: rgba(0, 0, 0, 0.7);
    /*            background: #ffe089;*/
}

a:hover {
    /*            border-top: 1px solid;*/
    color: #ffdd7f;
    background: rgba(0, 0, 0, 0.7);
    /*            background: #ffeec0;*/
}

a:active {
    background: #fffbf1;
    color: #ffbb00;
}

.btn-success
{
    z-index: 2;
    position: relative;
}

@media only screen and (max-width: 2000px) {
    h1 {
        font-size: 1.6em;
    }

    h2 {
        font-size: 1.3em;
    }

    p,
    .scaleATag label,
    btn {
        font-size: 1.2em;
    }
    .item {
        width: 320px;
        /*300px cover art @50%*/
    }
}

@media only screen and (max-width: 1500px) {
    h1 {
        font-size: 1.1em;
    }

    h2 {
        font-size: 0.95em;
    }

    p,
    .scaleATag label,
    btn {
        font-size: 0.8em;
    }
    .item {
        width: 320px;
        /*300px cover art @50%*/
    }
}

@media only screen and (max-width: 700px) {
    h1 {
        font-size: 0.6em;
    }

    h2 {
        font-size: 0.45em;
    }

    p,
    .scaleATag label,
    btn {
        font-size: 0.4em;
    }
    .item {
        width: 160px;
        /*300px cover art @50%*/
    }
}

/* .hover_img a { position:relative; } */
.hover_img a span { display:none; }
/* .hover_img a:hover span { display:inline; } */

#container {
    position: absolute;
    top: 0;
    left: 0;
/*    background: rgba(0, 0, 0, 0.5);*/
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}
#canvas1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*    filter: blur(2px) contrast(1);*/
}

#hashOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 7;
    background: rgba(0, 0, 0, 1);
    /* flex specific settings BELOW are set here for when 'display = flex' is enabled in common-js
    getHashAndPlay() function - called when page loads.
    */
    flex-direction: column; 
    justify-content: center;
    align-items: center;
    /* pointer-events: none; */
}

#hashInner {
    margin: 3em;
    width: 80%;
}

#hashA {
    
}

#hashMon {
    color: #8b690c;
}

#hashMain {
    color: #6e5309;
}

#hashPdf {
    color: #463506;
}

#errorP {
    background: rgb(0, 0, 0, 1);
    padding: 5px;
}

#errorContainer {
    position: absolute;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 6;
    pointer-events: none;
    background: rgb(255, 0, 0, 0.2);
}

#yogaContainer {
    position: absolute;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    width: 100%;
    height: 100%;
    z-index: 5;
    pointer-events: none;
}

#yogaA {
    height: 100%;
    width: 100%;
    /* pointer-events:visible; */
    /* border: 0;
    outline:none; */
}

#yogaImg {
    position: relative;
    top: 4%;
    max-height: 70%;
    max-width: 70%;
    /* display:block; */
    /* position:absolute; */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display:inline-block;
}

/* #yogaSpan {
    display:block;
} */
