/*
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 oct. 2014, 12:43:41
    Author     : lmlr
*/

#content{
    margin-top: 30px;
    border: solid black 1px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
    -moz-box-shadow: 3px 3px 4px 2px #000000;
    -webkit-box-shadow: 3px 3px 4px 2px #000000;
    box-shadow: 3px 3px 4px 2px #000000;
    filter: progid:DXImageTransform.Microsoft.Shadow(strength = 3, direction = 135, color = '#000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 3, Direction = 135, Color = '#000000')";
    /*Shadows look very different in IE (Only cardinal directions supported)*/
    /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
    /*Element should have a background-color*/
    /*All filters must be placed together*/
    /*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
    /*IE 7 AND 8 DO NOT SUPPORT SPREAD PROPERTY OF SHADOWS*/
    opacity: 0.78;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 78);
    /*-ms-filter must come before filter*/
    filter: alpha(opacity = 78);
    /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
    /*All filters must be placed together*/
}
#content_home{
    padding: 20px;
}

#wapper{
    text-align: center;
    padding: 30px
}
.navbar-default .navbar-brand{
    color: #B9121B;
}
.navbar-default .navbar-nav > li > a{
    color: #B9121B;
}

#wapper a{
    text-decoration: none;
    color:#B9121B;
    text-align: center;
    font-size: 25px;
}
