/* HEADERS */

h1 {
    background-color:transparent;
    font-size:2.5em;        
    line-height:1.25em;
    margin-top:1.5em;
    margin-bottom:1.5em;
}

.left h1 {
    color:#f0f0f0;
}

.right h1 {
    color:#dfcddf;
}

h2 {
    color:#606060;
    font-size:1.875em;
    margin-top:1em;    
    margin-bottom:1em;
}

/* POSITIONS */

.split {
    height: 100%;
    width: 50%;
    position: fixed;
    z-index: 1;
    top: 0;
    overflow-x: hidden;
    padding-top: 20px;
}

.left {
    left: 0;
    background-image:url('images/horse2l.jpg');
    background-position:right;
    margin-left:0%;
    margin-right:0%;
    text-indent:0em;
    text-align: left;
}

.right {
    right: 0;
    background-image:url('images/horse2r.jpg');
    background-position:left;
    margin-left:0%;
    margin-right:0%;
    text-align: right;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.centered img {
    width: 150px;
    border-radius: 50%;
}
