a {
    color: #FFF !important;
    text-decoration: none;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
}

a:hover {
    color: black !important;
}

button:hover {
    color: black !important;
    background-color: black;
}

.left {
    color: #000;
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,800');
@media (max-width: 1000px) {
    .split-pane button,
    .split-pane a.button {
        /* width: 80% !important; */
        margin-bottom: 5px;
    }
}

@media (max-width: 1024px) {
    .big {
        font-size: 1.3em !important;
    }

    .line__height-new {
        margin-top: 0 !important;
        line-height: unset !important;
    }
}

@media (max-width: 500px) {
    .big {
        font-size: 1.2em !important;
        margin-top: 50px !important;
    }
}

@media (min-width: 500px) {
    .col-sm-6 {
        width: 33%;
    }
}

html,
body {
    height: 100%;
    min-height: 60em;
}

.book1 {
    background-image: url('img/grad-bola.jpg');
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.book2 {
    background-image: url('img/grad-greha.jpg');
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.book3 {
    background-image: url('img/valcer-odbacenih.jpg');
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.book4 {
    background-image: url('img/disi-dok-te-ima.png');
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.book5 {
    background-image: url('img/nebo-nema-boje.png');
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.line__height-new {
    line-height: 55px;
    margin-top: -5px;
    color: #000 !important;
}

.black__text {
    color: #000 !important;
}

.split-pane {
    padding-top: 1em;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 50%;
    min-height: 9em;
    font-size: 2em;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

@media(min-width: 500px) {
    .split-pane {
        padding-top: 2em;
        height: 100%;
    }
}

.buttons__wrapper {
    height: 100px;
}

.split-pane>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 100px;
}

.split-pane>div .text-content {
    line-height: 1.6em;
    margin-bottom: 1em;
    height: 100px;
}

.split-pane>div img {
    height: 1.3em;
}

@media (max-width: 500px) {
    .split-pane>div img {
        display: none;
    }
}

@media (max-width: 375px) {
    .split-pane>div .text-content {
        margin-bottom: 0;
    }

    .split-pane>div .text-content .big {
        margin-top: 0 !important;
    }

    .text-content {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .buttons__wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.split-pane button,
.split-pane a.button {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    background: none;
    border: 1px solid white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 15em;
    padding: 0.7em;
    font-size: 0.5em;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-decoration: none;
    color: white;
    display: inline-block;
    cursor: pointer;
}

button:hover > a {
    text-decoration: none;
    color: black !important;
}

button:hover {
    background-color: white;
    border-color: white;
    cursor: pointer;
}

.black__btn {
    border: 1px solid black !important;
}

.black__btn:hover {
    border-color: black !important;
    background-color: #000 !important;
}

.black__btn:hover > a {
    color: #FFF !important;
}

.black__btn > a {
    color: #000 !important;
}

#split-pane-or {
    font-size: 2em;
    color: white;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 925px) {
    #split-pane-or {
        top: 15%;
    }
}

#split-pane-or>div img {
    height: 2.5em;
}

@media (max-width: 500px) {
    #split-pane-or {
        position: absolute;
        top: 50px;
    }
    #split-pane-or>div img {
        height: 2em;
    }
}

@media(min-width: 500px) {
    #split-pane-or {
        font-size: 3em;
    }
}

.big {
    font-size: 2em;
    font-weight: 800;
}

.bold {
    text-transform: uppercase;
}

