﻿@media (min-width: 500px) {
    .col-sm-6 {
        width: 50%;
    }
}

html, body {
    height: 100%;
    padding: 0px;
    margin: 0px;
}

.right-side {
    padding-top: 0em;
    background: white;
    color: black;
}

.left-side {
    text-align: center;
}

.split-pane {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 50%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

@media(min-width: 500px) {
    .split-pane {
        height: 100%;
    }

    .left-side {
        /*background: radial-gradient(circle, white, #1c0e74, darkblue);*/
    }
}

.split-pane > div {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 500px) {
    .split-pane > div img {
        margin-top: 185px;
        height: 4em;
    }

    .left-side {
        height: 20% !important;
    }

    .right-side {
        position:relative !important;
        height:100% !important;
    }

    .split-pane {
        height: 100%;
    }
}

.big {
    font-size: 2em;
}

.bold {
    text-transform: uppercase;
}

.big {
    font-weight: 800;
}

.navbar {
    background-color: #ec6608;
    border-top: 0px solid white;
    border-bottom: 0px solid white;
}

.row {
    margin: 0px;
    padding: 0px;
}

.navbar-brand {
    color: white !important;
}

a:hover .navbar-brand {
    color: white !important;
}

.navbar-inverse .navbar-toggle {
    border-color: #ec6608;
}

    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: #337ab7;
    }


.dropdown-toggle {
    color: white !important;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: darkorange;
}

.btn{
    margin-bottom:5px;
}