html, body {
    height: 100%;
}

body {
    padding: 0 !important;
    background: #ffffff url("../images/ronin-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    font-size: 12px;
}

a:link,
a:active,
a:visited {
    color: #1e1e1c;
    outline: 0;
}

.sidebar {
    width: 120px;
    height: 100vh;
    background-color: #ffffff;
}

.logo {
    position: relative;
    top: 30%;
    right: -30px;
}

.logo img {
    border: 3px solid #ffffff;
}

.social-bar {
    display: block;
    position: absolute;
    left: 39px;
    bottom: 45px;
}

.social-bar img {
    display: block;
    clear: both;
    margin-bottom: 10px;
    width: 30px;
    height: 30px;
}

.navbar-toggle {
    display: block; /* force showing the toggle */
    margin-top: 0;
}

.container {
    max-width: 100%;
}

/* Sidebar Styles */

.navmenu-fixed-left {
    background: #ffffff;
    border: 0;
    width: 200px;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100vh;
    overflow: hidden;
}

.sidebar-nav > .sidebar-close {
    position: relative;
    top: 30px;
    left: 30px;
    height: 65px;
    font-size: 30px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-close a {
    color: #1e1e1c;
}

.sidebar-nav > .sidebar-close a:hover {
    color: #333;
    background: none;
}

.sidebar-content {
    position: absolute;
    top: 31%;
    right: 20px;
    color: #1e1e1c;
    font-family: 'Questrial', sans-serif;
    text-align: right;
}

.sidebar-cfpi {
    position: absolute;
    bottom: 42px;
    right: 20px;
    color: #1e1e1c;
    font-family: 'Questrial', sans-serif;
    text-align: right;
    font-size: 10px;
}


/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

    .sidebar-content {
        top: 6%;
    }

    .logo {
        top: 5%;
    }

    .sidebar-cfpi {
        bottom: 8px;
    }

    .social-bar {
        bottom: 13px;
    }

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

    .sidebar-content {
        top: 31%;
    }

    .logo {
        top: 30%;
    }

    .sidebar-cfpi {
        bottom: 40px;
    }

    .social-bar {
        bottom: 45px;
    }

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    body {
        padding: 0;
    }
    .navbar {
        right: auto;
        background: none;
        border: none;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}