.odd{
    background: #161415 url(../images/bg-black.jpg) top;
    color: #f4b761;
}

.even{
    background: #161415 url(../images/bg-wood.jpg);
    background-size: 100%;
    color: black;
}

.block{
    margin-top: 30vh;
    transform: translateY(-50%);
}

.block_title{
    margin-top: 3%;
}

.left-block-entire {
    margin-left: 20px;
    height: 100%;
    width: 100%;
    text-align: left;
    float: left;
}

.left-block{
    position: absolute;
    margin-left: 20px;
    height: 75%;
    width: 50%;
    text-align: left;
    float: left;
}

.right-block{
    margin-right: 20px;
    height: 75%;
    width: 50%;
    text-align: left;
    float: right;
}

.center{
    width: 100%;
    text-align: center;
}

.left{
    width: 30%;
    float:left
}

.right{
    width: 70%;
    float: left;
}

.left-bottom {
    float: left;
}

.scroll-down{
    text-align: center;
    content: url(../images/scroll-black.png);
    width: 3%;
    bottom: 5%;
    position: absolute;
}

.odd .scroll-down{
    text-align: center;
    content: url(../images/scroll-white.png);
    width: 3%;
    position: absolute;
    bottom: 5%;
    margin-right: 200em;
}

.scroll-down:hover{
    width: 4%;
}

.italic {
    font-style: italic;
}
