body{
    margin: 0;
    overflow: hidden;
    font-family: Ubuntu, "times new roman", times, roman, serif;
}
a.magic, a.supermagic {
    text-decoration: none;
}
.magic {
    font-weight: bold;
    background: -webkit-linear-gradient(45deg, #9e26dd, #fe6c03);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.supermagic {
    font-weight: bold;
    background: -webkit-linear-gradient(45deg, #fe6c03, #9e26dd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
canvas {
    display: block;
}

.odoo {
    cursor: none;
}
.odoo, .bible{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}

.bible>video {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.experience {
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    font-size: 2rem;
}
.experience:after{
    content: "";
    background-image: url('https://upload.wikimedia.org/wikipedia/commons/thumb/e/ec/Karl_Brullov_-_The_Last_Day_of_Pompeii_-_Google_Art_Project.jpg/2560px-Karl_Brullov_-_The_Last_Day_of_Pompeii_-_Google_Art_Project.jpg');
    background-size: auto 100%;
    background-position: center center;
    opacity: 0.2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

/* Image border */
img {
	  box-shadow:5px 5px 10px #333;
	  transition-duration:1000ms;
}

img:hover, img:active, img.nomagic {
	  transition-duration: 1000ms;
    box-shadow:0px 0px 0px white;
}

/* Rainbow: https://w3bits.com/rainbow-text/ */

.LGBTQ-plus {
    background-image: linear-gradient(to right, green, yellow, orange, red);
    -webkit-background-clip: text;
    color: transparent;
}
a.nomagic {
    text-decoration:none;
}
a.nomagic:hover {
    cursor:none;
}

#supermagic, #SuperMAGICSuper {
    cursor: pointer;
}
