/* 
    Document   : main-style.css
    Created on : Oct 18, 2013, 3:49:15 PM
    Author     : Alen H.
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

body {
    padding-top: 50px;
    background-color: #f6f5f1;
}

body .container {
    background-color: #efeee9;
    
    border-left-style: solid;
    border-left-color: #e3e4df;
    border-left-width: 1px;
    
    border-right-style: solid;
    border-right-color: #e3e4df;
    border-right-width: 1px;
}

.navbar-front {
    background-color: #4FB7DC;
    font-family: 'Open Sans', sans-serif;
}

.navbar-front .container {
    background-color: #2AA5CE;
    border: none;
}


.navbar-front a {
    font-size: 13px;
}

.navbar-front .navbar-brand {
    font-size: 18px;
}
