﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html, body {
    max-width: 800px;
    margin: 0 auto;
    background-image: url('../Images/wood.png');
    background-repeat: repeat;
}

.clearfix {
    overflow: auto;
}

div.b {
    /*box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);*/
}

.rectangle_wrapper {
    height: 100%;
    width: 800px;
    position: relative;
}

.rectangle1, .rectangle2, .rectangle3, .rectangle4, .rectangle5, .rectangle6, .rectangle7 {
    position: relative;
    width: 800px;
    /*height: 100%;*/
    border-radius: 0px;
}

.rectangle1 {
    top: 40px;
    height: 445px;
    z-index: 7;
}

.rectangle2 {
    top: -35px;
    height: 500px;
    z-index: 6;
}

.rectangle3 {
    top: -170px;
    height: 319px;
    z-index: 5;
}

.rectangle4 {
    top:-70px;
    height: 540px;
    z-index: 4;
}

.rectangle5 {
    top:-130px;
    height: 600px;
    z-index: 3;
}

.rectangle6 {
    top: -180px;
    height: 450px;
    z-index: 2;
}

.rectangle7 {
    top:-20px;
    height: 250px;
    z-index: 1;
}

.rectangle8 {
    position: absolute;
    top: 1000px;
    height: 1250px;
    z-index: 20;
}

.entire-content {
    margin: auto;
    width: 190px;
    perspective: 1500px;
    position: relative;
    padding-top: 50px;
}

/* video player */
.videoWrap {
    height: 400px;
    width: 500px;
    position: relative;
}

    .videoWrap video {
        width: 500px;
        position: relative;
        outline: 5px dashed #945819;
        outline-offset: 2px;
    }

    .videoWrap::before {
        content: '';
        display: inline-block;
        height: 50px;
        width: 100px;
        position: absolute;
        top: -17px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 95%;
    }

    .videoWrap::after {
        content: '';
        display: inline-block;
        height: 30px;
        width: 400px;
        position: relative;
        margin-top: -15px;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
        border-bottom-left-radius: 100% 10px;
        border-bottom-right-radius: 100% 10px;
    }

#light {
    background-image: url('../Images/lightsd.png');
    background-position: center top;
    background-repeat: repeat-x;
}

.word {
    margin: auto;
    color: white;
    font-family: 'Rye', cursive;
    font-size: 25px;
    text-shadow: 5px 2px #222324, 2px 4px #222324, 3px 5px #222324;
}
.odo {
    width: 20px;height: 40px;display: inline-block;margin: 0;padding: 0;vertical-align: middle;
}

.s1 {
    position: relative;
    z-index: 11;
    margin-left: 50px;
}

.s2 {
    position: relative;
    z-index: 12;
    margin-left: 300px;
}
}

.s3 {
    position: relative;
    z-index: 13;
    margin-left: 50px;
}
}

.s4 {
    position: relative;
    z-index: 14;
    margin-left: -100px;
}
}

.spole {
    position: relative;
    top: -200px;
    width: 800px;
    height: 700px;
    overflow-y: hidden;
    z-index: 1;
    text-align: center;
}

/*.ResourcesDiv {
    border-width: 15px;
    border-image: url(http://blogrope.com/wp-content/uploads/2013/06/003-wood-melamine-subttle-pattern-background-pat.jpg) 30 30 stretch;
    -moz-border-image: url(http://blogrope.com/wp-content/uploads/2013/06/003-wood-melamine-subttle-pattern-background-pat.jpg) 30 30 stretch;
    -ms-border-image: url(http://blogrope.com/wp-content/uploads/2013/06/003-wood-melamine-subttle-pattern-background-pat.jpg) 30 30 stretch;
    -o-border-image: url(http://blogrope.com/wp-content/uploads/2013/06/003-wood-melamine-subttle-pattern-background-pat.jpg) 30 30 stretch;
    border-style: solid;
    width: 230px;
    margin: auto;
}*/
