﻿
/*body {
    margin: 0px;
    background: url('Branding/Main/HexaHexapodzxcv.png') no-repeat center fixed;
    background-size: contain;
    filter: blur(50);
}*/

body {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

    body:before {
        content: "";
        position: absolute;
        /*background: url('Branding/Main/HexaHexapodzxcv.png') no-repeat center;*/
        background-size: contain;
        z-index: -1; /* Keep the background behind the content */
        height: 20%;
        width: 20%; /* Using Glen Maddern's trick /via @mente */
        /* don't forget to use the prefixes you need */
        transform: scale(5);
        transform-origin: top left;
        /*filter: blur(2px);*/
    }

.pi {
    content: "";
    position:absolute;
    background-size: contain;
    height: 20%;
    width: 20%; 
    left:5px;
    transform: scale(5);
    transform-origin: top left;
    opacity:0.5;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}


/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* Set padding to display errors that occur during databinding */
.padding-error {
    padding-top: 20px;
}

@media only screen and (max-width: 767px) {
    .nofloat {
        float: none;
        padding: 10px 15px;
    }
}

jumbotron {
    background-color: rgba(80,80,80,0.7);
    color: #A1A1A1;
}

canvas {
    padding: 0;
    display: block;
    top: 0;
    bottom: 50px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 50px;
    background: transparent;
}
