﻿/* PFP2 theme for RTFSL - http://rtfsl.com/
PRIMARY LIGHT:#e7bcb7;
PRIMARY DARK:#4c0711;
*/

body{
    background:url(https://s3-eu-west-1.amazonaws.com/iocdn/511/br/beeed9f48a6f451eaef96493de84f05f/bg.jpg) center 0 no-repeat #4c0711;
    background-size:cover;
    background-attachment: fixed;
    color:#4c0711;
}


.page-wrap{
    max-width:1038px;
    margin:30px auto;
    background:#fff;
    padding-top:10px;
    border:15px solid #4c0711;
    box-shadow:0 0 10px #000;
}
@media (min-width: 1200px){
.container {
    max-width:1000px;
}
}
.btn > * + *:last-child{
    margin:0 5px;
}
@media (min-width: 768px)
{
.page-logo img {
    max-height: none;
}
}
.page-logo img {
    box-shadow:0 0 10px rgba(0,0,0,1);
}
.nav-links{
    margin-top:50px!important;
}
.page-footer {
    text-align:center;
}
.btn-primary, .btn-secondary, .text-white a.btn-primary{
    background:#4c0711!important;
    color:#fff!important;
}
.btn-primary:hover, .btn-secondary:hover{
     color:#fff!important;
}
.page-header, .cssovr-hero-tab-header, .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .btn-outline{
    color:#4c0711!important;
}

.bg-dashboard:before{
    display:none;
}
.bg-dashboard .panel-heading{
    background:#4c0711!important;
}
.alert{
    background:rgba(0,0,0,0.05);
}
.bg-dashboard .panel-row{
    color:#4c0711;
}