/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 17 févr. 2015, 22:22:45
    Author     : dmeziere
*/

body {
    background: #f7f4f1 url('../images/paper-bg.jpg') repeat;
    color: #281104;
    padding-top: 50px;
    font-family: 'Montserrat', sans-serif;
}

.starter-template {
    padding: 40px 15px;
    text-align: center;
}

.navbar-inverse {
    background-color: #281104; // #1D2F45;
}

.navbar-inverse .navbar-brand {
    color: #f7f4f1; // #D8DEE3;
}

.navbar-inverse .navbar-nav li a {
    color: #f7f4f1; // #D8DEE3;
}

.navbar-inverse .dropdown-menu li a {
    color: #262626;
}

.nav-pills > li > a {
    color: #281104;
}

.nav-pills > li.active > a {
    background-color: #281104;
    color: #f7f4f1;
}

.space-before {
    margin-top: 15px;
}

.space-after {
    margin-bottom: 15px;
}

.btn-frank-dubarry {
    background-color: #281104;
    color: #f7f4f1;
}